2024-03-26 07:49 ftp://ftp.de.debian.org/debian/pool/main/x/xqilla/xqilla_2.3.4.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=valueFlowBailoutIncompleteVar -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-0.deb11.6-amd64-x86_64-with-glibc2.31 python: 3.9.2 client-version: 1.3.45 compiler: g++ (Debian 10.2.1-6) 10.2.1 20210110 cppcheck: head 2.13.0 head-info: 82f05c8 (2024-03-25 22:58:58 +0100) count: 2458 2438 elapsed-time: 6.6 9.5 head-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 2.78189s (avg. 2.78189s - 1 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 1.0261s (avg. 0.256526s - 4 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 0.92809s (avg. 0.232022s - 4 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 0.370292s (avg. 0.370292s - 1 result(s)) Tokenizer::simplifyTokens1::setValueType: 0.298159s (avg. 0.298159s - 1 result(s)) Overall time: 4.1016s old-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 5.96392s (avg. 5.96392s - 1 result(s)) valueFlowSubFunction(tokenlist, symboldatabase, errorLogger, *settings): 2.50813s (avg. 0.627032s - 4 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 1.34033s (avg. 0.335083s - 4 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 1.30492s (avg. 0.32623s - 4 result(s)) Tokenizer::simplifyTokens1::createSymbolDatabase: 0.36964s (avg. 0.36964s - 1 result(s)) Overall time: 7.33629s head results: XQilla-2.3.4/src/ast/ContextTuple.cpp:43:3: style: Class 'ContextTupleResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/ast/ASTNodeImpl.cpp:115:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/ASTNodeImpl.cpp:129:6: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/ConvertFunctionArg.cpp:119:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/ConvertFunctionArg.cpp:217:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/ConvertFunctionArg.cpp:223:45: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/ConvertFunctionArg.cpp:292:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/NumericFunction.cpp:59:54: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/LetTuple.cpp:73:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/LetTuple.cpp:80:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/LetTuple.cpp:86:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/OrderByTuple.cpp:56:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/OrderByTuple.cpp:63:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/OrderByTuple.cpp:156:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/OrderByTuple.cpp:181:55: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/WhereTuple.cpp:42:48: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/WhereTuple.cpp:56:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/WhereTuple.cpp:63:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/WhereTuple.cpp:89:59: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/WhereTuple.cpp:92:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQAnalyzeString.cpp:244:3: style: Class 'XslAnalyzeStringResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/ast/XQAtomize.cpp:120:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQAttributeConstructor.cpp:56:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/StaticAnalysis.cpp:248:13: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/ast/XQCastAs.cpp:86:7: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQCastAs.cpp:91:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQCastAs.cpp:230:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQCastableAs.cpp:87:7: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQCastableAs.cpp:95:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQCastableAs.cpp:99:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQCastableAs.cpp:105:24: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/ast/XQCopy.cpp:123:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQCopy.cpp:130:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQCallTemplate.cpp:262:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQDOMConstructor.cpp:108:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQDOMConstructor.cpp:288:8: style: The scope of the variable 'constant' can be reduced. [variableScope] XQilla-2.3.4/src/ast/XQEffectiveBooleanValue.cpp:76:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQEffectiveBooleanValue.cpp:88:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQDOMConstructor.cpp:288:17: style: Variable 'constant' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/ast/XQDOMConstructor.cpp:299:49: style: Variable 'constant' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/ast/XQFunctionDeref.cpp:85:3: style: Class 'FunctionDerefResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/ast/XQFunctionDeref.cpp:93:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQFunctionDeref.cpp:113:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQFunctionRef.cpp:74:14: warning: Either the condition 'instance==0' is redundant or there is possible null pointer dereference: instance. [nullPointerRedundantCheck] XQilla-2.3.4/src/ast/XQFunctionRef.cpp:61:15: note: Assuming that condition 'instance==0' is not redundant XQilla-2.3.4/src/ast/XQFunctionRef.cpp:74:14: note: Null pointer dereference XQilla-2.3.4/src/lexer/XQLexer.hpp:296:3: warning: Member variable 'XQParserArgs::_signature' is not initialized in the constructor. [uninitMemberVar] XQilla-2.3.4/src/lexer/XQLexer.hpp:307:3: warning: Member variable 'XQParserArgs::_signature' is not initialized in the constructor. [uninitMemberVar] XQilla-2.3.4/src/lexer/FlexLexer.h:67:17: style:inconclusive: Technically the member function 'FlexLexer::YYText' can be const. [functionConst] XQilla-2.3.4/src/lexer/FlexLexer.h:68:6: style:inconclusive: Technically the member function 'FlexLexer::YYLeng' can be const. [functionConst] XQilla-2.3.4/src/lexer/XQLexer.hpp:248:16: style:inconclusive: Technically the member function 'XQLexer::getQueryString' can be const. [functionConst] XQilla-2.3.4/src/lexer/FlexLexer.h:104:5: style: Class 'xqFlexLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/lexer/XQLexer.hpp:254:3: style: Class 'XQLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/lexer/XQLexer.hpp:307:3: style: Class 'XQParserArgs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/lexer/FlexLexer.h:106:11: style: The destructor '~xqFlexLexer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:65:11: note: Virtual destructor in base class XQilla-2.3.4/src/lexer/FlexLexer.h:106:11: note: Destructor in derived class XQilla-2.3.4/src/lexer/FlexLexer.h:108:7: style: The function 'yy_switch_to_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:71:3: note: Virtual function in base class XQilla-2.3.4/src/lexer/FlexLexer.h:108:7: note: Function in derived class XQilla-2.3.4/src/lexer/FlexLexer.h:109:29: style: The function 'yy_create_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:73:9: note: Virtual function in base class XQilla-2.3.4/src/lexer/FlexLexer.h:109:29: note: Function in derived class XQilla-2.3.4/src/lexer/FlexLexer.h:110:7: style: The function 'yy_delete_buffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:74:15: note: Virtual function in base class XQilla-2.3.4/src/lexer/FlexLexer.h:110:7: note: Function in derived class XQilla-2.3.4/src/lexer/FlexLexer.h:111:10: style: The function 'yyrestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:75:18: note: Virtual function in base class XQilla-2.3.4/src/lexer/FlexLexer.h:111:10: note: Function in derived class XQilla-2.3.4/src/lexer/FlexLexer.h:113:14: style: The function 'yylex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:77:14: note: Virtual function in base class XQilla-2.3.4/src/lexer/FlexLexer.h:113:14: note: Function in derived class XQilla-2.3.4/src/lexer/XQLexer.hpp:242:4: style: The destructor '~XQLexer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:154:12: note: Virtual destructor in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:242:4: note: Destructor in derived class XQilla-2.3.4/src/lexer/XQLexer.hpp:245:7: style: The function 'yylex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:113:14: note: Virtual function in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:245:7: note: Function in derived class XQilla-2.3.4/src/lexer/XQLexer.hpp:246:15: style: The function 'yylex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:156:15: note: Virtual function in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:246:15: note: Function in derived class XQilla-2.3.4/src/lexer/XQLexer.hpp:250:16: style: The function 'undoLessThan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:193:16: note: Virtual function in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:250:16: note: Function in derived class XQilla-2.3.4/src/lexer/XQLexer.hpp:256:15: style: The function 'LexerInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:116:14: note: Virtual function in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:256:15: note: Function in derived class XQilla-2.3.4/src/lexer/XQLexer.hpp:257:16: style: The function 'LexerOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:117:15: note: Virtual function in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:257:16: note: Function in derived class XQilla-2.3.4/src/lexer/XQLexer.hpp:258:16: style: The function 'LexerError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:118:15: note: Virtual function in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:258:16: note: Function in derived class XQilla-2.3.4/src/lexer/XQLexer.hpp:259:16: style: The function 'yy_pop_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:132:15: note: Virtual function in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:259:16: note: Function in derived class XQilla-2.3.4/src/ast/XQElementConstructor.cpp:86:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:99:45: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:141:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:142:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:150:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:196:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:210:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:211:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:214:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:217:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQElementConstructor.cpp:220:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/lexer/XQLexer.hpp:298:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQMap.cpp:86:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQMap.cpp:87:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQLiteral.cpp:45:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQLiteral.cpp:48:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQLiteral.cpp:57:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQLiteral.cpp:115:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQLiteral.cpp:235:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQPartialApply.cpp:111:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQNav.cpp:102:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQNav.cpp:116:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQNav.cpp:201:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQNav.cpp:222:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQNav.cpp:223:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQNav.cpp:231:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQNav.cpp:241:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQStep.cpp:202:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQSequence.cpp:169:3: style: Class 'XQSequenceResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/ast/XQVariable.cpp:98:22: warning: Either the condition 'var_src==NULL' is redundant or there is possible null pointer dereference: var_src. [nullPointerRedundantCheck] XQilla-2.3.4/src/ast/XQVariable.cpp:89:14: note: Assuming that condition 'var_src==NULL' is not redundant XQilla-2.3.4/src/ast/XQVariable.cpp:98:22: note: Null pointer dereference XQilla-2.3.4/src/ast/XQVariable.cpp:99:26: warning: Either the condition 'var_src==NULL' is redundant or there is possible null pointer dereference: var_src. [nullPointerRedundantCheck] XQilla-2.3.4/src/ast/XQVariable.cpp:89:14: note: Assuming that condition 'var_src==NULL' is not redundant XQilla-2.3.4/src/ast/XQVariable.cpp:99:26: note: Null pointer dereference XQilla-2.3.4/src/axis/NodeTest.cpp:164:68: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/axis/NodeTest.cpp:165:71: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/ast/XQTypeswitch.cpp:134:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/impl/VarTypeStoreImpl.hpp:43:3: style: Class 'VarTypeStoreImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/context/impl/VarStoreImpl.cpp:100:13: style: The scope of the variable 'tmp' can be reduced. [variableScope] XQilla-2.3.4/src/context/UpdateFactory.cpp:39:3: style: Class 'pucompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/context/UpdateFactory.cpp:57:3: style: Class 'nodecompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/context/UpdateFactory.cpp:71:3: style: Class 'AttrName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/context/UpdateFactory.cpp:103:3: style: Class 'AttrNamespace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/context/UpdateFactory.cpp:174:3: style: Class 'AttrMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/context/UpdateFactory.cpp:185:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/UpdateFactory.cpp:191:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/UpdateFactory.cpp:284:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/UpdateFactory.cpp:297:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/UpdateFactory.cpp:334:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:310:5: warning: Either the condition '!validator' is redundant or there is possible null pointer dereference: validator. [nullPointerRedundantCheck] XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:300:6: note: Assuming that condition '!validator' is not redundant XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:310:5: note: Null pointer dereference XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:353:5: warning: Either the condition '!validator' is redundant or there is possible null pointer dereference: validator. [nullPointerRedundantCheck] XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:343:6: note: Assuming that condition '!validator' is not redundant XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:353:5: note: Null pointer dereference XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:397:5: warning: Either the condition '!validator' is redundant or there is possible null pointer dereference: validator. [nullPointerRedundantCheck] XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:387:6: note: Assuming that condition '!validator' is not redundant XQilla-2.3.4/src/context/impl/ItemFactoryImpl.cpp:397:5: note: Null pointer dereference XQilla-2.3.4/src/context/impl/XQDynamicContextImpl.cpp:303:6: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/debug/ASTDebugHook.cpp:158:19: style: Variable 'oldparent' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/dom-api/XPath2NodeSerializer.hpp:47:3: style: Class 'XPath2NodeSerializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/dom-api/XPath2NodeSerializer.cpp:64:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/dom-api/XPath2NodeSerializer.cpp:70:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/context/impl/XQContextImpl.cpp:212:90: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/impl/XQContextImpl.cpp:472:6: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/impl/XQContextImpl.cpp:519:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/impl/XQContextImpl.cpp:531:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/context/impl/XQContextImpl.cpp:673:27: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/dom-api/impl/XQillaXMLGrammarPoolImpl.hpp:43:5: style: Class 'XQillaXMLGrammarPoolImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/dom-api/XQillaImplementation.cpp:178:73: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathDocumentImpl.cpp:56:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathDocumentImpl.cpp:157:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathDocumentImpl.cpp:159:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:93:12: style: The destructor '~XPath2FirstResultImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:50:12: note: Virtual destructor in base class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:93:12: note: Destructor in derived class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:119:12: style: The destructor '~XPath2SnapshotResultImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:50:12: note: Virtual destructor in base class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:119:12: note: Destructor in derived class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:149:12: style: The destructor '~XPath2IteratorResultImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:50:12: note: Virtual destructor in base class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:149:12: note: Destructor in derived class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.cpp:91:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.cpp:191:12: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.cpp:204:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.cpp:417:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.cpp:420:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaBuilderImpl.cpp:87:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaBuilderImpl.cpp:101:70: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaBuilderImpl.cpp:141:8: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaDocumentImpl.cpp:119:11: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaExpressionImpl.cpp:173:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/dom-api/impl/XQillaExpressionImpl.cpp:178:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/dom-api/impl/XQillaExpressionImpl.cpp:183:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/dom-api/impl/XQillaExpressionImpl.cpp:197:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/dom-api/impl/XQillaExpressionImpl.cpp:202:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/dom-api/impl/XQillaExpressionImpl.cpp:207:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:46:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:49:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:73:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:76:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:87:45: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:103:45: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:104:43: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:106:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:130:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.cpp:53:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.cpp:267:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.cpp:271:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.cpp:275:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.cpp:279:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.cpp:439:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.cpp:115:52: style:inconclusive: Function 'setNodeValue' argument 1 names different: declaration 'nodeValue' definition 'value'. [funcArgNamesDifferent] XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.hpp:84:63: note: Function 'setNodeValue' argument 1 names different: declaration 'nodeValue' definition 'value'. XQilla-2.3.4/src/dom-api/impl/XPathNamespaceImpl.cpp:115:52: note: Function 'setNodeValue' argument 1 names different: declaration 'nodeValue' definition 'value'. XQilla-2.3.4/src/events/NoInheritFilter.cpp:62:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NoInheritFilter.cpp:63:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NoInheritFilter.cpp:79:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NoInheritFilter.cpp:83:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NoInheritFilter.cpp:132:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NoInheritFilter.cpp:135:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NoInheritFilter.cpp:144:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NoInheritFilter.cpp:147:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NSFixupFilter.cpp:69:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/events/NSFixupFilter.cpp:209:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/exceptions/XQException.cpp:36:5: warning: Return value of function ::strcmp() is not used. [ignoredReturnValue] XQilla-2.3.4/src/exceptions/XQException.cpp:38:32: style: Variable 'qte' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/exceptions/XQException.cpp:39:36: style: Variable 'qie' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/exceptions/XQException.cpp:36:5: warning: Unnecessary comparison of static strings. [staticStringCompare] XQilla-2.3.4/src/fastxdm/FastXDMDocument.hpp:170:3: style: Class 'FastXDMDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/fastxdm/FastXDMSequenceBuilder.hpp:31:3: style: Class 'FastXDMSequenceBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/fastxdm/FastXDMConfiguration.cpp:67:3: style: Class 'FastXDMURIResolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/fastxdm/FastXDMConfiguration.cpp:88:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMConfiguration.cpp:134:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMConfiguration.cpp:81:16: style: Variable 'found' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/fastxdm/FastXDMConfiguration.cpp:127:16: style: Variable 'found' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:44:12: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:47:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:50:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:62:12: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:65:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:68:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:186:9: style: Variable 'nend' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:203:14: style: Variable 'aend' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/fastxdm/FastXDMDocument.cpp:210:14: style: Variable 'nmend' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/framework/BaseMemoryManager.cpp:81:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/BaseMemoryManager.cpp:149:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/BaseMemoryManager.cpp:159:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/BaseMemoryManager.cpp:207:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/BaseMemoryManager.cpp:208:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/XPath2MemoryManagerImpl.cpp:78:14: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fulltext/DefaultTokenStore.cpp:59:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/StringPool.cpp:46:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/StringPool.cpp:57:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/StringPool.cpp:176:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/StringPool.cpp:186:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/framework/StringPool.cpp:236:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:90:3: style: Class 'HelpCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:139:12: style: Condition 'i==end' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:128:15: note: Assuming that condition 'i!=end' is not redundant XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:139:12: note: Condition 'i==end' is always true XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:999:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:1141:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:444:26: style: The scope of the variable 'BREAK_REGEX_2' can be reduced. [variableScope] XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:99:66: style: Parameter 'debugger' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:289:66: style: Parameter 'debugger' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/fulltext/FTAnd.cpp:252:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/src/fulltext/FTContains.cpp:87:59: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fulltext/FTContains.cpp:133:17: style: Variable 'matches' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/fulltext/FTDistance.cpp:89:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fulltext/FTDistance.cpp:97:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fulltext/FTDistance.cpp:98:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fulltext/FTDistance.cpp:122:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fulltext/FTDistance.cpp:135:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fulltext/FTWindow.cpp:69:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fulltext/FTWindow.cpp:90:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionAdjustDateToTimezone.cpp:75:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionAdjustDateTimeToTimezone.cpp:77:42: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:677:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:677:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:704:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:704:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:730:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:730:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:756:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:756:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:773:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:773:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:796:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:796:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:813:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:813:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:830:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:830:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:872:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:872:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:915:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:915:32: note: Function in derived class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:947:32: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:658:40: note: Virtual function in base class XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:947:32: note: Function in derived class XQilla-2.3.4/src/functions/FunctionAdjustTimeToTimezone.cpp:74:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionAnalyzeString.cpp:74:3: style: Class 'FunctionAnalyzeStringResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/functions/FunctionAnalyzeString.cpp:102:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:81:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:133:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:239:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:241:50: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:294:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:321:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:436:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:446:47: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:458:45: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:475:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:1306:48: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:1316:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:1327:45: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:1352:48: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:1596:48: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:1616:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:1630:47: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:1658:48: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionBaseURI.cpp:64:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:358:26: style: Local variable 'dtv' shadows outer variable [shadowVariable] XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:342:24: note: Shadowed declaration XQilla-2.3.4/src/fastxdm/FastXDMNodeImpl.cpp:358:26: note: Shadow variable XQilla-2.3.4/src/functions/FunctionContains.cpp:75:18: style: Variable 'collation' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/functions/FunctionCount.cpp:70:26: style: Variable 'ex' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/functions/FunctionDayFromDate.cpp:61:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDateTime.cpp:59:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDateTime.cpp:62:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDayFromDateTime.cpp:62:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDaysFromDuration.cpp:56:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDocument.cpp:67:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:130:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:132:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:134:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:136:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:138:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:140:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:142:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:144:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:146:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:148:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:150:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:152:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:154:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:156:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:158:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:224:13: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionDistinctValues.cpp:206:16: style: Variable 'collation' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/functions/FunctionDocumentURI.cpp:49:11: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionExplain.cpp:61:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionFunctionName.cpp:46:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionFunctionArity.cpp:72:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionFunctionArity.cpp:61:26: style: Variable 'ex' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/functions/FunctionHoursFromDuration.cpp:56:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionHoursFromDateTime.cpp:63:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionHoursFromTime.cpp:62:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionId.cpp:65:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionLocalNameFromQName.cpp:57:8: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionIdref.cpp:69:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionIdref.cpp:88:44: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/functions/FunctionLang.cpp:82:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionLang.cpp:90:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionLang.cpp:91:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionLocalname.cpp:70:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionLocalname.cpp:74:65: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMinutesFromDateTime.cpp:64:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMatches.cpp:75:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMatches.cpp:77:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMatches.cpp:81:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMinutesFromDuration.cpp:57:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMinutesFromTime.cpp:62:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMonthsFromDuration.cpp:56:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMonthFromDate.cpp:62:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionMonthFromDateTime.cpp:63:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionNamespaceURIFromQName.cpp:55:61: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionName.cpp:73:48: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionNamespaceUri.cpp:71:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionNamespaceUri.cpp:75:65: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionLookup.cpp:79:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionLookup.cpp:85:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionLookup.cpp:124:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionNodeName.cpp:66:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionNumber.cpp:71:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionNumber.cpp:98:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionNumber.cpp:115:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseHTML.cpp:76:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseXML.cpp:69:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:119:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:131:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:144:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:160:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:177:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:195:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:210:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:223:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:232:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:244:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:276:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:281:50: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:283:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionParseJSON.cpp:301:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionPrefixFromQName.cpp:53:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionReplace.cpp:72:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionReplace.cpp:74:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionReplace.cpp:78:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionRoot.cpp:91:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionSecondsFromDuration.cpp:57:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionSecondsFromDateTime.cpp:64:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionSecondsFromTime.cpp:62:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionString.cpp:85:13: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionString.cpp:88:13: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionSubstring.cpp:70:97: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionSubstring.cpp:73:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionTail.cpp:90:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionTime.cpp:111:3: style: Class 'TimerGuard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/functions/FunctionTimezoneFromDate.cpp:57:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionTimezoneFromDateTime.cpp:58:43: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionSerializeJSON.cpp:73:3: style: Class 'JSONSerializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/functions/FunctionSerializeJSON.cpp:326:5: style: Struct 'StackObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/functions/FunctionTimezoneFromTime.cpp:58:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionTokenize.cpp:71:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionTokenize.cpp:73:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionTokenize.cpp:77:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionYearFromDate.cpp:61:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionYearFromDateTime.cpp:63:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/FunctionUnparsedText.cpp:62:1: style: The class 'FindXMLEncoding' does not declare a constructor although it has private member variables which likely require initialization. [noConstructor] XQilla-2.3.4/src/functions/FunctionYearsFromDuration.cpp:56:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/AnyAtomicType.cpp:176:40: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/items/AnyAtomicType.cpp:178:37: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/items/AnyAtomicType.cpp:180:35: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/items/AnyAtomicType.cpp:182:42: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/items/AnyAtomicType.cpp:184:38: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/items/DatatypeFactory.cpp:95:6: warning: Either the condition '!validator' is redundant or there is possible null pointer dereference: validator. [nullPointerRedundantCheck] XQilla-2.3.4/src/items/DatatypeFactory.cpp:85:6: note: Assuming that condition '!validator' is not redundant XQilla-2.3.4/src/items/DatatypeFactory.cpp:95:6: note: Null pointer dereference XQilla-2.3.4/src/items/DatatypeFactory.cpp:159:5: warning: Either the condition '!validator' is redundant or there is possible null pointer dereference: validator. [nullPointerRedundantCheck] XQilla-2.3.4/src/items/DatatypeFactory.cpp:148:6: note: Assuming that condition '!validator' is not redundant XQilla-2.3.4/src/items/DatatypeFactory.cpp:159:5: note: Null pointer dereference XQilla-2.3.4/src/items/DatatypeFactory.cpp:133:26: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/items/DatatypeFactory.cpp:160:26: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:56:24: style: Virtual function 'getPrimitiveTypeURI' is called from constructor 'DatatypeFactoryTemplate(const DocumentCache*dc)' at line 42. Dynamic binding is not used. [virtualCallInConstructor] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:42:49: note: Calling getPrimitiveTypeURI XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:56:24: note: getPrimitiveTypeURI is a virtual function XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:99:35: warning: The class 'DayTimeDurationDatatypeFactory' defines member function with name 'getPrimitiveTypeIndex' also defined in its parent class 'DatatypeFactoryTemplate'. [duplInheritedMember] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:51:35: note: Parent function 'DatatypeFactoryTemplate::getPrimitiveTypeIndex' XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:99:35: note: Derived function 'DayTimeDurationDatatypeFactory::getPrimitiveTypeIndex' XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:104:16: warning: The class 'DayTimeDurationDatatypeFactory' defines member function with name 'getPrimitiveTypeName' also defined in its parent class 'DatatypeFactoryTemplate'. [duplInheritedMember] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:60:16: note: Parent function 'DatatypeFactoryTemplate::getPrimitiveTypeName' XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:104:16: note: Derived function 'DayTimeDurationDatatypeFactory::getPrimitiveTypeName' XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:118:35: warning: The class 'YearMonthDurationDatatypeFactory' defines member function with name 'getPrimitiveTypeIndex' also defined in its parent class 'DatatypeFactoryTemplate'. [duplInheritedMember] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:51:35: note: Parent function 'DatatypeFactoryTemplate::getPrimitiveTypeIndex' XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:118:35: note: Derived function 'YearMonthDurationDatatypeFactory::getPrimitiveTypeIndex' XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:123:16: warning: The class 'YearMonthDurationDatatypeFactory' defines member function with name 'getPrimitiveTypeName' also defined in its parent class 'DatatypeFactoryTemplate'. [duplInheritedMember] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:60:16: note: Parent function 'DatatypeFactoryTemplate::getPrimitiveTypeName' XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:123:16: note: Derived function 'YearMonthDurationDatatypeFactory::getPrimitiveTypeName' XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:40:3: style: Class 'DatatypeFactoryTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:73:3: style: Class 'StringDatatypeFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:94:3: style: Class 'DayTimeDurationDatatypeFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/items/DatatypeFactoryTemplate.hpp:113:3: style: Class 'YearMonthDurationDatatypeFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/items/DatatypeLookup.cpp:189:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/DatatypeLookup.cpp:226:54: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/DatatypeLookup.cpp:249:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/DatatypeLookup.cpp:254:57: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp:53:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp:64:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp:118:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp:159:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATBase64BinaryOrDerivedImpl.cpp:164:46: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATBooleanOrDerivedImpl.cpp:144:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/XQUserFunction.cpp:827:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/functions/XQUserFunction.cpp:380:14: style: Variable 'module' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/functions/XQUserFunction.cpp:533:15: style: Variable 'ciTypeSet' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/items/Numeric.cpp:174:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/Numeric.cpp:296:12: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:140:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:173:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:190:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:223:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:238:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:269:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:284:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:316:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:331:47: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:370:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:385:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDecimalOrDerivedImpl.cpp:432:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDoubleOrDerivedImpl.cpp:117:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDoubleOrDerivedImpl.cpp:184:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDoubleOrDerivedImpl.cpp:233:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDoubleOrDerivedImpl.cpp:291:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDoubleOrDerivedImpl.cpp:371:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDoubleOrDerivedImpl.cpp:398:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDoubleOrDerivedImpl.cpp:400:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDoubleOrDerivedImpl.cpp:513:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:536:10: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:535:7: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:536:10: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:539:16: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:535:7: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:539:16: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:256:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:261:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:391:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:108:41: style: Parameter 'YY' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:108:51: style: Parameter 'MM' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATDateOrDerivedImpl.cpp:108:61: style: Parameter 'DD' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATFloatOrDerivedImpl.cpp:134:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATFloatOrDerivedImpl.cpp:206:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATFloatOrDerivedImpl.cpp:260:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATFloatOrDerivedImpl.cpp:323:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATFloatOrDerivedImpl.cpp:409:45: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATFloatOrDerivedImpl.cpp:436:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATFloatOrDerivedImpl.cpp:476:13: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATFloatOrDerivedImpl.cpp:551:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGDayOrDerivedImpl.cpp:266:10: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATGDayOrDerivedImpl.cpp:265:7: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATGDayOrDerivedImpl.cpp:266:10: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATGDayOrDerivedImpl.cpp:268:16: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATGDayOrDerivedImpl.cpp:265:7: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATGDayOrDerivedImpl.cpp:268:16: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATGDayOrDerivedImpl.cpp:127:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGDayOrDerivedImpl.cpp:132:52: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:726:10: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:725:7: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:726:10: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:728:16: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:725:7: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:728:16: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:302:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:307:43: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:489:43: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:504:43: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:135:41: style: Parameter 'YY' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:135:51: style: Parameter 'MM' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:135:61: style: Parameter 'DD' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:136:41: style: Parameter 'hh' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:136:51: style: Parameter 'mm' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATDateTimeOrDerivedImpl.cpp:136:61: style: Parameter 'ss' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATGMonthDayOrDerivedImpl.cpp:293:10: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATGMonthDayOrDerivedImpl.cpp:292:7: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATGMonthDayOrDerivedImpl.cpp:293:10: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATGMonthDayOrDerivedImpl.cpp:295:16: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATGMonthDayOrDerivedImpl.cpp:292:7: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATGMonthDayOrDerivedImpl.cpp:295:16: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATGMonthDayOrDerivedImpl.cpp:129:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGMonthDayOrDerivedImpl.cpp:134:52: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGMonthOrDerivedImpl.cpp:129:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGMonthOrDerivedImpl.cpp:134:52: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGMonthOrDerivedImpl.cpp:251:20: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment] XQilla-2.3.4/src/items/impl/ATGMonthOrDerivedImpl.cpp:249:11: note: state is assigned XQilla-2.3.4/src/items/impl/ATGMonthOrDerivedImpl.cpp:251:20: note: state is overwritten XQilla-2.3.4/src/items/impl/ATHexBinaryOrDerivedImpl.cpp:57:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATHexBinaryOrDerivedImpl.cpp:104:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATHexBinaryOrDerivedImpl.cpp:139:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATHexBinaryOrDerivedImpl.cpp:144:49: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATNotationOrDerivedImpl.cpp:108:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATNotationOrDerivedImpl.cpp:113:47: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATQNameOrDerivedImpl.cpp:211:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATQNameOrDerivedImpl.cpp:216:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGYearOrDerivedImpl.cpp:269:8: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATGYearOrDerivedImpl.cpp:268:6: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATGYearOrDerivedImpl.cpp:269:8: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATGYearOrDerivedImpl.cpp:271:14: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATGYearOrDerivedImpl.cpp:268:6: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATGYearOrDerivedImpl.cpp:271:14: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATGYearOrDerivedImpl.cpp:124:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGYearOrDerivedImpl.cpp:129:52: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDurationOrDerivedImpl.cpp:337:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDurationOrDerivedImpl.cpp:348:47: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDurationOrDerivedImpl.cpp:451:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDurationOrDerivedImpl.cpp:454:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDurationOrDerivedImpl.cpp:466:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATDurationOrDerivedImpl.cpp:468:46: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGYearMonthOrDerivedImpl.cpp:290:8: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATGYearMonthOrDerivedImpl.cpp:289:6: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATGYearMonthOrDerivedImpl.cpp:290:8: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATGYearMonthOrDerivedImpl.cpp:292:15: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATGYearMonthOrDerivedImpl.cpp:289:6: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATGYearMonthOrDerivedImpl.cpp:292:15: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATGYearMonthOrDerivedImpl.cpp:129:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATGYearMonthOrDerivedImpl.cpp:134:52: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/FunctionRefImpl.cpp:220:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/FunctionRefImpl.cpp:237:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/lexer/XQLexer2.cpp:29:10: warning: Member variable 'XQLexer::yyloc' is not initialized in the constructor. [uninitMemberVar] XQilla-2.3.4/src/lexer/XQLexer2.cpp:48:10: warning: Member variable 'XQLexer::yyloc' is not initialized in the constructor. [uninitMemberVar] XQilla-2.3.4/src/lexer/XQLexer2.cpp:62:10: warning: Member variable 'XQLexer::yyloc' is not initialized in the constructor. [uninitMemberVar] XQilla-2.3.4/src/lexer/XQLexer2.cpp:78:10: warning: Member variable 'XQLexer::yyloc' is not initialized in the constructor. [uninitMemberVar] XQilla-2.3.4/src/lexer/XQLexer.hpp:282:16: style:inconclusive: Member variable 'XQLexer::m_szQuery' uses an uninitialized argument 'm_index' due to the order of declarations. [initializerList] XQilla-2.3.4/src/lexer/XQLexer2.cpp:82:5: note: Member variable 'XQLexer::m_szQuery' uses an uninitialized argument 'm_index' due to the order of declarations. XQilla-2.3.4/src/lexer/XQLexer.hpp:282:16: note: Member variable 'XQLexer::m_szQuery' uses an uninitialized argument 'm_index' due to the order of declarations. XQilla-2.3.4/src/lexer/XQLexer.hpp:284:16: style:inconclusive: Member variable 'XQLexer::m_nLength' uses an uninitialized argument 'm_index' due to the order of declarations. [initializerList] XQilla-2.3.4/src/lexer/XQLexer2.cpp:84:5: note: Member variable 'XQLexer::m_nLength' uses an uninitialized argument 'm_index' due to the order of declarations. XQilla-2.3.4/src/lexer/XQLexer.hpp:284:16: note: Member variable 'XQLexer::m_nLength' uses an uninitialized argument 'm_index' due to the order of declarations. XQilla-2.3.4/src/lexer/XQLexer.hpp:268:8: style:inconclusive: Technically the member function 'XQLexer::isCommentClosed' can be const. [functionConst] XQilla-2.3.4/src/lexer/XQLexer2.cpp:124:15: note: Technically the member function 'XQLexer::isCommentClosed' can be const. XQilla-2.3.4/src/lexer/XQLexer.hpp:268:8: note: Technically the member function 'XQLexer::isCommentClosed' can be const. XQilla-2.3.4/src/lexer/XQLexer2.cpp:98:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/lexer/XQLexer2.cpp:147:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/lexer/XQLexer2.cpp:401:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/lexer/XQLexer2.cpp:375:18: style: Variable 'off' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/lexer/XQLexer2.cpp:357:35: style: Parameter 'text' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/mapm/m_apm.cpp:105:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/mapm/m_apm.cpp:171:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:74:5: style: Struct 'ElementStackEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:57:12: style: The destructor '~XSLT2Lexer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:154:12: note: Virtual destructor in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:57:12: note: Destructor in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:59:15: style: The function 'yylex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:156:15: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:59:15: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:61:62: style: The function 'getNSResolver' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:194:62: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:61:62: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:62:16: style: The function 'undoLessThan' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:193:16: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:62:16: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:129:12: style: The destructor '~XercesXSLT2Lexer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:57:12: note: Virtual destructor in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:129:12: note: Destructor in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:149:16: style: The function 'nextEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:100:16: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:149:16: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:150:21: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:101:21: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:150:21: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:151:16: style: The function 'getEventName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:102:16: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:151:16: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:152:16: style: The function 'getEventValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:103:16: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:152:16: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:154:16: style: The function 'getEventLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:105:16: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:154:16: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:155:16: style: The function 'getValueLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:106:16: note: Virtual function in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:155:16: note: Function in derived class XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:473:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:476:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:637:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:1105:16: style: The scope of the variable 'tmp' can be reduced. [variableScope] XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:659:42: style: Local variable 'value' shadows outer variable [shadowVariable] XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:651:20: note: Shadowed declaration XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:659:42: note: Shadow variable XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:660:20: style: Local variable 'length' shadows outer variable [shadowVariable] XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:652:20: note: Shadowed declaration XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:660:20: note: Shadow variable XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:416:43: style: Parameter 'pYYLVAL' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:416:61: style: Parameter 'pYYLOC' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:473:8: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:472:6: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:473:8: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:476:14: style: Condition 'gotDigit' is always true [knownConditionTrueFalse] XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:472:6: note: Assuming that condition 'gotDigit' is not redundant XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:476:14: note: Condition 'gotDigit' is always true XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:213:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:218:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:313:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:123:41: style: Parameter 'hh' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:123:51: style: Parameter 'mm' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/items/impl/ATTimeOrDerivedImpl.cpp:123:61: style: Parameter 'ss' can be declared as reference to const [constParameterReference] XQilla-2.3.4/src/mapm/mapm_fpf.c:219:10: style: Variable 'ucp' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/mapm/mapm_mul.c:85:8: warning: Either the condition '(vp=realloc(r->m_apm_data,ii+32))==NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck] XQilla-2.3.4/src/mapm/mapm_mul.c:70:54: note: Assuming that condition '(vp=realloc(r->m_apm_data,ii+32))==NULL' is not redundant XQilla-2.3.4/src/mapm/mapm_mul.c:78:20: note: Assignment 'r->m_apm_data=(UCHAR*)vp', assigned value is 0 XQilla-2.3.4/src/mapm/mapm_mul.c:84:4: note: cp is assigned 'r->m_apm_data' here. XQilla-2.3.4/src/mapm/mapm_mul.c:85:8: note: Null pointer dereference XQilla-2.3.4/src/mapm/mapm_mul.c:104:7: warning: Either the condition '(vp=realloc(r->m_apm_data,ii+32))==NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck] XQilla-2.3.4/src/mapm/mapm_mul.c:70:54: note: Assuming that condition '(vp=realloc(r->m_apm_data,ii+32))==NULL' is not redundant XQilla-2.3.4/src/mapm/mapm_mul.c:78:20: note: Assignment 'r->m_apm_data=(UCHAR*)vp', assigned value is 0 XQilla-2.3.4/src/mapm/mapm_mul.c:84:4: note: cp is assigned 'r->m_apm_data' here. XQilla-2.3.4/src/mapm/mapm_mul.c:104:7: note: Null pointer dereference XQilla-2.3.4/src/mapm/mapm_mul.c:105:7: warning: Either the condition '(vp=realloc(r->m_apm_data,ii+32))==NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck] XQilla-2.3.4/src/mapm/mapm_mul.c:70:54: note: Assuming that condition '(vp=realloc(r->m_apm_data,ii+32))==NULL' is not redundant XQilla-2.3.4/src/mapm/mapm_mul.c:78:20: note: Assignment 'r->m_apm_data=(UCHAR*)vp', assigned value is 0 XQilla-2.3.4/src/mapm/mapm_mul.c:84:4: note: cp is assigned 'r->m_apm_data' here. XQilla-2.3.4/src/mapm/mapm_mul.c:105:7: note: Null pointer dereference XQilla-2.3.4/src/mapm/mapm_mul.c:107:11: warning: Either the condition '(vp=realloc(r->m_apm_data,ii+32))==NULL' is redundant or there is possible null pointer dereference: cp. [nullPointerRedundantCheck] XQilla-2.3.4/src/mapm/mapm_mul.c:70:54: note: Assuming that condition '(vp=realloc(r->m_apm_data,ii+32))==NULL' is not redundant XQilla-2.3.4/src/mapm/mapm_mul.c:78:20: note: Assignment 'r->m_apm_data=(UCHAR*)vp', assigned value is 0 XQilla-2.3.4/src/mapm/mapm_mul.c:84:4: note: cp is assigned 'r->m_apm_data' here. XQilla-2.3.4/src/mapm/mapm_mul.c:107:11: note: Null pointer dereference XQilla-2.3.4/src/mapm/mapm_set.c:100:8: warning: Either the condition '(M_buf=(char*)malloc(strlen(s_in)+32))==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck] XQilla-2.3.4/src/mapm/mapm_set.c:92:57: note: Assuming that condition '(M_buf=(char*)malloc(strlen(s_in)+32))==NULL' is not redundant XQilla-2.3.4/src/mapm/mapm_set.c:99:3: note: s is assigned 'M_buf' here. XQilla-2.3.4/src/mapm/mapm_set.c:100:8: note: Null pointer dereference XQilla-2.3.4/src/mapm/mapm_set.c:110:9: warning: Either the condition '(M_buf=(char*)malloc(strlen(s_in)+32))==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck] XQilla-2.3.4/src/mapm/mapm_set.c:92:57: note: Assuming that condition '(M_buf=(char*)malloc(strlen(s_in)+32))==NULL' is not redundant XQilla-2.3.4/src/mapm/mapm_set.c:99:3: note: s is assigned 'M_buf' here. XQilla-2.3.4/src/mapm/mapm_set.c:106:5: note: Assignment 'p=s', assigned value is 0 XQilla-2.3.4/src/mapm/mapm_set.c:110:9: note: Null pointer dereference XQilla-2.3.4/src/mapm/mapm_set.c:311:1: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] XQilla-2.3.4/src/mapm/mapm_set.c:313:1: note: Found duplicate branches for 'if' and 'else'. XQilla-2.3.4/src/mapm/mapm_set.c:311:1: note: Found duplicate branches for 'if' and 'else'. XQilla-2.3.4/src/mapm/mapmfmul.c:605:12: error: Common realloc mistake: 'cp' nulled but not freed upon failure [memleakOnRealloc] XQilla-2.3.4/src/mapm/mapmfmul.c:189:51: style: Parameter 'xin' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/mapm/mapmfmul.c:441:37: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/mapm/mapmfmul.c:483:42: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/mapm/mapmfmul.c:483:52: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/mapm/mapm_fft.c:68:39: style: Parameter 'uu' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/mapm/mapm_fft.c:68:50: style: Parameter 'vv' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/mapm/mapmistr.c:31:8: style: Variable 'ucp' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/operators/ArithmeticOperator.cpp:161:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/ArithmeticOperator.cpp:162:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/mapm/mapmutl2.c:216:43: style: Parameter 'message' can be declared as pointer to const [constParameterPointer] XQilla-2.3.4/src/operators/ComparisonOperator.cpp:124:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/ComparisonOperator.cpp:126:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Divide.cpp:66:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Divide.cpp:75:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Divide.cpp:77:49: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Divide.cpp:80:49: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Except.cpp:114:13: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThan.cpp:54:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThan.cpp:66:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThan.cpp:84:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThan.cpp:91:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThan.cpp:98:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThan.cpp:104:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThan.cpp:110:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThanEqual.cpp:48:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/GreaterThanEqual.cpp:49:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Intersect.cpp:110:11: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThan.cpp:54:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThan.cpp:66:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThan.cpp:84:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThan.cpp:91:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThan.cpp:98:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThanEqual.cpp:48:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThan.cpp:105:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThanEqual.cpp:49:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/LessThan.cpp:112:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:75:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:86:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:89:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:92:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:102:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:105:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:115:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:118:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:121:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:131:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Minus.cpp:141:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Mod.cpp:49:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Multiply.cpp:60:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Multiply.cpp:66:14: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Multiply.cpp:72:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/NodeComparison.cpp:84:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/OrderComparison.cpp:92:13: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/OrderComparison.cpp:93:11: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/UnaryMinus.cpp:82:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:77:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:88:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:91:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:101:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:111:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:114:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:124:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:127:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:130:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:133:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:143:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:146:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/operators/Plus.cpp:149:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTReleaser.cpp:182:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:333:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:335:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:336:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:342:14: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:359:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:363:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:367:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:449:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:471:69: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTCopier.cpp:474:81: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:81:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:83:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:89:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:91:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:98:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:100:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:106:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:108:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:117:12: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:126:12: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:135:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:144:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:266:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:325:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:334:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:352:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:375:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:381:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:554:77: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:557:46: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:249:33: style: Local variable 'resetIndent' shadows outer variable [shadowVariable] XQilla-2.3.4/src/optimizer/ASTToXML.cpp:239:29: note: Shadowed declaration XQilla-2.3.4/src/optimizer/ASTToXML.cpp:249:33: note: Shadow variable XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:86:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:88:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:90:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:92:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:94:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:96:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:98:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:100:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:102:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:104:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:106:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:108:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:110:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:112:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:114:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:116:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:118:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:120:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:122:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:124:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:126:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:128:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:130:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:132:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:134:42: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:136:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:138:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:140:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:142:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:144:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:146:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:148:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:150:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:152:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:154:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:156:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:158:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:160:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:162:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:164:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:166:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:168:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:170:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:172:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:174:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:176:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:178:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:180:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:182:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:184:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:186:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:188:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:190:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:192:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:194:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:196:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:198:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:200:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:202:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:694:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:696:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:698:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:700:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:702:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:704:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:706:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:708:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:710:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:712:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:714:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:716:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:718:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:824:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:826:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:828:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:830:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:832:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:834:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/ASTVisitor.cpp:836:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathNode.cpp:229:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/optimizer/QueryPathNode.cpp:233:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/optimizer/QueryPathNode.cpp:237:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/optimizer/QueryPathNode.cpp:241:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/optimizer/QueryPathNode.cpp:245:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/parser/QName.cpp:103:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/parser/QName.cpp:104:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:547:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:564:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:574:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:591:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:604:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:626:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:733:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:737:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:747:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:751:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:761:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/QueryPathTreeGenerator.cpp:765:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/runtime/ClosureResult.cpp:31:3: style: Class 'LazyCreateResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/runtime/Result.cpp:39:3: style: Class 'ItemResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:702:22: style: The function 'optimizeLetTuple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:374:22: note: Virtual function in base class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:702:22: note: Function in derived class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1093:20: style: The function 'optimizeNav' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:479:20: note: Virtual function in base class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1093:20: note: Function in derived class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1111:20: style: The function 'optimizePredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:497:20: note: Virtual function in base class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1111:20: note: Function in derived class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1126:20: style: The function 'optimizeMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:410:20: note: Virtual function in base class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1126:20: note: Function in derived class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1141:22: style: The function 'optimizeForTuple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:352:22: note: Virtual function in base class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1141:22: note: Function in derived class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1155:22: style: The function 'optimizeLetTuple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:374:22: note: Virtual function in base class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1155:22: note: Function in derived class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1169:22: style: The function 'optimizeCountTuple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:389:22: note: Virtual function in base class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1169:22: note: Function in derived class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1209:20: style: The function 'optimizeReturn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:403:20: note: Virtual function in base class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1209:20: note: Function in derived class XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:87:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:842:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:860:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:919:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:990:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:994:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:996:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1021:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1088:42: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1268:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1285:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1290:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1295:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1345:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1464:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1685:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1688:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1691:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1694:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1708:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1711:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1727:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1755:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1776:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1779:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1793:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1796:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1821:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1849:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1879:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1882:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1895:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1898:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1926:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1950:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1972:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1975:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:1998:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:2001:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:2040:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:2069:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:2109:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:2112:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/runtime/Sequence.cpp:186:3: style: Class 'lessThanCompareFn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/runtime/Sequence.cpp:120:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/runtime/Sequence.cpp:191:14: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/runtime/Sequence.cpp:200:11: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:298:26: style: Variable 'ex' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:808:20: style: Variable 'constantArg' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/optimizer/PartialEvaluator.cpp:811:40: style: Variable 'constantArg' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:276:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:716:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:728:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:741:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:63:35: style: class member 'GrammarResolverHack::fCacheGrammar' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:64:35: style: class member 'GrammarResolverHack::fUseCachedGrammar' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:65:35: style: class member 'GrammarResolverHack::fGrammarPoolFromExternalApplication' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:66:35: style: class member 'GrammarResolverHack::fStringPool' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:67:35: style: class member 'GrammarResolverHack::fGrammarBucket' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:68:35: style: class member 'GrammarResolverHack::fGrammarFromPool' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:69:35: style: class member 'GrammarResolverHack::fDataTypeReg' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:70:35: style: class member 'GrammarResolverHack::fMemoryManager' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:71:35: style: class member 'GrammarResolverHack::fGrammarPool' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:72:35: style: class member 'GrammarResolverHack::fXSModel' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:73:35: style: class member 'GrammarResolverHack::fGrammarPoolXSModel' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:74:35: style: class member 'GrammarResolverHack::fGrammarsToAddToXSModel' is never used. [unusedStructMember] XQilla-2.3.4/src/schema/DocumentCacheImpl.cpp:619:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ../src/lexer/XQLexer.l:240:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:245:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:250:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:255:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:262:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:265:55: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:413:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:418:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:423:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:428:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:433:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:438:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:443:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:448:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:453:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:458:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:463:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:468:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:473:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:478:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:483:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:488:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:493:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:498:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:503:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:508:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:513:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:518:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:523:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:528:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:533:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:538:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:543:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:548:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:553:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:558:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:563:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:568:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:573:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:578:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:583:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:588:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:593:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:598:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:603:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:608:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:613:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:618:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:623:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:628:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:633:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:638:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:643:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:648:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:653:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:658:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:663:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:668:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:673:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:678:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:683:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:688:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:693:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:698:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:703:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:708:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:713:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:718:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:723:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:728:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:733:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:738:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:743:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:748:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:753:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:758:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:763:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:768:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:773:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:778:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:783:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:788:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:793:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:798:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:803:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:808:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:813:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:818:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:823:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:828:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:833:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:838:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:843:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:848:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:853:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:858:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:863:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:868:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:873:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:878:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:883:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:888:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:893:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:898:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:903:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:908:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:913:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:918:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:923:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:928:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:933:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:938:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:943:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:948:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:953:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:958:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:963:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:968:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:973:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:978:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:983:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:988:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:993:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:998:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1003:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1008:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1013:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1018:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1023:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1028:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1033:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1038:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1043:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1048:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1053:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1058:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1063:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1068:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1075:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1078:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1087:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1089:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1098:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1100:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1109:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1111:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1120:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1122:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1131:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1133:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1142:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1144:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1153:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1155:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1164:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1166:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1186:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1188:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1197:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1199:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1208:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1210:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1219:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1221:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1230:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1232:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1241:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1243:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1252:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1254:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1263:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1265:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1274:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1276:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1285:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1287:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1296:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1298:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1307:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1309:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1318:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1320:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1329:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1331:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1340:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1342:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1351:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1353:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1362:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1364:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1373:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1375:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1384:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1386:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1395:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1397:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1406:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1408:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1417:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1419:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1428:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1430:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1439:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1441:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1451:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1453:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1463:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1465:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1474:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1476:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1486:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1488:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1497:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1499:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1509:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1511:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1518:37: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1523:37: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1528:37: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1536:5: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1595:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1605:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1620:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1630:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1635:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1665:25: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1670:24: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1680:24: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1695:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1705:8: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1710:8: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1720:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1745:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1750:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1755:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1760:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1770:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1795:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1800:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1805:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1810:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1815:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1825:1: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1837:44: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.l:1846:45: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16024:20: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16035:22: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16117:20: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16119:23: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16391:7: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16400:17: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16422:17: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16424:16: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16488:21: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16491:21: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16492:6: style: C-style pointer casting [cstyleCast] ../src/lexer/XQLexer.cpp:16612:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:174:6: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:183:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:188:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:225:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:262:44: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:277:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:279:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:356:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:370:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:428:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:431:12: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:437:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:438:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:460:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:487:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:525:43: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:531:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:565:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:577:4: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:621:8: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:644:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:654:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:657:10: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:663:8: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:945:43: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:900:34: style: Redundant initialization for 'orgGrammarUri'. The initialized value is overwritten before it is read. [redundantInitialization] XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:899:30: note: orgGrammarUri is initialized XQilla-2.3.4/src/schema/SchemaValidatorFilter.cpp:900:34: note: orgGrammarUri is overwritten XQilla-2.3.4/src/schema/SequenceType.cpp:669:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SequenceType.cpp:673:54: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SequenceType.cpp:677:45: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SequenceType.cpp:692:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SequenceType.cpp:694:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SequenceType.cpp:714:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SequenceType.cpp:715:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SequenceType.cpp:809:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/schema/SequenceType.cpp:810:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/simple-api/XQQuery.cpp:77:14: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/simple-api/XQQuery.cpp:87:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/FunctionPut.cpp:76:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/simple-api/XQilla.cpp:88:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UDelete.cpp:81:58: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAfter.cpp:106:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAfter.cpp:127:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAfter.cpp:134:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAsFirst.cpp:106:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAsFirst.cpp:120:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAsFirst.cpp:127:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAsLast.cpp:110:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAsLast.cpp:112:52: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAsLast.cpp:123:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAsLast.cpp:137:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertAsLast.cpp:144:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertBefore.cpp:106:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertBefore.cpp:127:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertBefore.cpp:134:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertInto.cpp:106:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertInto.cpp:120:9: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UInsertInto.cpp:127:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/URename.cpp:112:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/URename.cpp:121:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UReplace.cpp:104:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UReplace.cpp:128:11: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UReplace.cpp:139:11: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UReplace.cpp:144:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UReplaceValueOf.cpp:109:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/update/UTransform.cpp:178:3: style: Class 'nodecompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/update/UTransform.cpp:212:26: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/UTF8Str.cpp:31:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/UTF8Str.cpp:38:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/UnicodeTransformer.cpp:55:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/UnicodeTransformer.cpp:63:21: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/UnicodeTransformer.cpp:66:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/UnicodeTransformer.cpp:71:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/UnicodeTransformer.cpp:76:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/UnicodeTransformer.cpp:157:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/DateUtils.cpp:355:22: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] XQilla-2.3.4/src/utils/DateUtils.cpp:364:22: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] XQilla-2.3.4/src/utils/DateUtils.cpp:129:41: style:inconclusive: Function 'maximumDayInMonthFor' argument 1 names different: declaration 'yearValue' definition 'year'. [funcArgNamesDifferent] XQilla-2.3.4/src/utils/DateUtils.hpp:104:39: note: Function 'maximumDayInMonthFor' argument 1 names different: declaration 'yearValue' definition 'year'. XQilla-2.3.4/src/utils/DateUtils.cpp:129:41: note: Function 'maximumDayInMonthFor' argument 1 names different: declaration 'yearValue' definition 'year'. XQilla-2.3.4/src/utils/DateUtils.cpp:129:51: style:inconclusive: Function 'maximumDayInMonthFor' argument 2 names different: declaration 'monthValue' definition 'month'. [funcArgNamesDifferent] XQilla-2.3.4/src/utils/DateUtils.hpp:104:54: note: Function 'maximumDayInMonthFor' argument 2 names different: declaration 'monthValue' definition 'month'. XQilla-2.3.4/src/utils/DateUtils.cpp:129:51: note: Function 'maximumDayInMonthFor' argument 2 names different: declaration 'monthValue' definition 'month'. XQilla-2.3.4/src/utils/DateUtils.cpp:261:8: style: Variable 'days' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/utils/DateUtils.cpp:355:14: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/utils/DateUtils.cpp:364:14: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/utils/XQillaPlatformUtils.cpp:68:11: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/XQillaPlatformUtils.cpp:73:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/XQillaPlatformUtils.cpp:83:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/XPath2Utils.cpp:211:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck] XQilla-2.3.4/src/utils/XPath2Utils.cpp:204:16: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/XPath2Utils.cpp:336:18: style: The scope of the variable 'nCount' can be reduced. [variableScope] XQilla-2.3.4/src/utils/XStr.cpp:15:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/XStr.cpp:22:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/XStr.cpp:32:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/utils/XPath2Utils.cpp:269:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/src/xerces/AncestorAxis.hpp:33:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/AncestorAxis.hpp:33:49: note: Function in derived class XQilla-2.3.4/src/xerces/AncestorOrSelfAxis.hpp:33:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/AncestorOrSelfAxis.hpp:33:49: note: Function in derived class XQilla-2.3.4/src/samples/xqilla/xqilla-commandline.cpp:141:8: style:inconclusive: Technically the member function 'CommandLineArgs::check' can be const. [functionConst] XQilla-2.3.4/src/samples/xqilla/xqilla-commandline.cpp:386:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/AttributeAxis.hpp:33:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/AttributeAxis.hpp:33:49: note: Function in derived class XQilla-2.3.4/src/xerces/ChildAxis.hpp:33:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/ChildAxis.hpp:33:49: note: Function in derived class XQilla-2.3.4/src/xerces/DescendantAxis.hpp:30:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/DescendantAxis.hpp:30:49: note: Function in derived class XQilla-2.3.4/src/xerces/DescendantOrSelfAxis.hpp:30:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/DescendantOrSelfAxis.hpp:30:49: note: Function in derived class XQilla-2.3.4/src/xerces/FollowingAxis.hpp:30:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/FollowingAxis.hpp:30:49: note: Function in derived class XQilla-2.3.4/src/xerces/FollowingSiblingAxis.hpp:30:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/FollowingSiblingAxis.hpp:30:49: note: Function in derived class XQilla-2.3.4/src/xerces/NamespaceAxis.hpp:36:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/NamespaceAxis.hpp:36:49: note: Function in derived class XQilla-2.3.4/src/xerces/ParentAxis.hpp:30:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/ParentAxis.hpp:30:49: note: Function in derived class XQilla-2.3.4/src/xerces/NamespaceAxis.cpp:54:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/PrecedingAxis.hpp:33:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/PrecedingAxis.hpp:33:49: note: Function in derived class XQilla-2.3.4/src/xerces/PrecedingSiblingAxis.hpp:33:49: style: The function 'nextNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:45:57: note: Virtual function in base class XQilla-2.3.4/src/xerces/PrecedingSiblingAxis.hpp:33:49: note: Function in derived class XQilla-2.3.4/src/xerces/XercesURIResolver.hpp:34:3: style: Class 'XercesURIResolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.hpp:31:3: style: Class 'XercesSequenceBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xerces/XercesNodeImpl.hpp:47:4: style: The destructor '~XercesNodeImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:34:12: note: Virtual destructor in base class XQilla-2.3.4/src/xerces/XercesNodeImpl.hpp:47:4: note: Destructor in derived class XQilla-2.3.4/src/xerces/XercesNodeImpl.hpp:93:21: style: The function 'createNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:35:21: note: Virtual function in base class XQilla-2.3.4/src/xerces/XercesNodeImpl.hpp:93:21: note: Function in derived class XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:76:51: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:112:4: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:123:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:125:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:128:51: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:147:51: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:161:6: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:174:51: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:190:6: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:205:51: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:224:51: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:239:4: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:265:51: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:286:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesSequenceBuilder.cpp:283:24: style: Variable 'ns' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:643:20: warning: Either the condition '!dtv' is redundant or there is possible null pointer dereference: dtv. [nullPointerRedundantCheck] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:631:20: note: Assuming that condition '!dtv' is not redundant XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:643:20: note: Null pointer dereference XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:121:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:166:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:266:28: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:292:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:546:42: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:549:54: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:657:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:756:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:793:35: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:808:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:866:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:873:38: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:1018:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:1021:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:1055:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:1058:18: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:1086:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:1122:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:1145:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:1161:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:969:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:691:40: style: Local variable 'dtv' shadows outer variable [shadowVariable] XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:675:32: note: Shadowed declaration XQilla-2.3.4/src/xerces/XercesNodeImpl.cpp:691:40: note: Shadow variable XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:85:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:92:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:94:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:95:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:108:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:139:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:146:30: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:148:24: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:149:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:162:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:203:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:245:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:252:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:330:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:332:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:333:32: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:79:14: style: Redundant initialization for 'systemId'. The initialized value is overwritten before it is read. [redundantInitialization] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:76:25: note: systemId is initialized XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:79:14: note: systemId is overwritten XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:133:14: style: Redundant initialization for 'systemId'. The initialized value is overwritten before it is read. [redundantInitialization] XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:130:25: note: systemId is initialized XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:133:14: note: systemId is overwritten XQilla-2.3.4/src/xerces/XercesURIResolver.cpp:63:16: style: The scope of the variable 'drc' can be reduced. [variableScope] XQilla-2.3.4/src/xqc/XQillaXQCDynamicContext.hpp:32:3: style: Class 'XQillaXQCDynamicContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.hpp:48:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCDynamicContext.hpp:44:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCDynamicContext.hpp:49:47: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCSequence.hpp:57:34: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCSequence.hpp:62:41: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCDynamicContext.cpp:89:13: style: The scope of the variable 'tmp' can be reduced. [variableScope] XQilla-2.3.4/src/xqc/XQillaXQCExpression.hpp:30:3: style: Class 'XQillaXQCExpression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqc/XQillaXQCExpression.hpp:40:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCExpression.hpp:45:43: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:688:3: style: Class 'RevalidationEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:99:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:112:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:139:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:140:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:150:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:165:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:177:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:201:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:204:29: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:233:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:243:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:258:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:286:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:302:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:330:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:344:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:372:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:385:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:413:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:426:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:451:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:452:22: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:464:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:483:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:498:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:499:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:536:49: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:553:49: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:562:17: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:581:47: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:603:49: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:656:23: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:725:49: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:739:19: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xerces/XercesUpdateFactory.cpp:210:13: style: Variable 'domnode' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/xqc/XQillaXQCInputStream.hpp:34:3: style: Class 'CharInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqc/XQillaXQCInputStream.hpp:73:3: style: Class 'CharInputSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqc/XQillaXQCInputStream.hpp:91:3: style: Class 'FileInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqc/XQillaXQCInputStream.hpp:122:3: style: Class 'FileInputSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqc/XQillaXQCInputStream.hpp:139:3: style: Class 'BinXQCInputStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqc/XQillaXQCInputStream.hpp:170:3: style: Class 'XQCInputSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.hpp:42:39: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.hpp:47:46: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCInputStream.hpp:152:48: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:166:27: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:196:27: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:228:22: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:247:22: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:266:22: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:375:22: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:399:22: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:423:22: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCImplementation.cpp:448:22: style: Variable 'e' can be declared as reference to const [constVariableReference] XQilla-2.3.4/src/xqc/XQillaXQCSequence.cpp:89:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCSequence.cpp:113:13: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCSequence.cpp:273:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.cpp:91:12: style: The scope of the variable 'tmp' can be reduced. [variableScope] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.cpp:301:29: style: Variable 'me' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.cpp:331:29: style: Variable 'me' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.cpp:361:29: style: Variable 'me' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.cpp:391:29: style: Variable 'me' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.cpp:421:29: style: Variable 'me' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/xqc/XQillaXQCStaticContext.cpp:452:29: style: Variable 'me' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/xqts/TestSuiteResultListener.cpp:802:31: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] XQilla-2.3.4/src/xqts/TestSuiteResultListener.cpp:237:3: style: Class 'ErrorFileHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] XQilla-2.3.4/src/xqts/TestSuiteResultListener.cpp:385:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/src/xqts/TestSuiteResultListener.cpp:432:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/src/xqts/TestSuiteParser.cpp:221:46: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteParser.cpp:225:31: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteParser.cpp:242:48: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteParser.cpp:246:33: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteParser.cpp:407:17: style: Variable 'szURI' is assigned a value that is never used. [unreadVariable] XQilla-2.3.4/src/yajl/yajl.c:43:35: style:inconclusive: Function 'yajl_status_to_string' argument 1 names different: declaration 'code' definition 'stat'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parse.h:50:61: note: Function 'yajl_status_to_string' argument 1 names different: declaration 'code' definition 'stat'. XQilla-2.3.4/src/yajl/yajl.c:43:35: note: Function 'yajl_status_to_string' argument 1 names different: declaration 'code' definition 'stat'. XQilla-2.3.4/src/yajl/yajl.c:98:25: style:inconclusive: Function 'yajl_parse' argument 3 names different: declaration 'jsonTextLength' definition 'jsonTextLen'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parse.h:110:50: note: Function 'yajl_parse' argument 3 names different: declaration 'jsonTextLength' definition 'jsonTextLen'. XQilla-2.3.4/src/yajl/yajl.c:98:25: note: Function 'yajl_parse' argument 3 names different: declaration 'jsonTextLength' definition 'jsonTextLen'. XQilla-2.3.4/src/yajl/yajl.c:108:61: style:inconclusive: Function 'yajl_get_error' argument 4 names different: declaration 'jsonTextLength' definition 'jsonTextLen'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parse.h:124:58: note: Function 'yajl_get_error' argument 4 names different: declaration 'jsonTextLength' definition 'jsonTextLen'. XQilla-2.3.4/src/yajl/yajl.c:108:61: note: Function 'yajl_get_error' argument 4 names different: declaration 'jsonTextLength' definition 'jsonTextLen'. XQilla-2.3.4/src/yajl/yajl_encode.c:52:33: style:inconclusive: Function 'yajl_string_encode' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_encode.h:39:38: note: Function 'yajl_string_encode' argument 3 names different: declaration 'length' definition 'len'. XQilla-2.3.4/src/yajl/yajl_encode.c:52:33: note: Function 'yajl_string_encode' argument 3 names different: declaration 'length' definition 'len'. XQilla-2.3.4/src/yajl/yajl_encode.c:128:38: style:inconclusive: Function 'yajl_string_decode' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_encode.h:42:38: note: Function 'yajl_string_decode' argument 3 names different: declaration 'length' definition 'len'. XQilla-2.3.4/src/yajl/yajl_encode.c:128:38: note: Function 'yajl_string_decode' argument 3 names different: declaration 'length' definition 'len'. XQilla-2.3.4/src/yajl/yajl_encode.c:61:16: style: Variable 'escaped' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/yajl/yajl_encode.c:173:55: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare] XQilla-2.3.4/src/yajl/yajl_gen.c:78:24: style:inconclusive: Function 'yajl_gen_free' argument 1 names different: declaration 'handle' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:62:42: note: Function 'yajl_gen_free' argument 1 names different: declaration 'handle' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:78:24: note: Function 'yajl_gen_free' argument 1 names different: declaration 'handle' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:145:27: style:inconclusive: Function 'yajl_gen_integer' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:64:56: note: Function 'yajl_gen_integer' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:145:27: note: Function 'yajl_gen_integer' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:157:26: style:inconclusive: Function 'yajl_gen_double' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:66:55: note: Function 'yajl_gen_double' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:157:26: note: Function 'yajl_gen_double' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:168:26: style:inconclusive: Function 'yajl_gen_string' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:67:55: note: Function 'yajl_gen_string' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:168:26: note: Function 'yajl_gen_string' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:181:24: style:inconclusive: Function 'yajl_gen_null' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:70:53: note: Function 'yajl_gen_null' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:181:24: note: Function 'yajl_gen_null' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:191:24: style:inconclusive: Function 'yajl_gen_bool' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:71:53: note: Function 'yajl_gen_bool' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:191:24: note: Function 'yajl_gen_bool' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:203:28: style:inconclusive: Function 'yajl_gen_map_open' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:72:57: note: Function 'yajl_gen_map_open' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:203:28: note: Function 'yajl_gen_map_open' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:216:29: style:inconclusive: Function 'yajl_gen_map_close' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:73:58: note: Function 'yajl_gen_map_close' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:216:29: note: Function 'yajl_gen_map_close' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:229:30: style:inconclusive: Function 'yajl_gen_array_open' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:74:59: note: Function 'yajl_gen_array_open' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:229:30: note: Function 'yajl_gen_array_open' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:241:31: style:inconclusive: Function 'yajl_gen_array_close' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:75:60: note: Function 'yajl_gen_array_close' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:241:31: note: Function 'yajl_gen_array_close' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:254:27: style:inconclusive: Function 'yajl_gen_get_buf' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:77:56: note: Function 'yajl_gen_get_buf' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:254:27: note: Function 'yajl_gen_get_buf' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:263:25: style:inconclusive: Function 'yajl_gen_clear' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_gen.h:81:43: note: Function 'yajl_gen_clear' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/yajl/yajl_gen.c:263:25: note: Function 'yajl_gen_clear' argument 1 names different: declaration 'hand' definition 'g'. XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:96:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:100:37: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:159:40: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:163:25: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:218:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:219:20: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:178:10: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:58:121: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:139:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/src/xqts/TestSuiteRunner.cpp:174:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/src/yajl/yajl_lex.c:136:26: style:inconclusive: Function 'yajl_lex_free' argument 1 names different: declaration 'lexer' definition 'lxr'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_lex.h:66:31: note: Function 'yajl_lex_free' argument 1 names different: declaration 'lexer' definition 'lxr'. XQilla-2.3.4/src/yajl/yajl_lex.c:136:26: note: Function 'yajl_lex_free' argument 1 names different: declaration 'lexer' definition 'lxr'. XQilla-2.3.4/src/yajl/yajl_lex.c:409:55: style:inconclusive: Function 'yajl_lex_lex' argument 4 names different: declaration 'offset' definition 'context'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_lex.h:91:64: note: Function 'yajl_lex_lex' argument 4 names different: declaration 'offset' definition 'context'. XQilla-2.3.4/src/yajl/yajl_lex.c:409:55: note: Function 'yajl_lex_lex' argument 4 names different: declaration 'offset' definition 'context'. XQilla-2.3.4/src/yajl/yajl_parser.c:120:27: style:inconclusive: Function 'yajl_do_parse' argument 1 names different: declaration 'handle' definition 'hand'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parser.h:67:27: note: Function 'yajl_do_parse' argument 1 names different: declaration 'handle' definition 'hand'. XQilla-2.3.4/src/yajl/yajl_parser.c:120:27: note: Function 'yajl_do_parse' argument 1 names different: declaration 'handle' definition 'hand'. XQilla-2.3.4/src/yajl/yajl_parser.c:398:32: style:inconclusive: Function 'yajl_state_current' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parser.h:74:43: note: Function 'yajl_state_current' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:398:32: note: Function 'yajl_state_current' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:405:34: style:inconclusive: Function 'yajl_state_push' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parser.h:76:34: note: Function 'yajl_state_push' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:405:34: note: Function 'yajl_state_push' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:405:48: style:inconclusive: Function 'yajl_state_push' argument 2 names different: declaration 'state' definition 's'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parser.h:76:53: note: Function 'yajl_state_push' argument 2 names different: declaration 'state' definition 's'. XQilla-2.3.4/src/yajl/yajl_parser.c:405:48: note: Function 'yajl_state_push' argument 2 names different: declaration 'state' definition 's'. XQilla-2.3.4/src/yajl/yajl_parser.c:411:39: style:inconclusive: Function 'yajl_state_pop' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parser.h:78:39: note: Function 'yajl_state_pop' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:411:39: note: Function 'yajl_state_pop' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:422:43: style:inconclusive: Function 'yajl_parse_depth' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parser.h:80:43: note: Function 'yajl_parse_depth' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:422:43: note: Function 'yajl_parse_depth' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:428:33: style:inconclusive: Function 'yajl_state_set' argument 1 names different: declaration 'handle' definition 'h'. [funcArgNamesDifferent] XQilla-2.3.4/src/yajl/yajl_parser.h:82:33: note: Function 'yajl_state_set' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/src/yajl/yajl_parser.c:428:33: note: Function 'yajl_state_set' argument 1 names different: declaration 'handle' definition 'h'. XQilla-2.3.4/tests/xmark/xmark.cpp:311:13: style: Local variable 'query' shadows outer function [shadowFunction] XQilla-2.3.4/tests/xmark/xmark.cpp:57:10: note: Shadowed declaration XQilla-2.3.4/tests/xmark/xmark.cpp:311:13: note: Shadow variable XQilla-2.3.4/tests/xmark/xmark.cpp:333:27: style: Local variable 'query' shadows outer variable [shadowVariable] XQilla-2.3.4/tests/xmark/xmark.cpp:311:13: note: Shadowed declaration XQilla-2.3.4/tests/xmark/xmark.cpp:333:27: note: Shadow variable XQilla-2.3.4/tests/xmark/xmark.cpp:57:85: performance: Function parameter 'query' should be passed by const reference. [passedByValue] XQilla-2.3.4/tests/xmark/xmark.cpp:294:106: style: Parameter 'dataPath' can be declared as reference to const [constParameterReference] XQilla-2.3.4/tests/xqts/runner.cpp:225:42: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/tests/xqts/runner.cpp:269:6: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/tests/xqts/runner.cpp:272:15: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/tests/xqts/runner.cpp:460:27: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/tests/xqts/runner.cpp:529:36: style: C-style pointer casting [cstyleCast] XQilla-2.3.4/tests/xqts/runner.cpp:582:60: style:inconclusive: Function 'detectParserLang' argument 1 names different: declaration 'testSuiteNamespace' definition 'testSuiteNS'. [funcArgNamesDifferent] XQilla-2.3.4/tests/xqts/runner.cpp:66:47: note: Function 'detectParserLang' argument 1 names different: declaration 'testSuiteNamespace' definition 'testSuiteNS'. XQilla-2.3.4/tests/xqts/runner.cpp:582:60: note: Function 'detectParserLang' argument 1 names different: declaration 'testSuiteNamespace' definition 'testSuiteNS'. XQilla-2.3.4/tests/xqts/runner.cpp:364:23: warning: String literal "Optional:TrivialEmbedding" doesn't match length argument for substr(). [incorrectStringCompare] XQilla-2.3.4/tests/xqts/runner.cpp:405:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/tests/xqts/runner.cpp:411:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/tests/xqts/runner.cpp:431:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/tests/xqts/runner.cpp:435:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/tests/xqts/runner.cpp:512:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/tests/xqts/runner.cpp:539:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] XQilla-2.3.4/tests/xqts/runner.cpp:566:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ../src/parser/XQParser.cpp:4597:47: warning: Either the condition 'yytype<324' is redundant or the array 'yytname[672]' is accessed at index 672, which is out of bounds. [arrayIndexOutOfBoundsCond] ../src/parser/XQParser.cpp:4594:14: note: Assuming that condition 'yytype<324' is not redundant ../src/parser/XQParser.cpp:4597:47: note: Array index out of bounds ../src/parser/XQParser.cpp:10838:3: portability: Undefined behaviour, pointer arithmetic 'yyerror_range-1' is out of bounds. [pointerOutOfBounds] ../src/parser/XQParser.y:294:17: style: Condition 'prefix==0' is always false [knownConditionTrueFalse] ../src/parser/XQParser.y:278:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:286:57: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:293:8: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:295:15: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:296:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:299:13: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:305:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:318:14: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:321:12: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:327:12: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:331:12: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:338:10: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.cpp:5131:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.cpp:5178:16: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:776:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:783:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:784:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:785:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:786:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:787:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:788:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:797:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:808:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:817:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:826:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:828:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:829:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:836:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:863:77: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:883:35: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:885:35: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:910:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:915:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:920:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:922:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:923:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:925:19: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:926:22: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:928:35: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:929:21: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:930:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:933:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:947:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:952:38: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:953:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:955:47: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:956:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:958:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:959:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:962:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:990:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:994:49: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:995:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1001:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1008:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1009:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1025:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1058:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1065:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1066:44: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1074:44: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1082:44: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1091:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1096:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1103:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1104:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1112:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1137:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1155:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1159:32: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1179:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1187:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1231:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1235:53: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1238:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1243:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1246:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1253:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1260:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1270:51: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1296:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1304:51: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1308:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1312:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1315:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1322:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1329:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1339:51: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1474:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1494:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1495:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1502:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1503:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1510:61: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1513:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1514:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1521:61: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1524:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1525:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1532:61: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1535:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1536:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1543:39: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1546:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1553:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1562:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1578:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1586:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1594:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1603:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1611:32: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1634:31: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1639:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1644:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1652:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1660:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1676:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1684:31: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1690:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1695:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1703:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1711:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1719:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1726:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1727:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1734:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1741:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1748:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1763:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1768:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1776:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1784:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1785:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1786:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1793:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1811:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1814:45: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1818:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1826:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1834:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1844:34: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1875:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1882:22: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1883:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1890:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1897:17: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1899:13: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1918:17: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1920:13: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1932:17: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1941:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1948:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1964:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1968:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1972:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1977:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1980:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1986:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:1997:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2005:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2013:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2014:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2022:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2023:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2058:48: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2062:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2066:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2069:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2076:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2083:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2109:37: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2114:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2119:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2127:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2135:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2142:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2146:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2151:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2156:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2164:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2173:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2174:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2182:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2189:34: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2198:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2205:36: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2209:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2214:55: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2217:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2224:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2227:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2232:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2233:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2242:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2251:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2252:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2261:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2262:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2271:39: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2272:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2274:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2290:34: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2294:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2299:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2302:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2307:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2308:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2317:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2326:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2327:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2336:39: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2337:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2339:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2346:34: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2350:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2355:55: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2358:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2363:39: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2372:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2381:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2382:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2391:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2392:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2399:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2403:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2411:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2419:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2427:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2435:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2437:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2447:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2455:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2463:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2472:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2476:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2484:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2492:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2500:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2507:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2508:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2522:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2526:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2535:54: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2536:21: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2539:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2546:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2550:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2557:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2561:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2568:54: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2571:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2585:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2599:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2608:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2612:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2614:54: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2618:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2620:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2629:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2633:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2635:54: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2639:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2641:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2650:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2652:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2654:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2663:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2665:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2667:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2674:50: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2717:31: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2724:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2735:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2736:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2739:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2740:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2742:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2743:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2746:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2755:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2762:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2771:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2772:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2773:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2774:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2781:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2788:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2795:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2802:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2809:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2816:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2818:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2825:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2827:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2834:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2841:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2848:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2855:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2856:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2863:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2864:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2871:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2872:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2879:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2880:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2891:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2895:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2896:13: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2899:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2905:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2908:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2911:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2916:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2919:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2922:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2927:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2930:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2933:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2937:9: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2953:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2954:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2961:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2962:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2969:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2970:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2977:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2978:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2985:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2986:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:2987:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3022:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3024:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3025:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3028:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3030:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3037:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3038:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3046:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3048:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3050:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3052:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3053:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3060:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3061:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3075:31: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3098:19: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3106:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3108:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3110:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3111:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3119:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3121:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3122:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3129:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3150:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3151:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3158:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3159:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3168:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3196:30: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3205:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3207:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3221:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3223:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3236:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3287:37: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3296:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3310:8: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3311:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3314:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3325:10: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3329:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3341:73: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3345:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3377:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3424:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3438:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3475:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3482:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3487:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3494:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3501:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3508:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3530:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3531:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3533:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3541:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3542:30: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3544:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3547:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3555:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3560:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3561:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3563:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3591:12: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3618:68: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3621:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3629:68: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3632:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3649:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3656:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3675:26: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3682:26: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3695:63: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3706:32: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3707:36: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3714:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3715:47: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3737:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3744:71: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3745:8: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3749:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3756:69: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3757:8: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3761:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3768:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3775:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3781:22: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3787:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3794:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3801:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3808:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3815:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3822:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3829:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3836:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3843:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3850:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3857:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3864:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3871:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3878:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3885:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3892:35: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3895:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3902:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3909:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3916:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3923:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3930:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3937:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3944:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3951:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3958:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3965:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3973:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3976:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3979:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3981:39: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3982:64: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3983:22: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3985:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3992:31: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:3993:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4000:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4007:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4014:55: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4016:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4023:55: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4025:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4032:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4039:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4046:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4053:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4056:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4063:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4077:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4080:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4081:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4084:11: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4099:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4108:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4110:53: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4111:26: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4113:34: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4116:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4118:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4122:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4132:53: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4133:26: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4135:34: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4138:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4145:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4154:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4156:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4160:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4170:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4177:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4184:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4199:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4266:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4282:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4293:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4335:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4339:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4346:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4354:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4364:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4374:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4384:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4394:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4401:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4415:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4422:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4429:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4431:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4438:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4440:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4447:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4465:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4466:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4469:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4485:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4493:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4501:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4508:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4515:38: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4516:21: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4517:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4525:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4526:21: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4527:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4534:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4543:21: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4544:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4555:21: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4556:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4593:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4609:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4618:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4625:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4633:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4642:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4658:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4667:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4674:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4682:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4691:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4715:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4725:8: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4726:35: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4736:22: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4741:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4748:19: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4755:22: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4760:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4780:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4787:36: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4788:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4795:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4809:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4816:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4824:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4831:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4845:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4852:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4859:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4866:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4875:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4877:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4893:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4907:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4908:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4931:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4938:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4947:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4957:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4984:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4991:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:4998:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5005:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5028:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5035:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5042:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5043:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5050:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5057:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5064:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5071:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5078:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5085:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5099:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5106:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5113:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5120:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5127:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5142:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5150:51: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5151:110: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5152:7: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5187:31: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5203:18: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5208:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5217:19: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5222:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5230:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5237:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5267:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5274:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5282:3: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5339:3: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5382:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5389:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5396:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5403:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5410:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5417:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5424:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5431:24: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5473:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5480:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5487:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5494:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5604:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5611:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5618:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5713:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5714:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5721:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5722:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5729:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5730:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5737:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5744:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5751:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5758:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5765:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5772:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5779:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5786:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5793:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5800:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5815:36: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5823:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5830:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5841:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5852:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5863:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5876:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5883:26: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5890:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5891:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5898:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5899:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5906:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5907:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5915:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5916:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5924:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5925:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5933:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5934:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5970:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5971:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:5985:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6001:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6008:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6015:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6022:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6029:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6036:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6043:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6050:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6057:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6064:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6071:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6078:20: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6085:33: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6102:116: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6103:27: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6110:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6117:41: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6118:28: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6119:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6126:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6127:23: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6134:5: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6147:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6150:25: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6158:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6165:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6172:29: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:6179:34: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.cpp:10726:14: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.cpp:10739:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.cpp:10743:6: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.cpp:10867:3: style: C-style pointer casting [cstyleCast] ../src/parser/XQParser.y:807:59: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:885:78: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:910:7: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:915:7: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:922:28: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:923:28: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:925:19: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:926:22: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:929:21: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:930:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:933:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:953:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:956:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:959:28: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1009:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1017:46: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1025:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1043:47: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1051:64: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1065:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1066:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1074:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1082:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1104:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1112:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1122:64: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1145:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1179:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1187:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1206:41: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1253:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1260:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1270:51: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1278:62: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1287:47: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1295:19: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1296:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1322:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1329:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1339:51: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1347:62: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1471:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1474:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1494:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1503:43: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1511:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1522:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1536:43: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1562:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1571:68: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1586:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1594:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1611:32: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1619:43: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1627:43: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1652:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1660:53: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1703:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1711:57: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1719:62: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1726:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1727:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1734:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1741:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1756:48: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1776:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1784:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1801:48: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1826:27: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1834:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1844:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1852:47: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1875:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1890:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1911:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1923:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:1941:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2005:56: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2013:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2022:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2069:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2076:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2083:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2093:59: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2101:55: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2127:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2135:56: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2164:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2173:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2182:51: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2198:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2242:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2251:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2261:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2272:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2317:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2326:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2337:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2372:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2381:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2391:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2419:49: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2427:64: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2455:62: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2463:65: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2484:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2492:40: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2500:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2508:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2515:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2526:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2536:21: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2537:32: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2539:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2550:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2561:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2592:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2599:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2620:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2641:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2654:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2667:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2674:159: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2681:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2682:18: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2683:35: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2690:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2691:18: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2692:35: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2699:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2700:18: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2701:35: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2708:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2709:18: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2710:35: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2734:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2738:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2753:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2848:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2872:52: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2880:42: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2904:43: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2907:48: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2911:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2915:43: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2918:48: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2922:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2926:43: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2929:48: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2933:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:2987:46: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3024:7: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3025:40: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3028:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3030:45: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3038:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3053:67: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3061:67: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3076:46: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3083:57: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3111:65: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3122:65: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3129:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3136:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3168:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3205:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3207:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3209:64: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3221:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3223:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3225:67: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3236:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3272:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3279:55: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3288:37: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3296:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3311:32: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3314:43: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3325:54: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3331:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3377:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3389:113: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3393:52: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3400:52: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3407:38: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3414:54: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3424:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3440:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3454:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3461:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3468:52: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3475:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3494:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3501:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3508:48: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3509:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3516:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3523:82: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3533:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3542:63: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3555:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3559:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3560:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3561:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3563:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3621:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3632:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3639:52: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3649:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3656:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3663:51: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3664:28: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3675:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3682:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3692:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3695:41: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3707:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3715:47: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3737:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3745:65: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3749:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3757:66: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3761:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3768:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3775:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3787:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3794:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3801:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3808:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3815:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3822:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3829:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3836:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3843:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3850:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3857:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3864:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3871:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3878:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3885:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3894:32: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3902:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3909:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3916:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3923:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3930:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3937:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3944:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3951:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3958:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3965:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3983:22: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:3992:87: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4000:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4007:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4015:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4024:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4092:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4100:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4124:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4133:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4135:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4138:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4146:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4161:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4170:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4191:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4193:42: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4194:42: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4195:27: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4199:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4262:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4263:18: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4266:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4274:51: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4278:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4279:18: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4282:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4289:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4290:18: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4293:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4339:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4347:46: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4355:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4356:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4375:36: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4385:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4401:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4422:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4477:55: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4486:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4493:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4501:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4508:5: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4544:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4556:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4601:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4609:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4625:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4633:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4650:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4658:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4674:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4682:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4699:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4707:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4715:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4726:35: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4755:22: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4773:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4788:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4795:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4824:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4831:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4845:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4866:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4874:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4875:42: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4877:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4909:35: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4940:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4949:35: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:4984:119: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5150:38: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5151:19: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5152:26: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5153:30: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5194:17: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5204:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5208:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5218:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5222:29: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5230:27: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5237:27: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5267:27: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5274:27: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5347:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5356:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5365:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5375:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5382:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5389:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5396:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5403:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5410:24: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5706:34: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5737:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5744:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5751:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5758:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5765:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5772:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5779:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5786:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5793:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5800:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5807:62: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5816:51: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5823:27: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5830:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5841:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5852:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5863:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5875:33: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5876:42: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5883:59: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5891:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5899:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5907:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5916:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5925:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5934:25: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5949:39: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5978:35: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5986:44: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:5993:55: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6001:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6008:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6015:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6022:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6036:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6050:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6064:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6071:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6078:20: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6086:48: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6094:48: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6102:18: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6103:27: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6110:23: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6118:28: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6165:147: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6172:105: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6180:49: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.y:6188:49: style: Same expression on both sides of '-'. [duplicateExpression] ../src/parser/XQParser.cpp:4720:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] ../src/parser/XQParser.cpp:4747:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] ../src/parser/XQParser.cpp:4613:53: style: Parameter 'top' can be declared as pointer to const [constParameterPointer] ../src/parser/XQParser.cpp:5129:16: style: Variable 'yyss1' can be declared as pointer to const [constVariablePointer] XQilla-2.3.4/src/utils/utf8proc/utf8proc.c:789:9: error: Common realloc mistake: 'TBD_buf' nulled but not freed upon failure [memleakOnRealloc] diff: head ../src/parser/XQParser.cpp:5131:5: style: C-style pointer casting [cstyleCast] head XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:289:66: style: Parameter 'debugger' can be declared as reference to const [constParameterReference] head XQilla-2.3.4/src/debug/InteractiveDebugger.cpp:99:66: style: Parameter 'debugger' can be declared as reference to const [constParameterReference] head XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:119:12: style: The destructor '~XPath2SnapshotResultImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:50:12: note: Virtual destructor in base class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:119:12: note: Destructor in derived class head XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:149:12: style: The destructor '~XPath2IteratorResultImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:50:12: note: Virtual destructor in base class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:149:12: note: Destructor in derived class head XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:93:12: style: The destructor '~XPath2FirstResultImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:50:12: note: Virtual destructor in base class XQilla-2.3.4/src/dom-api/impl/XPath2ResultImpl.hpp:93:12: note: Destructor in derived class head XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:103:45: style: C-style pointer casting [cstyleCast] head XQilla-2.3.4/src/dom-api/impl/XQillaNSResolverImpl.cpp:104:43: style: C-style pointer casting [cstyleCast] head XQilla-2.3.4/src/exceptions/XQException.cpp:36:5: warning: Return value of function ::strcmp() is not used. [ignoredReturnValue] 2.13.0 XQilla-2.3.4/src/exceptions/XQException.cpp:36:5: warning: Return value of function strcmp() is not used. [ignoredReturnValue] 2.13.0 XQilla-2.3.4/src/items/impl/ATQNameOrDerivedImpl.cpp:172:16: style: The scope of the variable 'prefix' can be reduced. [variableScope] head XQilla-2.3.4/src/lexer/FlexLexer.h:106:11: style: The destructor '~xqFlexLexer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/FlexLexer.h:65:11: note: Virtual destructor in base class XQilla-2.3.4/src/lexer/FlexLexer.h:106:11: note: Destructor in derived class head XQilla-2.3.4/src/lexer/XQLexer.hpp:242:4: style: The destructor '~XQLexer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:154:12: note: Virtual destructor in base class XQilla-2.3.4/src/lexer/XQLexer.hpp:242:4: note: Destructor in derived class head XQilla-2.3.4/src/lexer/XQLexer.hpp:282:16: style:inconclusive: Member variable 'XQLexer::m_szQuery' uses an uninitialized argument 'm_index' due to the order of declarations. [initializerList] XQilla-2.3.4/src/lexer/XQLexer2.cpp:82:5: note: Member variable 'XQLexer::m_szQuery' uses an uninitialized argument 'm_index' due to the order of declarations. XQilla-2.3.4/src/lexer/XQLexer.hpp:282:16: note: Member variable 'XQLexer::m_szQuery' uses an uninitialized argument 'm_index' due to the order of declarations. head XQilla-2.3.4/src/lexer/XQLexer.hpp:284:16: style:inconclusive: Member variable 'XQLexer::m_nLength' uses an uninitialized argument 'm_index' due to the order of declarations. [initializerList] XQilla-2.3.4/src/lexer/XQLexer2.cpp:84:5: note: Member variable 'XQLexer::m_nLength' uses an uninitialized argument 'm_index' due to the order of declarations. XQilla-2.3.4/src/lexer/XQLexer.hpp:284:16: note: Member variable 'XQLexer::m_nLength' uses an uninitialized argument 'm_index' due to the order of declarations. head XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:416:43: style: Parameter 'pYYLVAL' can be declared as pointer to const [constParameterPointer] head XQilla-2.3.4/src/lexer/XSLT2Lexer.cpp:416:61: style: Parameter 'pYYLOC' can be declared as pointer to const [constParameterPointer] head XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:129:12: style: The destructor '~XercesXSLT2Lexer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:57:12: note: Virtual destructor in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:129:12: note: Destructor in derived class head XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:57:12: style: The destructor '~XSLT2Lexer' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/lexer/XQLexer.hpp:154:12: note: Virtual destructor in base class XQilla-2.3.4/src/lexer/XSLT2Lexer.hpp:57:12: note: Destructor in derived class head XQilla-2.3.4/src/mapm/mapm_fft.c:68:39: style: Parameter 'uu' can be declared as pointer to const [constParameterPointer] head XQilla-2.3.4/src/mapm/mapm_fft.c:68:50: style: Parameter 'vv' can be declared as pointer to const [constParameterPointer] head XQilla-2.3.4/src/mapm/mapmfmul.c:483:42: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] head XQilla-2.3.4/src/mapm/mapmfmul.c:483:52: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] head XQilla-2.3.4/src/xerces/XercesNodeImpl.hpp:47:4: style: The destructor '~XercesNodeImpl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] XQilla-2.3.4/src/xerces/Axis.hpp:34:12: note: Virtual destructor in base class XQilla-2.3.4/src/xerces/XercesNodeImpl.hpp:47:4: note: Destructor in derived class DONE