🥑 ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.
This report presents the forensic synthetic code analysis of arangodb/arangodb, a C++ project with 14,234 GitHub stars. SynthScan v2.0 examined 11,384,174 lines of code across 49879 source files, recording 45358 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 4.3 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 45358 distinct pattern matches across 26 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | CMakeLists.txt | 41 | # treat warnings as errors on some platforms | COMMENT |
| LOW | CMakeLists.txt | 61 | # | COMMENT |
| LOW | CMakeLists.txt | 161 | if(USE_ENTERPRISE) | COMMENT |
| LOW | lsan_arangodb_suppressions.txt | 1 | leak:create_conn | COMMENT |
| LOW | lsan_arangodb_suppressions.txt | 21 | # This comes from LLVM implementation of OpenMP and should be safe | COMMENT |
| LOW | STYLEGUIDE.md | 361 | /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany | COMMENT |
| LOW | STYLEGUIDE.md | 381 | ##### Enterprise template | COMMENT |
| LOW | STYLEGUIDE.md | 401 | /// the Programs. | COMMENT |
| LOW | tsan_arangodb_suppressions.txt | 21 | # register is populated with different addresses based on some condition, and | COMMENT |
| LOW | tsan_arangodb_suppressions.txt | 41 | # doing. | COMMENT |
| LOW | Documentation/Metrics/template.yaml | 1 | name: arangodb_metric | COMMENT |
| LOW | Documentation/Metrics/template.yaml | 21 | # RocksDB | COMMENT |
| LOW | arangod/Statistics/ConnectionStatistics.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/StatisticsOptionsProvider.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/figures.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/Descriptions.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/Descriptions.cpp | 21 | /// @author Simon Graetzer | COMMENT |
| LOW | arangod/Statistics/StatisticsFeature.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/StatisticsFeature.cpp | 21 | /// @author Dr. Frank Celler | COMMENT |
| LOW | arangod/Statistics/StatisticsFeature.cpp | 41 | #include "Logger/LogMacros.h" | COMMENT |
| LOW | arangod/Statistics/StatisticsFeature.cpp | 61 | #include "Transaction/StandaloneContext.h" | COMMENT |
| LOW | arangod/Statistics/Descriptions.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/StatisticsWorker.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/StatisticsWorker.cpp | 21 | /// @author Manuel Baesler | COMMENT |
| LOW | arangod/Statistics/StatisticsWorker.cpp | 41 | #include "RestServer/TtlFeature.h" | COMMENT |
| LOW | arangod/Statistics/StatisticsFeature.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/StatisticsFeature.h | 21 | /// @author Dr. Frank Celler | COMMENT |
| LOW | arangod/Statistics/StatisticsFeatureOptions.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/RequestStatistics.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/StatisticsWorker.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/RequestStatistics.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/RequestStatistics.cpp | 21 | /// @author Dr. Frank Celler | COMMENT |
| LOW | arangod/Statistics/RequestStatistics.cpp | 41 | #ifdef ARANGODB_ENABLE_MAINTAINER_MODE | COMMENT |
| LOW | arangod/Statistics/StatisticsOptionsProvider.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/ConnectionStatistics.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/Statistics/ConnectionStatistics.cpp | 21 | /// @author Dr. Frank Celler | COMMENT |
| LOW | arangod/Statistics/ConnectionStatistics.cpp | 41 | namespace { | COMMENT |
| LOW | arangod/VocBase/KeyGenerator.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/voc-types.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/VocbaseInfo.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/AccessMode.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/VocbaseInfo.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/VocbaseInfo.cpp | 21 | /// @author Jan Christoph Uhde | COMMENT |
| LOW | arangod/VocBase/vocbase.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/vocbase.h | 21 | /// @author Dr. Frank Celler | COMMENT |
| LOW | arangod/VocBase/vocbase.h | 461 | /// note: when the collection is not used anymore, the caller *must* | COMMENT |
| LOW | arangod/VocBase/ComputedValues.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/ComputedValues.h | 21 | /// @author Jan Steemann | COMMENT |
| LOW | arangod/VocBase/Validators.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/Validators.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/Validators.cpp | 21 | /// @author Jan Christoph Uhde | COMMENT |
| LOW | arangod/VocBase/ticks.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/VocBaseLogManager.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/VocBaseLogManager.cpp | 21 | /// @author Lars Maier | COMMENT |
| LOW | arangod/VocBase/VocbaseMetrics.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/ComputedValues.cpp | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | arangod/VocBase/ComputedValues.cpp | 21 | /// @author Jan Steemann | COMMENT |
| LOW | arangod/VocBase/ComputedValues.cpp | 41 | #include "Transaction/Methods.h" | COMMENT |
| LOW | arangod/VocBase/ComputedValues.cpp | 181 | COMMENT | |
| LOW | arangod/VocBase/LogicalCollection.h | 1 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| 42059 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | js/common/modules/jsunity.js | 63 | print(); | CODE |
| HIGH | js/common/modules/jsunity.js | 80 | print(newtime.toISOString() + internal.COLORS.COLOR_GREEN + ' [ PASSED ] ' + | CODE |
| HIGH | js/common/modules/jsunity.js | 98 | print(now + internal.COLORS.COLOR_RED + " [ FAILED ] " + currentSuiteName + | CODE |
| HIGH | js/common/modules/jsunity.js | 103 | print(internal.COLORS.COLOR_RED + message + internal.COLORS.COLOR_RESET); | CODE |
| HIGH | js/common/modules/jsunity.js | 132 | print(newtime.toISOString() + internal.COLORS.COLOR_RED + " [ FAILED ] " + | CODE |
| HIGH⚡ | js/common/modules/jsunity.js | 143 | print(jsUnity.env.getDate().toISOString() + | CODE |
| HIGH⚡ | js/common/modules/jsunity.js | 147 | print(jsUnity.env.getDate().toISOString() + internal.COLORS.COLOR_GREEN + | CODE |
| HIGH⚡ | js/common/modules/jsunity.js | 151 | print(jsUnity.env.getDate().toISOString() + internal.COLORS.COLOR_RED + | CODE |
| HIGH | js/common/modules/jsunity.js | 168 | print(STARTTEST.toISOString() + internal.COLORS.COLOR_GREEN + | CODE |
| HIGH | js/common/modules/jsunity.js | 175 | print(jsUnity.env.getDate().toISOString() + internal.COLORS.COLOR_GREEN + ' [ RUN ] ' + testName + internal.COL | CODE |
| HIGH | js/common/modules/jsunity.js | 315 | print("Duplicate testsuite '" + attrname + "' - already have: " + JSON.stringify(COMPLETE[attrname]) + ""); | CODE |
| HIGH | js/common/modules/jsunity.js | 336 | print(newtime.toISOString() + (ok ? internal.COLORS.COLOR_GREEN : internal.COLORS.COLOR_RED) + | CODE |
| HIGH | js/common/modules/jsunity.js | 339 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 37 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 40 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 48 | print(`${ | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 66 | print(`${indent(indentLevel - 1)}${ | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 72 | print(`${indent(indentLevel)}${ | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 76 | print(`${indent(indentLevel)}${ | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 80 | print(`${indent(indentLevel)}${ | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 84 | print(`${indent(indentLevel + 1)}${ | CODE |
| HIGH⚡ | js/common/modules/@arangodb/mocha-runner.js | 94 | print(); | CODE |
| HIGH | js/common/modules/@arangodb/replication-common.js | 63 | print(RED + "connecting " + endpoint + " failed - retrying (" + ex.message + ")" + RESET); | CODE |
| HIGH | js/common/modules/@arangodb/replication-common.js | 68 | print(RED + "giving up!" + RESET); | CODE |
| HIGH | js/common/modules/@arangodb/testrunner.js | 50 | print('\n' + Date() + ' ' + runenvironment + ": Running JSUnity test from file '" + file + "'"); | CODE |
| HIGH | js/common/modules/@arangodb/testrunner.js | 52 | print('\n' + Date() + ' ' + runenvironment + | CODE |
| HIGH | js/common/modules/@arangodb/testrunner.js | 89 | print(runenvironment + ": cannot run test file '" + file + "': " + e); | CODE |
| HIGH | js/common/modules/@arangodb/testrunner.js | 92 | print( | CODE |
| HIGH | js/common/modules/@arangodb/testrunner.js | 111 | print('The following ' + failed.length + ' test files produced errors: ', failed.join(', ')); | CODE |
| HIGH | js/common/modules/@arangodb/testrunner.js | 129 | print('\nRunning Mocha Tests: ' + testFiles.join(', ')); | CODE |
| HIGH | js/common/modules/@arangodb/testrunner.js | 144 | print('Duplicate test in "' + key + '" - \n"' + JSON.stringify(which) + "\n" + JSON.stringify(result)); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2713 | print("/* original data is from " + version + ", " + license + " */"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2716 | print("/* original data gathered from database " + JSON.stringify(data.database) + " */"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2721 | print("/* using different storage engine (' " + db._engine().name + "') than in debug information ('" + data.engin | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2723 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2730 | print("/* graphs */"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2734 | print("try { db._graphs.remove(" + JSON.stringify(graph) + "); } catch (err) {}"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2735 | print("db._graphs.insert(" + JSON.stringify(details) + ");"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2737 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2740 | print("/*drop views */"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2742 | print("db._dropView(" + JSON.stringify(view) + ");"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2744 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2748 | print("/* analyzers setup */"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2751 | print("var analyzers = require('@arangodb/analyzers')"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2754 | print(`try { analyzers.remove("${name}"); } catch (err) { print(String(err)); }`); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2755 | print(`analyzers.save("${name}", ${JSON.stringify(data.analyzers[name]["type"])}, ${JSON.stringify(data.analyzer | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2758 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2762 | print("/* collections and indexes setup */"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2772 | print("try { db._drop(" + JSON.stringify(collection) + ", true); } catch (err) { print(String(err)); }"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2774 | print("try { db._drop(" + JSON.stringify(collection) + "); } catch (err) { print(String(err)); }"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2787 | print("db._createEdgeCollection(" + JSON.stringify(collection) + ", " + JSON.stringify(details.properties) + "); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2789 | print("db._create(" + JSON.stringify(collection) + ", " + JSON.stringify(details.properties) + ");"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2795 | print("db[" + JSON.stringify(collection) + "].ensureIndex(" + JSON.stringify(index) + ");"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2798 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2801 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2804 | print("/* example data */"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2809 | print("db[" + JSON.stringify(collection) + "].insert(" + JSON.stringify(example) + ");"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2817 | print("/* collection '" + collection + "' needs " + missing + " more document(s) */"); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2819 | print(); | CODE |
| HIGH⚡ | js/common/modules/@arangodb/aql/explainer.js | 2821 | print(); | CODE |
| 804 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | CMakeLists.txt | 697 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 699 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 703 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 705 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 721 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 723 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 729 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 731 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1015 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1017 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1025 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1027 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1032 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1034 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1140 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1142 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1151 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1153 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1157 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | CMakeLists.txt | 1159 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 3 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 5 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 51 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 53 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 126 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 128 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 232 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 234 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 387 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 389 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 407 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 409 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 683 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | CMakeLists.txt | 685 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | tests/CMakeLists.txt | 16 | # ---------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/CMakeLists.txt | 18 | # ---------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/CMakeLists.txt | 22 | # ---------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/CMakeLists.txt | 24 | # ---------------------------------------- | COMMENT |
| MEDIUM | tests/CMakeLists.txt | 36 | # ---------------------------------------- | COMMENT |
| MEDIUM | tests/CMakeLists.txt | 38 | # ---------------------------------------- | COMMENT |
| MEDIUM | lib/Basics/signals.cpp | 53 | // ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | 3rdParty/CMakeLists.txt | 3 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/CMakeLists.txt | 5 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/CMakeLists.txt | 3 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/CMakeLists.txt | 5 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/_parser.py | 60 | # -------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/_parser.py | 62 | # -------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/_parser.py | 251 | # -------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/_parser.py | 253 | # -------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py | 28 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py | 66 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py | 112 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py | 187 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSUserFile.py | 14 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSProject.py | 9 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSProject.py | 48 | # ------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | …ibs/spirit/workbench/unicode/DerivedCoreProperties.txt | 13 | # ================================================ | COMMENT |
| MEDIUM | …ibs/spirit/workbench/unicode/DerivedCoreProperties.txt | 224 | # ================================================ | COMMENT |
| MEDIUM | …ibs/spirit/workbench/unicode/DerivedCoreProperties.txt | 938 | # ================================================ | COMMENT |
| MEDIUM | …ibs/spirit/workbench/unicode/DerivedCoreProperties.txt | 1558 | # ================================================ | COMMENT |
| 429 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | js/server/modules/@arangodb/aql-helper.js | 157 | function assertQueryWarningAndNull (errorCode, query, bindVars) { | CODE |
| LOW | js/server/modules/@arangodb/aql-helper.js | 284 | function getQueryMultiplePlansAndExecutions (query, bindVars, testObject, debug) { | CODE |
| LOW | js/server/modules/@arangodb/aql-helper.js | 354 | function removeAlwaysOnClusterRules (rules) { | CODE |
| LOW | js/server/modules/@arangodb/aql-helper.js | 366 | function removeClusterNodesFromPlan (nodes) { | CODE |
| LOW | js/server/modules/@arangodb/actions.js | 99 | function createCallbackFromActionCallbackString (callback, parentModule, route) { | CODE |
| LOW | js/server/modules/@arangodb/actions.js | 121 | function lookupCallbackActionCallbackString (route, action, actionModule) { | CODE |
| LOW | js/server/modules/@arangodb/actions.js | 146 | function lookupCallbackActionCallback (route, action, actionModule) { | CODE |
| LOW | js/server/modules/@arangodb/actions.js | 262 | function createCallbackActionController (actionModule, route) { | CODE |
| LOW | js/server/modules/@arangodb/actions.js | 284 | function lookupCallbackActionController (route, action, parentModule) { | CODE |
| LOW | js/server/modules/@arangodb/actions.js | 308 | function lookupCallbackActionPrefixController (route, action, parentModule) { | CODE |
| LOW | js/server/modules/@arangodb/cluster.js | 156 | function checkForSyncReplOneCollection (dbName, collName) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/swagger.js | 38 | module.exports = function createSwaggerRouteHandler (foxxMount, opts) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/manager.js | 790 | function downloadServiceBundleFromRemote (url) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/routing.js | 147 | function createServiceNeedsConfigurationRoute (service) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/routing.js | 228 | function checkAndCreateDefaultDocumentRoute (service) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/oauth1.js | 66 | function createSignatureBaseString (method, normalizedUrl, normalizedParams) { | CODE |
| LOW | …erver/modules/@arangodb/foxx/legacy/request_context.js | 94 | function validateOrThrow (raw, schema, allowInvalid, validateOptions) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/legacy/sessions.js | 104 | function createDestroySessionHandler (auth, opts) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/legacy/swagger.js | 45 | function createSwaggerRouteHandler (defaultAppPath, opts) { | CODE |
| LOW | …server/modules/@arangodb/foxx/legacy/authentication.js | 35 | function createAuthenticationMiddleware (auth, applicationContext) { | CODE |
| LOW | …server/modules/@arangodb/foxx/legacy/authentication.js | 50 | function createSessionUpdateMiddleware () { | CODE |
| LOW | …server/modules/@arangodb/foxx/legacy/authentication.js | 75 | function checkAuthenticationOptions (options) { | CODE |
| LOW | …server/modules/@arangodb/foxx/legacy/authentication.js | 106 | function createStandardLoginHandler (auth, users, opts) { | CODE |
| LOW | …server/modules/@arangodb/foxx/legacy/authentication.js | 138 | function createStandardLogoutHandler (auth, opts) { | CODE |
| LOW | …server/modules/@arangodb/foxx/legacy/authentication.js | 173 | function createStandardRegistrationHandler (auth, users, opts) { | CODE |
| LOW | …server/modules/@arangodb/foxx/legacy/authentication.js | 215 | function createStandardChangePasswordHandler (users, opts) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/legacy/routing.js | 198 | function transformControllerToRoute (routeInfo, route, isDevel) { | CODE |
| LOW | js/server/modules/@arangodb/foxx/queues/index.js | 214 | function updateQueueDelayClusterAware () { | CODE |
| LOW | js/server/modules/@arangodb/foxx/router/request.js | 40 | function generateTrustedProxyBlocks () { | CODE |
| LOW | js/common/bootstrap/modules/buffer.js | 213 | function createBufferFromArrayBuffer(subject, byteOffset = 0, length = subject.byteLength - byteOffset) { | CODE |
| LOW | js/common/bootstrap/modules/buffer.js | 225 | function createBufferFromByteArray(subject) { | CODE |
| LOW | js/common/modules/@arangodb/mocha/test.js | 8 | function createInvalidArgumentTypeError(message, argument, expected) { | CODE |
| LOW | js/common/modules/@arangodb/mocha/runner.js | 11 | function createInvalidExceptionError(message, value) { | CODE |
| LOW | js/common/modules/@arangodb/mocha/suite.js | 13 | function createInvalidArgumentTypeError(message, argument, expected) { | CODE |
| LOW | js/common/modules/@arangodb/mocha/runnable.js | 10 | function createInvalidExceptionError(message, value) { | CODE |
| LOW | js/common/modules/@arangodb/mocha/interface/common.js | 8 | function createMissingArgumentError(message, argument, expected) { | CODE |
| LOW | js/common/modules/@arangodb/graph/helpers.js | 219 | function simulateBreadthFirstSearch(graph, startVertexId, minDepth, maxDepth, | CODE |
| LOW | js/common/modules/@arangodb/aql/explainer.js | 758 | function printKShortestPathsDetails(shortestPaths) { | CODE |
| LOW | …dules/@arangodb/test-generators/subquery-chaos-test.js | 187 | function createModifyingChaosQuery(seed, numberSubqueries) { | CODE |
| LOW | …dules/@arangodb/test-generators/subquery-chaos-test.js | 379 | function testModifyingQueryWithSeed(testOptions) { | CODE |
| LOW | js/common/modules/@arangodb/testutils/seededRandom.js | 41 | function randomNumberGeneratorFloat(seed) { | CODE |
| LOW | …mon/modules/@arangodb/testutils/vector-index-common.js | 400 | function insertDocsAndAssertIndexStates({collection, docs, seed, indexDef, | CODE |
| LOW | …mon/modules/@arangodb/testutils/vector-index-common.js | 445 | function waitForAllVectorIndexesState(collection, expectedState, timeoutSec = 60) { | CODE |
| LOW | …mon/modules/@arangodb/testutils/vector-index-common.js | 458 | function assertEnsureIndexResultUnusable(result, context) { | CODE |
| LOW | …/aardvark/APP/frontend/js/lib/jquery.uploadfile.min.js | 376 | function noserializeAndUploadFiles(s, obj, files) { | CODE |
| LOW | …/aardvark/APP/frontend/js/lib/sigma.exporters.image.js | 84 | function calculateZoomedBoundaries(s, r, params) { | CODE |
| LOW | …ystem/_admin/aardvark/APP/react/src/utils/yupHelper.ts | 3 | export function getNormalizedByteLengthTest( | CODE |
| LOW | …/views/query/queryResults/ProfileResultDisplayJSON.tsx | 42 | function useSetupProfileResultDisplay( | CODE |
| LOW | …ns/indices/addIndex/invertedIndex/FieldBreadcrumbs.tsx | 13 | function extractLastIndexAndRestOfPath(path: string) { | CODE |
| LOW | …s/indices/listIndices/CollectionIndexActionButtons.tsx | 10 | export function CollectionIndexActionButtons({ | CODE |
| LOW | js/apps/system/_api/foxx/APP/index.js | 73 | function prepareServiceRequestBody (req, res, next) { | CODE |
| LOW | js/client/modules/@arangodb/aql-helper.js | 207 | function assertQueryWarningAndNull (errorCode, query, bindVars) { | CODE |
| LOW | js/client/modules/@arangodb/aql-helper.js | 326 | function getQueryMultiplePlansAndExecutions (query, bindVars, testObject, debug) { | CODE |
| LOW | js/client/modules/@arangodb/aql-helper.js | 397 | function removeAlwaysOnClusterRules (rules) { | CODE |
| LOW | js/client/modules/@arangodb/aql-helper.js | 409 | function removeClusterNodesFromPlan (nodes) { | CODE |
| LOW | js/client/modules/@arangodb/inspector.js | 486 | function defineCoordinatorFromStatus(status, endpoint) { | CODE |
| LOW | js/client/modules/@arangodb/test-helper.js | 902 | function createCollectionStructureFile(path, cn) { | CODE |
| LOW | js/client/modules/@arangodb/arango-transaction.js | 134 | function ArangoTransactionCollection(trx, coll) { | CODE |
| LOW | js/client/modules/@arangodb/testsuites/dump.js | 324 | function dumpWithCrashesNonParallel (options) { | CODE |
| LOW | js/client/modules/@arangodb/testsuites/replication.js | 84 | function shellClientReplicationApi (options) { | CODE |
| 952 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | arangod/Cluster/ClusterIndexMethods.cpp | 973 | // built successfully. This is a more robust and self-repairing solution | COMMENT |
| MEDIUM | arangod/Graph/Enumerators/YenEnumerator.h | 139 | // out of the system. Essentially, there can be a `SingleServerProvider` | COMMENT |
| MEDIUM | arangod/StorageEngine/PhysicalCollection.h | 157 | /// @param restore utilize specified ID, assume index has to be created | COMMENT |
| LOW | …itor/AsyncRegistry/PrettyPrinter/src/pretty-printer.py | 73 | # therefore just add it here in a new line | COMMENT |
| MEDIUM | arangod/Aql/DistributeClientBlock.cpp | 121 | // However we might leverage the restriction to stop at ShadowRows | COMMENT |
| MEDIUM | arangod/Aql/Optimizer/Rule/GeoIndex.cpp | 66 | /// Essentially mirrors the geo::QueryParams struct, but with | COMMENT |
| MEDIUM | tests/tests.yml | 513 | # takes long, needs to go first. However, doesn't utilize the SUT hard. | COMMENT |
| MEDIUM | tests/Replication2/ReplicatedState/StateManagerTest.cpp | 190 | // On the other hand, it makes it more robust to unrelated changes. | COMMENT |
| MEDIUM | tests/js/common/test-data/search/docs/lsh_dataset.json | 1 | {"collection_0": [{"dataArr": ["West direction.","According ball.","Pass.","Low option.","Director.","Message their.","A | CODE |
| MEDIUM | tests/js/client/aql/aql-inverted-index.js | 681 | // can leverage the sorted order of field values from the index. | COMMENT |
| MEDIUM | …izer-rule-replace-equal-attribute-access-noncluster.js | 105 | // TODO make the rule more robust and detect more cases | COMMENT |
| MEDIUM | tests/Aql/ExecutionBlockImplTest.cpp | 182 | // we could leverage this restriction if necessary. | COMMENT |
| MEDIUM | lib/iresearch/core/utils/index_utils.hpp | 244 | // as the template argument in ArangoSearch. However we leverage | COMMENT |
| LOW | lib/iresearch/scripts/gtest-parallel/gtest_parallel.py | 52 | # Before a SIGINT is seen, wait(p) will simply call p.wait() and | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/metadata.py | 225 | # is unparseable, and we can just add the whole thing to our | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/metadata.py | 376 | # This is already a string, so just add it. | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/metadata.py | 405 | # what we should parse it as, and we have to just add it to our list | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/specifiers.py | 462 | # version. If it's not we can short circuit and just return False now | STRING |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/specifiers.py | 487 | # version. If it's not we can short circuit and just return False now | STRING |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/specifiers.py | 753 | # then we'll just return None since we don't know if this should have | STRING |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 1506 | # just use this object's hashables, they're not specific and unique enough | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 1956 | # maintains the object's dicts. Better yet, callers can just call AddFile | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 2590 | # really should just add a product_name setting that doesn't include | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py | 170 | # 1. We can't just use the project filename sans path, since there could | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/ninja_syntax.py | 140 | # No such space; just use the first unescaped space we can find. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSSettings.py | 1154 | _Renamed(_midl, "ValidateParameters", "ValidateAllParameters", _boolean) # /robust | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py | 721 | # simplify it to just use $out. | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/msvs.py | 3319 | # just add one unconditional entry. | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/eclipse.py | 440 | # Didn't find a known root, just return the original path | COMMENT |
| LOW | 3rdParty/kaldi/src/fstext/grammar-context-fst.h | 107 | #nonterm_bos in the phones.txt file. You can just set this | COMMENT |
| LOW | 3rdParty/kaldi/src/fstext/grammar-context-fst.h | 160 | #nonterm_bos in the phones.txt file. You can just set this to | COMMENT |
| MEDIUM | …rty/boost/1.78.0/boost/multiprecision/cpp_int/misc.hpp | 521 | // Essentially this uses the leading digit(s) of U and V | COMMENT |
| MEDIUM | …ost/1.78.0/boost/polygon/detail/voronoi_predicates.hpp | 51 | // Compute robust cross_product: a1 * b2 - b1 * a2. | COMMENT |
| MEDIUM | …ost/1.78.0/boost/polygon/detail/voronoi_predicates.hpp | 214 | // Represents the result of the epsilon robust predicate. If the | COMMENT |
| MEDIUM⚡ | …ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp | 18 | // Epsilon robust predicates give the result within some epsilon relative | COMMENT |
| MEDIUM⚡ | …ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp | 20 | // To make algorithm robust and efficient epsilon robust predicates are | COMMENT |
| MEDIUM⚡ | …ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp | 24 | // robust predicates have undefined value. | COMMENT |
| MEDIUM⚡ | …ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp | 32 | // interval within which epsilon robust predicates have undefined result | COMMENT |
| MEDIUM | …ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp | 50 | // epsilon robust comparator class is used to store floating point values | COMMENT |
| MEDIUM | …st/1.78.0/boost/signals2/detail/slot_call_iterator.hpp | 72 | // Generates a slot call iterator. Essentially, this is an iterator that: | COMMENT |
| MEDIUM | …st/1.78.0/boost/atomic/detail/extra_fp_ops_generic.hpp | 95 | //! Negate implementation for IEEE 754 / IEC 559 floating point types. We leverage the fact that the sign bit is the mos | COMMENT |
| MEDIUM | …h/quadrature/detail/ooura_fourier_integrals_detail.hpp | 24 | // Ooura and Mori, A robust double exponential formula for Fourier-type integrals, | COMMENT |
| MEDIUM | …h/quadrature/detail/ooura_fourier_integrals_detail.hpp | 44 | // Ooura and Mori, A robust double exponential formula for Fourier-type integrals, | COMMENT |
| MEDIUM | …h/quadrature/detail/ooura_fourier_integrals_detail.hpp | 156 | // A robust double exponential formula for Fourier-type integrals. | COMMENT |
| MEDIUM | 3rdParty/boost/1.78.0/boost/container/vector.hpp | 2234 | //Absolutely experimental. This function might change, disappear or simply crash! | COMMENT |
| MEDIUM | 3rdParty/boost/1.78.0/boost/hana/fwd/prepend.hpp | 38 | //! > more nuanced and bears its name better for e.g. `hana::optional`. | COMMENT |
| MEDIUM | 3rdParty/boost/1.78.0/boost/numeric/ublas/banded.hpp | 201 | return (upper_+i >= j) && i <= ( j + lower_); // Essentially this band has "infinite" positive dimensions | CODE |
| MEDIUM | 3rdParty/boost/1.78.0/boost/numeric/ublas/banded.hpp | 1321 | return (upper_+i >= j) && i <= ( j + lower_); // Essentially this band has "infinite" positive dimensions | CODE |
| MEDIUM | …Party/boost/1.78.0/boost/detail/utf8_codecvt_facet.hpp | 48 | // Essentially, each library will have its own copy of utf8 code, in | COMMENT |
| MEDIUM | …oost/1.78.0/boost/fiber/detail/spinlock_ttas_futex.hpp | 86 | // utilize 'Binary Exponential Backoff' algorithm | COMMENT |
| MEDIUM | …t/1.78.0/boost/fiber/detail/spinlock_ttas_adaptive.hpp | 95 | // utilize 'Binary Exponential Backoff' algorithm | COMMENT |
| MEDIUM | ….0/boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp | 92 | // utilize 'Binary Exponential Backoff' algorithm | COMMENT |
| MEDIUM | …arty/boost/1.78.0/boost/fiber/detail/spinlock_ttas.hpp | 89 | // utilize 'Binary Exponential Backoff' algorithm | COMMENT |
| MEDIUM | …geometry/algorithms/detail/point_is_spike_or_equal.hpp | 93 | // Try using specified robust policy | COMMENT |
| MEDIUM | …geometry/algorithms/detail/point_is_spike_or_equal.hpp | 141 | // Redo, using specified robust policy | COMMENT |
| MEDIUM | …t/geometry/algorithms/detail/sections/sectionalize.hpp | 968 | // and point type related to robust policy | COMMENT |
| MEDIUM | …ost/geometry/algorithms/detail/relate/linear_areal.hpp | 834 | // the solution similar to exit_watcher would be more robust | COMMENT |
| MEDIUM | …ost/geometry/algorithms/detail/relate/linear_areal.hpp | 872 | // TODO: think about the implementation of the more robust version | COMMENT |
| MEDIUM | …st/geometry/algorithms/detail/overlay/get_clusters.hpp | 121 | // For now still use robust points for rescaled, otherwise points do not match | COMMENT |
| MEDIUM | …ry/algorithms/detail/overlay/get_turn_info_helpers.hpp | 90 | // Used ranges - owned by get_turns or (for robust points) by intersection_info_base | COMMENT |
| 79 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | utils/tools/process_examine.py | 416 | # Creating an empty dataframe | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/tags.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/version.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/__init__.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/utils.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/requirements.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/_structures.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/markers.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/packaging/specifiers.py | 1 | # This file is dual licensed under the terms of the Apache License, Version | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py | 1688 | # Create an intermediate file based on the path. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py | 1723 | # This function is considered a friend of XcodeSettings, so let it reach into | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 1262 | # This method is a little bit esoteric. Given a remote_object, which | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 698 | # This function is called a lot so for maximum performance, avoid | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 1943 | # Create a DependencyGraphNode for each target. Put it into a dict for easy | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 1995 | # Create a DependencyGraphNode for each gyp file containing a target. Put | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/MSVSSettings.py | 365 | # Create a bogus validator that looks for '0', '1', or '2' | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py | 980 | # Create an intermediate file to store preprocessed results. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/xcode.py | 720 | # Create an XCTarget subclass object for the target. The type with | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/msvs.py | 2403 | # Create the various element names, following the example set by the | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/android.py | 68 | # This file is generated by gyp; do not edit. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/make.py | 398 | # Define a dir function that can handle spaces. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/make.py | 482 | # Define an escape_quotes function to escape single quotes. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/make.py | 487 | # Define an escape_vars function to escape '$' variable syntax. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/make.py | 667 | # This file is generated by gyp; do not edit. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/make.py | 1333 | # Create an intermediate file to store preprocessed results. | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/make.py | 2024 | # Create a symlink of libnode.x to libnode.version.x | COMMENT |
| MEDIUM | 3rdParty/boost/1.78.0/libs/python/doc/numpy/conf.py | 6 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | 3rdParty/boost/1.78.0/libs/gil/doc/conf.py | 5 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | …rty/boost/1.78.0/libs/numeric/ublas/benchmarks/plot.py | 6 | # This file is part of Boost.uBLAS. It is made available under the | COMMENT |
| MEDIUM⚡ | 3rdParty/boost/1.78.0/libs/hof/doc/conf.py | 12 | # This file is execfile()d with the current directory set to its | COMMENT |
| MEDIUM | …Party/icu-legacy/icu64/test/perf/perldriver/Dataset.pm | 17 | # Create a new Dataset with the given data. | COMMENT |
| MEDIUM | 3rdParty/zlib/zlib-1.2.13/os400/make.sh | 164 | # Create the OS/400 library if it does not exist. | COMMENT |
| MEDIUM | 3rdParty/zlib/zlib-1.2.13/os400/make.sh | 172 | # Create the DOCS source file if it does not exist. | COMMENT |
| MEDIUM | 3rdParty/zlib/zlib-1.2.13/os400/make.sh | 194 | # Create the OS/400 source program file for the C header files. | COMMENT |
| MEDIUM | 3rdParty/zlib/zlib-1.2.13/os400/make.sh | 205 | # Create the IFS directory for the C header files. | COMMENT |
| MEDIUM | 3rdParty/snowball/libstemmer/mkalgorithms.pl | 66 | # This file is generated by mkalgorithms.pl from a list of module names. | COMMENT |
| MEDIUM | 3rdParty/snowball/libstemmer/mkmodules.pl | 194 | # This file is generated by mkmodules.pl from a list of module names. | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 1402 | # This file is a library for parsing options in your shell scripts along | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 2594 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 2604 | # This function implements the same check as func_lalib_p without | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 2627 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 2637 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 2662 | # This function is only a basic sanity check; it will hardly flush out | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 2802 | # Create a libtool object file (analogous to a ".la" file), | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 7570 | # Create the object directory. | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 10249 | # Create the old-style object. | COMMENT |
| MEDIUM | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 10269 | # Create an invalid libtool object if no PIC, so that we don't | COMMENT |
| MEDIUM | 3rdParty/s2geometry/master/doc/examples/term_index.py | 44 | # Create a set of "documents" to be indexed. Each document consists of a | COMMENT |
| MEDIUM | 3rdParty/s2geometry/master/doc/examples/term_index.py | 57 | # Create an indexer suitable for an index that contains points only. | COMMENT |
| MEDIUM | .circleci/tests_unit/test_circleci_generator.py | 991 | # Create a job with x64 architecture constraint at job level | COMMENT |
| MEDIUM | .circleci/tests_unit/test_circleci_generator.py | 998 | # Create a job without architecture constraint | COMMENT |
| MEDIUM | .circleci/tests_unit/test_circleci_generator.py | 1032 | # Create a job with x64 architecture constraint at job level | COMMENT |
| MEDIUM | .circleci/tests_unit/test_circleci_generator.py | 1061 | # Create a job with aarch64 architecture constraint | COMMENT |
| MEDIUM | .circleci/tests_unit/test_circleci_generator.py | 1084 | # Create a job without architecture constraint | COMMENT |
| MEDIUM | .circleci/src/config_lib.py | 357 | # Create a copy of self | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …admin/aardvark/APP/frontend/js/lib/jquery-2.1.0.min.js | 3 | while(c--)d=g[c].name,0===d.indexOf("data-")&&(d=o.camelCase(d.slice(5)),P(f,d,e[d]));L.set(f,"hasDataAttrs",!0)}return | CODE |
| CRITICAL | …vark/APP/frontend/js/lib/jquery-ui-1.9.2.custom.min.js | 1 | !function(t,e){function i(e,i){var n,a,o,r=e.nodeName.toLowerCase();return"area"===r?(n=e.parentNode,a=n.name,e.href&&a& | CODE |
| CRITICAL | …s/js/client/resilience/sharddist/shard-distribution.js | 270 | expect(leaders).to.have.length.of.at.least(2); | CODE |
| CRITICAL | …8.0/libs/python/doc/html/numpy/_static/jquery-3.1.0.js | 7441 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { | CODE |
| CRITICAL | …st/1.78.0/libs/python/doc/html/numpy/_static/jquery.js | 4 | if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),hb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.se | CODE |
| CRITICAL | …boost/1.78.0/libs/gil/doc/html/_static/jquery-3.1.0.js | 7441 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { | CODE |
| CRITICAL | …Party/boost/1.78.0/libs/gil/doc/html/_static/jquery.js | 4 | if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),hb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.se | CODE |
| CRITICAL | 3rdParty/boost/1.78.0/libs/hana/doc/js/highcharts.js | 482 | this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(f.x,f.y,f.r+a,f.r+a,{innerR:f | CODE |
| CRITICAL | 3rdParty/boost/1.78.0/libs/hana/doc/js/highcharts.js | 529 | d.colorIndex)+(this.className?" "+this.className:""),visibility:k,zIndex:-1}),t.point=this,b.styledMode||t.attr(q({fill: | CODE |
| CRITICAL | 3rdParty/boost/1.78.0/libs/hana/doc/html/highcharts.js | 482 | this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(f.x,f.y,f.r+a,f.r+a,{innerR:f | CODE |
| CRITICAL | 3rdParty/boost/1.78.0/libs/hana/doc/html/highcharts.js | 529 | d.colorIndex)+(this.className?" "+this.className:""),visibility:k,zIndex:-1}),t.point=this,b.styledMode||t.attr(q({fill: | CODE |
| CRITICAL | 3rdParty/boost/1.78.0/libs/hana/doc/html/jquery.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | 3rdParty/boost/1.78.0/libs/hana/doc/html/jquery.js | 8 | (function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e= | CODE |
| CRITICAL | …boost/1.78.0/libs/hof/doc/html/_static/jquery-3.1.0.js | 7441 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { | CODE |
| CRITICAL | …Party/boost/1.78.0/libs/hof/doc/html/_static/jquery.js | 4 | if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),hb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.se | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …itor/AsyncRegistry/PrettyPrinter/src/pretty-printer.py | 99 | CODE | |
| LOW | …common/test-data/search/docs/generate_ii_sa_dataset.py | 15 | CODE | |
| LOW | utils/checkLogIds.py | 13 | CODE | |
| LOW | utils/tools/process_examine.py | 64 | CODE | |
| LOW | utils/tools/process_examine.py | 77 | CODE | |
| LOW | utils/tools/process_examine.py | 164 | CODE | |
| LOW | utils/tools/process_examine.py | 178 | CODE | |
| LOW | utils/tools/process_examine.py | 226 | CODE | |
| LOW | utils/tools/process_examine.py | 241 | CODE | |
| LOW | utils/tools/process_examine.py | 291 | CODE | |
| LOW | scripts/test/testing_runner.py | 70 | CODE | |
| LOW | scripts/test/testing_runner.py | 253 | CODE | |
| LOW | scripts/test/testing_runner.py | 308 | CODE | |
| LOW | scripts/test/testing_runner.py | 548 | CODE | |
| LOW | scripts/test/async_client.py | 361 | CODE | |
| LOW | scripts/test/monkeypatch_psutil.py | 47 | CODE | |
| LOW | lib/iresearch/scripts/Prometheus/PythonBenchmark.py | 308 | CODE | |
| LOW | lib/iresearch/scripts/Prometheus/PythonBenchmark.py | 61 | CODE | |
| LOW | lib/iresearch/scripts/Prometheus/PythonBenchmark.py | 145 | CODE | |
| LOW | lib/iresearch/scripts/Prometheus/PythonBenchmark.py | 214 | CODE | |
| LOW | lib/iresearch/scripts/gtest-parallel/gtest_parallel.py | 568 | CODE | |
| LOW | lib/iresearch/scripts/gtest-parallel/gtest_parallel.py | 629 | CODE | |
| LOW | lib/iresearch/scripts/gtest-parallel/gtest_parallel.py | 342 | CODE | |
| LOW | lib/iresearch/scripts/gtest-parallel/gtest_parallel.py | 637 | CODE | |
| LOW | 3rdParty/v8-build/gyp/tools/pretty_sln.py | 35 | CODE | |
| LOW | 3rdParty/v8-build/gyp/tools/pretty_vcproj.py | 152 | CODE | |
| LOW | 3rdParty/v8-build/gyp/tools/pretty_vcproj.py | 210 | CODE | |
| LOW | 3rdParty/v8-build/gyp/tools/pretty_gyp.py | 118 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/tags.py | 229 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/tags.py | 351 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/tags.py | 383 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/metadata.py | 295 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/metadata.py | 668 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/version.py | 452 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/markers.py | 137 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/_manylinux.py | 207 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/specifiers.py | 953 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/msvs_emulation.py | 1106 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py | 64 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py | 571 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py | 1018 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 305 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 587 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 760 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 1408 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 1720 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 2107 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 2488 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py | 2894 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/MSVSVersion.py | 435 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/MSVSUtil.py | 74 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/__init__.py | 230 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/__init__.py | 331 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/ninja_syntax.py | 124 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py | 49 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py | 76 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py | 362 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 325 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 674 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 692 | CODE | |
| 96 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …rangodb/testutils/aql-graph-traversal-generic-tests.js | 306 | // check that we've only got as many paths as requested | COMMENT |
| HIGH | …lication2-supervision-replicated-log-target-cluster.js | 839 | // 7. update flags from target (as requested during the test, now allowing new participant as a leader) | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/timer/config.hpp | 20 | // enable dynamic or static linking as requested --------------------------------------// | COMMENT |
| HIGH | …/1.78.0/boost/dynamic_bitset/detail/dynamic_bitset.hpp | 102 | // Automatically generated by GPTableGen.exe v.1.0 | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/system/config.hpp | 38 | // enable dynamic or static linking as requested --------------------------------------// | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp | 27 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp | 51 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp | 72 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp | 96 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp | 119 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp | 140 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp | 161 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp | 182 | // Inherit from standard exceptions as requested during review. | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/boost/thread/detail/singleton.hpp | 20 | // a class on demand, then dish it out as requested. | COMMENT |
| HIGH | …/distribution_explorer/Properties/Settings.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …distribution_explorer/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …bs/math/include_private/boost/math/tools/test_data.hpp | 516 | // Generate a set of test points as requested, try and generate points | COMMENT |
| HIGH | 3rdParty/text/include/boost/text/config.hpp | 86 | // enable dynamic or static linking as requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | arangod/RestHandler/RestLogInternalHandler.cpp | 93 | // well? Don't forget to update the deserializer that reads the response! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 85 | // NOTE: if adding fields don't forget to modify the default constructor !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 86 | // NOTE: if adding fields don't forget to modify the copy constructor !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 87 | // NOTE: if adding fields don't forget to modify the move constructor !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 88 | // NOTE: if adding fields don't forget to modify the comparison operator !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 89 | // NOTE: if adding fields don't forget to modify IResearchLinkMeta::Mask !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 90 | // NOTE: if adding fields don't forget to modify IResearchLinkMeta::Mask | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 91 | // constructor !!! NOTE: if adding fields don't forget to modify the init(...) | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 92 | // function !!! NOTE: if adding fields don't forget to modify the json(...) | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 93 | // function !!! NOTE: if adding fields don't forget to modify the memory() | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 164 | // NOTE: if adding fields don't forget to modify the default constructor !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 165 | // NOTE: if adding fields don't forget to modify the copy constructor !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 166 | // NOTE: if adding fields don't forget to modify the move constructor !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 167 | // NOTE: if adding fields don't forget to modify the comparison operator !!! | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 168 | // NOTE: if adding fields don't forget to modify IResearchLinkMetaState::Mask | COMMENT |
| LOW⚡ | arangod/IResearch/IResearchViewMeta.h | 169 | // !!! NOTE: if adding fields don't forget to modify | COMMENT |
| LOW | arangod/Aql/Ast.h | 585 | /** Make sure to replace the AstNode* you pass into TraverseAndModify | COMMENT |
| LOW | arangod/Aql/LimitStats.h | 53 | // Don't forget to update operator== when adding new members! | COMMENT |
| LOW | tests/tests.yml | 52 | # here, make sure to remove this special case! | COMMENT |
| LOW | tests/Futures/FutureTest.cpp | 726 | // (Don't forget to enable ASAN) | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/markers.py | 197 | # added here, make sure to mirror/adapt Requirement. | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/msvs_emulation.py | 44 | # positional arguments. Also make sure to escape the % so that they're | COMMENT |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/__init__.py | 22 | # List of "official" debug modes, but you can use anything you like. | COMMENT |
| LOW | …boost/1.78.0/boost/python/opaque_pointer_converter.hpp | 172 | // If you change the below, don't forget to alter the end of type_id.hpp | COMMENT |
| MEDIUM | …s/detail/hypergeometric_1F1_addition_theorems_on_z.hpp | 250 | // I'm unable to find any situation where this series isn't divergent and therefore | COMMENT |
| LOW | 3rdParty/boost/1.78.0/boost/hana/fwd/type.hpp | 501 | //! `std::integral_constant`s, don't forget to include the | COMMENT |
| MEDIUM | …ty/boost/1.78.0/boost/numeric/odeint/stepper/euler.hpp | 7 | be used for demonstration purposes. | CODE |
| MEDIUM | …ty/boost/1.78.0/boost/numeric/odeint/stepper/euler.hpp | 110 | * for real applications. It is only useful for demonstration purposes. Step size control is not provided but | COMMENT |
| MEDIUM | 3rdParty/boost/1.78.0/libs/qvm/doc/html/index.html | 766 | <p>Any time you need to create a matrix of a particular C++ type from any other compatible matrix type, you can | CODE |
| LOW | …le/techniques/no_rules_with_typeof/rule_parser_2_2.cpp | 37 | // Don't forget to | COMMENT |
| LOW | …le/techniques/no_rules_with_typeof/rule_parser_2_1.cpp | 25 | // Don't forget to | COMMENT |
| MEDIUM | …dParty/boost/1.78.0/libs/spirit/classic/doc/trees.html | 60 | <p> Here is how you can use the tree to evaluate the input:</p> | CODE |
| LOW | …1.78.0/libs/locale/doc/html/building_boost_locale.html | 123 | <dl class="section note"><dt>Note</dt><dd>Don't forget to put both debug and release versions of ICU libraries in this p | CODE |
| MEDIUM | …ty/boost/1.78.0/libs/python/example/numpy/gaussian.cpp | 20 | * A 2x2 matrix class, purely for demonstration purposes. | COMMENT |
| MEDIUM | …ty/boost/1.78.0/libs/python/example/numpy/gaussian.cpp | 42 | * A 2-element vector class, purely for demonstration purposes. | COMMENT |
| LOW | …ion/doc/html/boost_multiprecision/tut/new_backend.html | 49 | Don't forget to mark the functions as <code class="computeroutput"><span class="keyword">inline</span></code | CODE |
| MEDIUM | …boost/1.78.0/libs/serialization/doc/serialization.html | 534 | will have to be overridden. Here is a simple example: | CODE |
| MEDIUM | ….0/libs/phoenix/doc/html/phoenix/starter_kit/more.html | 30 | As mentioned earlier, this chapter is not a thorough discourse of the library. | CODE |
| LOW | …rty/boost/1.78.0/libs/program_options/doc/overview.xml | 471 | <para>Don't forget to call the <code>notify</code> function after you've | CODE |
| MEDIUM | …doc/html/variadic_macro_data/vmd_specific_generic.html | 313 | Here is a simple example: | CODE |
| LOW | …s/regex/doc/html/boost_regex/configuration/tuning.html | 75 | Defaults to 1024, don't forget to tweak this value if you alter | CODE |
| LOW | …oc/html/math_toolkit/special_tut/special_tut_test.html | 363 | error is 1 epsilon. So we'll define a function (don't forget to call it from | CODE |
| MEDIUM | 3rdParty/boost/1.78.0/libs/statechart/doc/tutorial.html | 994 | <p>As mentioned earlier, the Configuring state contains a fairly complex | CODE |
| LOW | …8.0/libs/hana/doc/html/group__group-_metafunction.html | 402 | <li>When using <code>integral</code> with metafunctions returning <code><a class="el" href="structstd_1_1integral__const | CODE |
| MEDIUM | …rty/boost/1.78.0/libs/numeric/odeint/doc/reference.xml | 2988 | </template><inherit access="public">explicit_stepper_base</inherit><purpose>An implementation of the Euler method. < | CODE |
| MEDIUM | …umeric/odeint/doc/html/boost/numeric/odeint/euler.html | 66 | <p>The Euler method is a very simply solver for ordinary differential equations. This method should not be used for real | CODE |
| LOW | …boost/1.78.0/libs/intrusive/example/doc_clone_from.cpp | 70 | //Don't forget to free the memory from the second list | COMMENT |
| MEDIUM⚡ | …y/boost/1.78.0/libs/json/bench/data/update-center.json | 1 | {"connectionCheckUrl":"http://www.google.com/","core":{"buildDate":"Jan 07, 2013","name":"core","sha1":"BOXijYYVSuxWoki+ | CODE |
| MEDIUM | 3rdParty/boost/1.78.0/libs/json/fuzzing/fuzz.sh | 44 | # set a timelimit (you may want to adjust this if you run locally) | COMMENT |
| MEDIUM | ….0/libs/mpl/doc/refmanual/intrinsic-metafunctions.html | 21 | <p>It's worth noting that STL counterparts of these metafunctions are | CODE |
| MEDIUM | 3rdParty/boost/1.78.0/libs/lambda/doc/lambda.xml | 1168 | Here is a simple example: | CODE |
| MEDIUM | 3rdParty/boost/1.78.0/libs/lambda/doc/lambda.xml | 1196 | Here is a simple example: | CODE |
| MEDIUM | …rty/boost/1.78.0/libs/lambda/doc/detail/lambda_doc.xml | 1166 | Here is a simple example: | CODE |
| MEDIUM | …rty/boost/1.78.0/libs/lambda/doc/detail/lambda_doc.xml | 1194 | Here is a simple example: | CODE |
| MEDIUM | …ndixA-AnIntroductiontoPreprocessorMetaprogramming.html | 2191 | <p>It's worth noting that while there is no upper limit on the | CODE |
| MEDIUM | ….0/libs/convert/doc/html/boost_convert/algorithms.html | 237 | For demonstration purposes the example above is made as simple as possible | CODE |
| LOW | …rty/icu-legacy/icu64/i18n/double-conversion-bignum.cpp | 419 | // Don't forget to update the used_digits and the exponent. | COMMENT |
| MEDIUM | 3rdParty/icu-legacy/icu64/i18n/unicode/dtfmtsym.h | 66 | * DateFormatSymbols object, they can feel free to modify the date-time | COMMENT |
| MEDIUM | 3rdParty/icu-legacy/icu64/i18n/unicode/dtitvinf.h | 144 | * they can feel free to modify it as necessary. | COMMENT |
| MEDIUM | 3rdParty/s2geometry/master/src/s2/s2winding_operation.h | 194 | // winding number. As discussed above, the winding number increases by one | COMMENT |
| 5 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | arangod/GeneralServer/CommTask.cpp | 172 | // Step 1: In the shutdown phase we simply return 503: | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 203 | // Step 2: Handle server-modes, i.e. bootstrap / DC2DC stunts | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 279 | // Step 3: Try to resolve vocbase and use | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 310 | // Step 4: Check the authentication. Will determine if the user can access | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 340 | // Step 5: Update global HLC timestamp from authenticated requests | COMMENT |
| LOW | arangod/RocksDBEngine/RocksDBVPackIndex.cpp | 1212 | // NOTE: This function needs to use the same hashing on the | COMMENT |
| LOW | arangod/RocksDBEngine/RocksDBMultiDimIndex.cpp | 878 | // NOTE: This function needs to use the same hashing on the | COMMENT |
| LOW | arangod/RocksDBEngine/RocksDBEdgeIndex.cpp | 719 | // NOTE: This function needs to use the same hashing on the | COMMENT |
| LOW | arangod/Aql/ShardLocking.h | 118 | // NOTE: This function will not lazily update the Server list | COMMENT |
| LOW | tests/js/common/test-data/modules/commonjs/bootstrap.py | 2 | ## WARNING: This file is generated | COMMENT |
| LOW | tests/js/common/test-data/modules/commonjs/bootstrap.py | 982 | + '## WARNING: This file is generated\n' | CODE |
| LOW⚡ | tests/Network/MethodsTest.cpp | 415 | // Step 2: Now respond with no error | COMMENT |
| LOW⚡ | tests/Network/MethodsTest.cpp | 425 | // Step 1: Provoke a 421 response | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 357 | // Step 1: Provoke a connection error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 373 | // Step 2: Now respond with no error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 398 | // Step 1: Provoke a connection error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 445 | // Step 2: Now respond with no error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 462 | // Step 1: Provoke a ConnectionCanceled | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 478 | // Step 2: Now respond with no error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 498 | // Step 1: Provoke a data source not found error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 523 | // Step 2: Now respond with no error | COMMENT |
| LOW | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1031 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1070 | // Step 2: Determine the interval of legal decimal representations. | COMMENT |
| LOW⚡ | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1078 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1138 | // Step 4: Find the shortest decimal representation in the interval of legal representations. | COMMENT |
| LOW | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1190 | // Step 5: Print the decimal representation. | COMMENT |
| LOW⚡ | …arty/boost/1.78.0/boost/container/detail/flat_tree.hpp | 910 | //Step 1: put new elements in the back | COMMENT |
| LOW⚡ | …arty/boost/1.78.0/boost/container/detail/flat_tree.hpp | 913 | //Step 2: sort them | COMMENT |
| LOW⚡ | …arty/boost/1.78.0/boost/container/detail/flat_tree.hpp | 916 | //Step 3: only left unique values from the back not already present in the original range | COMMENT |
| LOW⚡ | …arty/boost/1.78.0/boost/container/detail/flat_tree.hpp | 924 | //Step 4: merge both ranges | COMMENT |
| LOW | 3rdParty/boost/1.78.0/boost/hof/mutable.hpp | 23 | /// NOTE: This function should be used with caution since many functions are | COMMENT |
| LOW⚡ | …t/1.78.0/libs/graph/doc/mcgregor_common_subgraphs.html | 419 | <em class="comment">// Step 1: Transform a correspondence map into a membership map. Any vertex -> bool property map wil | CODE |
| LOW⚡ | …t/1.78.0/libs/graph/doc/mcgregor_common_subgraphs.html | 426 | <em class="comment">// Step 2: Use the membership map from Step 1 to obtain a filtered graph</em> | CODE |
| LOW | …of/doc/html/_sources/include/boost/hof/mutable.hpp.txt | 23 | /// NOTE: This function should be used with caution since many functions are | COMMENT |
| LOW | …Party/icu-legacy/icu64/tools/gensprep/filterRFC3454.pl | 28 | $warning = "###################\n# WARNING: This table is generated by filterRFC3454.pl tool with\n# options: @ARGV \n## | CODE |
| LOW | …Party/icu-legacy/icu64/test/testdata/nfs4_cis_prep.txt | 9 | # WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT | COMMENT |
| LOW | …Party/icu-legacy/icu64/test/testdata/nfs4_cis_prep.txt | 446 | # WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT | COMMENT |
| LOW | …y/icu-legacy/icu64/test/testdata/nfs4_mixed_prep_p.txt | 9 | # WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT | COMMENT |
| LOW | …y/icu-legacy/icu64/test/testdata/nfs4_mixed_prep_s.txt | 9 | # WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT | COMMENT |
| LOW | …y/icu-legacy/icu64/test/testdata/nfs4_mixed_prep_s.txt | 446 | # WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT | COMMENT |
| LOW | …rty/icu-legacy/icu64/test/testdata/nfs4_cs_prep_ci.txt | 9 | # WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT | COMMENT |
| LOW | …rty/icu-legacy/icu64/test/testdata/nfs4_cs_prep_ci.txt | 446 | # WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT | COMMENT |
| LOW | …rty/icu-legacy/icu64/test/testdata/nfs4_cs_prep_cs.txt | 9 | # WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDIT | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/test/intltest/calregts.cpp | 622 | // NOTE: This function does not exist! jitterbug #3016 | COMMENT |
| LOW⚡ | 3rdParty/icu-legacy/icu64/test/intltest/idnaref.cpp | 384 | //Step 7: prepend the ACE prefix | COMMENT |
| LOW⚡ | 3rdParty/icu-legacy/icu64/test/intltest/idnaref.cpp | 386 | //Step 6: copy the contents in b2 into dest | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/common/uidna.cpp | 318 | // Step 4: if the source is ASCII then proceed to step 8 | COMMENT |
| LOW⚡ | 3rdParty/icu-legacy/icu64/common/uidna.cpp | 366 | //Step 7: prepend the ACE prefix | COMMENT |
| LOW⚡ | 3rdParty/icu-legacy/icu64/common/uidna.cpp | 368 | //Step 6: copy the contents in b2 into dest | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/number_scientific.cpp | 85 | // NOTE: This method is only called one place, NumberRangeFormatterImpl. | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc4518.txt | 14 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc3530csci.txt | 14 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc3530csci.txt | 454 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc3920res.txt | 14 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc3722.txt | 14 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc3722.txt | 455 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc3920node.txt | 14 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc3920node.txt | 455 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc4505.txt | 14 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/sprep/rfc3491.txt | 14 | # WARNING: This table is generated by filterRFC3454.pl tool with | COMMENT |
| 16 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | arangod/Cluster/SynchronizeShard.cpp | 1680 | // we need to check if res is ok() in order to not trigger a | COMMENT |
| LOW | arangod/Cluster/ClusterCollectionMethods.cpp | 212 | // If so, we need to check if any of its shards currently have | COMMENT |
| LOW | arangod/GeneralServer/HttpCommTask.cpp | 680 | // the response. in this case we need to check if the header was already set | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 172 | // Step 1: In the shutdown phase we simply return 503: | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 203 | // Step 2: Handle server-modes, i.e. bootstrap / DC2DC stunts | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 279 | // Step 3: Try to resolve vocbase and use | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 310 | // Step 4: Check the authentication. Will determine if the user can access | COMMENT |
| LOW | arangod/GeneralServer/CommTask.cpp | 340 | // Step 5: Update global HLC timestamp from authenticated requests | COMMENT |
| LOW | arangod/GeneralServer/H2CommTask.cpp | 800 | // with the response. in this case we need to check if the header was | COMMENT |
| LOW | arangod/RocksDBEngine/RocksDBWalAccess.cpp | 858 | // we need to check if the builder is bigger than the chunksize, | COMMENT |
| LOW | arangod/RocksDBEngine/RocksDBWalAccess.cpp | 959 | // we need to check if the builder is bigger than the chunksize, | COMMENT |
| LOW | arangod/RocksDBEngine/RocksDBReplicationTailing.cpp | 718 | // we need to check if the builder is bigger than the chunksize, | COMMENT |
| LOW | arangod/Agency/Supervision.cpp | 3829 | // We need to check if: | COMMENT |
| LOW | arangod/Aql/Optimizer/Rule/JoinIndexNodes.cpp | 468 | // Now we need to check if the other side is a constant condition. | COMMENT |
| LOW | arangod/Aql/Optimizer/Rule/JoinIndexNodes.cpp | 489 | // Therefore, we need to check if the other side is the outVariable of | COMMENT |
| LOW⚡ | tests/Network/MethodsTest.cpp | 415 | // Step 2: Now respond with no error | COMMENT |
| LOW⚡ | tests/Network/MethodsTest.cpp | 425 | // Step 1: Provoke a 421 response | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 357 | // Step 1: Provoke a connection error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 373 | // Step 2: Now respond with no error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 398 | // Step 1: Provoke a connection error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 445 | // Step 2: Now respond with no error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 462 | // Step 1: Provoke a ConnectionCanceled | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 478 | // Step 2: Now respond with no error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 498 | // Step 1: Provoke a data source not found error | COMMENT |
| LOW | tests/Network/MethodsTest.cpp | 523 | // Step 2: Now respond with no error | COMMENT |
| LOW | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1031 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1070 | // Step 2: Determine the interval of legal decimal representations. | COMMENT |
| LOW⚡ | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1078 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1138 | // Step 4: Find the shortest decimal representation in the interval of legal representations. | COMMENT |
| LOW | 3rdParty/taocpp-json/include/tao/json/external/ryu.hpp | 1190 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | 3rdParty/boost/1.78.0/boost/math/complex/atanh.hpp | 107 | // This section handles exception cases that would normally cause | COMMENT |
| LOW⚡ | …arty/boost/1.78.0/boost/container/detail/flat_tree.hpp | 910 | //Step 1: put new elements in the back | COMMENT |
| LOW⚡ | …arty/boost/1.78.0/boost/container/detail/flat_tree.hpp | 913 | //Step 2: sort them | COMMENT |
| LOW⚡ | …arty/boost/1.78.0/boost/container/detail/flat_tree.hpp | 916 | //Step 3: only left unique values from the back not already present in the original range | COMMENT |
| LOW⚡ | …arty/boost/1.78.0/boost/container/detail/flat_tree.hpp | 924 | //Step 4: merge both ranges | COMMENT |
| LOW | …/geometry/algorithms/detail/buffer/buffer_policies.hpp | 234 | // Neither we need to check if they are inside concave helper pieces | COMMENT |
| LOW⚡ | …t/1.78.0/libs/graph/doc/mcgregor_common_subgraphs.html | 419 | <em class="comment">// Step 1: Transform a correspondence map into a membership map. Any vertex -> bool property map wil | CODE |
| LOW⚡ | …t/1.78.0/libs/graph/doc/mcgregor_common_subgraphs.html | 426 | <em class="comment">// Step 2: Use the membership map from Step 1 to obtain a filtered graph</em> | CODE |
| LOW⚡ | 3rdParty/icu-legacy/icu64/test/intltest/idnaref.cpp | 384 | //Step 7: prepend the ACE prefix | COMMENT |
| LOW⚡ | 3rdParty/icu-legacy/icu64/test/intltest/idnaref.cpp | 386 | //Step 6: copy the contents in b2 into dest | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/common/uidna.cpp | 318 | // Step 4: if the source is ASCII then proceed to step 8 | COMMENT |
| LOW⚡ | 3rdParty/icu-legacy/icu64/common/uidna.cpp | 366 | //Step 7: prepend the ACE prefix | COMMENT |
| LOW⚡ | 3rdParty/icu-legacy/icu64/common/uidna.cpp | 368 | //Step 6: copy the contents in b2 into dest | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/common/ucnv2022.cpp | 430 | /* The purpose of this function is to get around gcc compiler warnings. */ | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/common/locmap.cpp | 1166 | // The purpose of this function is to leverage the Windows platform name->lcid | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/usearch.cpp | 1260 | // this totally matches, however we need to check if it is repeating | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/usearch.cpp | 1936 | // this totally matches, however we need to check if it is repeating | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/usearch.cpp | 2107 | // this totally matches, however we need to check if it is repeating | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/usearch.cpp | 2575 | // this totally matches, however we need to check if it is repeating | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/uregexc.cpp | 9 | * description: The purpose of this function is to separate the codepage | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/tzgnames.cpp | 954 | // then we need to check if the name is same with the location name. | COMMENT |
| LOW | …y/master/src/s2/s2shapeutil_build_polygon_boundaries.h | 27 | // The purpose of this function is to construct polygons consisting of | COMMENT |
| LOW | 3rdParty/frozen/include/frozen/bits/pmh.h | 54 | // Step 0: Bucket max is 2 * sqrt M | COMMENT |
| LOW⚡ | 3rdParty/frozen/include/frozen/bits/pmh.h | 182 | // Step 1: Place all of the keys into buckets | COMMENT |
| LOW⚡ | 3rdParty/frozen/include/frozen/bits/pmh.h | 185 | // Step 2: Sort the buckets to process the ones with the most items first. | COMMENT |
| LOW | 3rdParty/frozen/include/frozen/bits/pmh.h | 196 | // Step 3: Map the items in buckets into hash tables. | COMMENT |
| LOW | client-tools/Restore/RestoreFeature.cpp | 833 | // Step 3: create collections | COMMENT |
| LOW | client-tools/Restore/RestoreFeature.cpp | 893 | // Step 4: restore data from _analyzers collection | COMMENT |
| LOW⚡ | client-tools/Restore/RestoreFeature.cpp | 936 | // Step 5: create arangosearch views | COMMENT |
| LOW⚡ | client-tools/Restore/RestoreFeature.cpp | 942 | // Step 6: fire up data transfer | COMMENT |
| 1 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …itor/AsyncRegistry/PrettyPrinter/src/pretty-printer.py | 13 | CODE | |
| LOW | …ncRegistry/PrettyPrinter/src/asyncregistry/gdb_data.py | 1 | CODE | |
| LOW | …egistry/PrettyPrinter/src/asyncregistry/gdb_printer.py | 6 | CODE | |
| LOW | utils/generateAllMetricsDocumentation.py | 11 | CODE | |
| LOW | utils/gantt.py | 2 | CODE | |
| LOW | utils/gantt.py | 3 | CODE | |
| LOW | utils/gantt.py | 4 | CODE | |
| LOW | utils/gantt.py | 10 | CODE | |
| LOW | utils/gantt.py | 12 | CODE | |
| LOW | utils/gantt.py | 12 | CODE | |
| LOW | utils/gantt.py | 12 | CODE | |
| LOW | utils/gantt.py | 12 | CODE | |
| LOW | utils/gantt.py | 12 | CODE | |
| LOW | utils/gantt.py | 12 | CODE | |
| LOW | utils/generateExitCodesFiles.py | 2 | CODE | |
| LOW | utils/generateErrorfile.py | 2 | CODE | |
| LOW | utils/examine.py | 5 | CODE | |
| LOW | utils/examine.py | 5 | CODE | |
| LOW | utils/examine.py | 5 | CODE | |
| LOW | utils/examine.py | 5 | CODE | |
| LOW | utils/process.py | 6 | CODE | |
| LOW | utils/process.py | 6 | CODE | |
| LOW | utils/process.py | 6 | CODE | |
| LOW | utils/process.py | 6 | CODE | |
| LOW | utils/node-module-licenses.py | 2 | CODE | |
| LOW | utils/node-module-licenses.py | 2 | CODE | |
| LOW | scripts/hdf5-vector-index-test.py | 7 | CODE | |
| LOW | scripts/test/launch_handler.py | 3 | CODE | |
| LOW | scripts/test/launch_handler.py | 11 | CODE | |
| LOW | scripts/test/socket_counter.py | 6 | CODE | |
| LOW | lib/iresearch/scripts/Prometheus/PythonBenchmark.py | 4 | CODE | |
| LOW | lib/iresearch/scripts/Prometheus/PythonBenchmark.py | 5 | CODE | |
| LOW | lib/iresearch/scripts/Prometheus/PythonBenchmark.py | 7 | CODE | |
| LOW | lib/iresearch/scripts/Prometheus/PythonBenchmark.py | 8 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/_tokenizer.py | 4 | CODE | |
| LOW | 3rdParty/boost/1.78.0/libs/python/doc/numpy/conf.py | 14 | CODE | |
| LOW | 3rdParty/boost/1.78.0/libs/python/doc/numpy/conf.py | 14 | CODE | |
| LOW | …arty/boost/1.78.0/libs/metaparse/tools/generate_all.py | 8 | CODE | |
| LOW | 3rdParty/boost/1.78.0/libs/gil/doc/conf.py | 13 | CODE | |
| LOW | 3rdParty/boost/1.78.0/libs/gil/doc/conf.py | 13 | CODE | |
| LOW | …/boost/1.78.0/libs/numeric/odeint/examples/elliptic.py | 13 | CODE | |
| LOW | …rty/boost/1.78.0/libs/numeric/ublas/benchmarks/plot.py | 12 | CODE | |
| LOW | …dParty/boost/1.78.0/libs/mpl/doc/src/docutils/setup.py | 10 | CODE | |
| LOW | …dParty/boost/1.78.0/libs/mpl/doc/src/docutils/setup.py | 10 | CODE | |
| LOW | …y/boost/1.78.0/libs/mpl/doc/src/refmanual/refmanual.py | 11 | CODE | |
| LOW | …/src/docutils/tools/doxygen_xml2qbk/sample/make_qbk.py | 11 | CODE | |
| LOW | ….0/libs/histogram/benchmark/histogram_filling_numpy.py | 1 | CODE | |
| LOW | ….0/libs/histogram/benchmark/histogram_filling_numpy.py | 4 | CODE | |
| LOW | …y/boost/1.78.0/libs/histogram/tools/add_boilerplate.py | 9 | CODE | |
| LOW | …ty/boost/1.78.0/libs/histogram/doc/fill_performance.py | 10 | CODE | |
| LOW | …ty/boost/1.78.0/libs/histogram/doc/fill_performance.py | 16 | CODE | |
| LOW | 3rdParty/highway/docs/conf.py | 14 | CODE | |
| LOW | 3rdParty/jemalloc/jemalloc/scripts/gen_travis.py | 4 | CODE | |
| LOW | 3rdParty/icu-legacy/icu64/tools/icu-file-utf8-check.py | 26 | CODE | |
| LOW | 3rdParty/icu-legacy/icu64/test/testdata/BUILDRULES.py | 6 | CODE | |
| LOW | 3rdParty/icu-legacy/icu64/test/testdata/BUILDRULES.py | 7 | CODE | |
| LOW | 3rdParty/icu-legacy/icu64/test/depstest/depstest.py | 26 | CODE | |
| LOW | 3rdParty/icu-legacy/icu64/data/BUILDRULES.py | 6 | CODE | |
| LOW | 3rdParty/icu-legacy/icu64/data/BUILDRULES.py | 8 | CODE | |
| LOW | 3rdParty/icu-legacy/icu64/data/BUILDRULES.py | 11 | CODE | |
| 37 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tsan_arangodb_suppressions.txt | 24 | # a false positive race warning. I have created an according GitHub issue: | COMMENT |
| HIGH | tests/js/client/authentication/auth.js | 1438 | // desirable behavior. For now, I've added this test to cover the | COMMENT |
| HIGH | lib/Geo/ShapeContainer.cpp | 321 | // In this implementation we force compiler to generate single jmp table. | COMMENT |
| HIGH | lib/Geo/ShapeContainer.cpp | 405 | // In this implementation we manually decrease count of switch cases, | COMMENT |
| HIGH⚡ | 3rdParty/boost/1.78.0/boost/container/string.hpp | 539 | //! In this implementation, basic_string has performance characteristics very similar to | COMMENT |
| HIGH⚡ | 3rdParty/boost/1.78.0/boost/container/string.hpp | 543 | //! In this implementation, begin(), | COMMENT |
| HIGH⚡ | 3rdParty/boost/1.78.0/boost/container/string.hpp | 545 | //! In this implementation, iterators are only invalidated by member functions that | COMMENT |
| HIGH | 3rdParty/boost/1.78.0/libs/iostreams/doc/faq.html | 18 | <DT><A href="#flush">Why is data I've written to a <CODE>filtering_stream</CODE> not reaching the Sink at the end of t | CODE |
| HIGH | 3rdParty/boost/1.78.0/libs/iostreams/doc/faq.html | 20 | <DT><A href="#component_access">How do I access a Filter or Device after I've added it to a chain or attached it to a | CODE |
| HIGH | …zlib/zlib-1.2.13/contrib/dotzlib/DotZLib/GZipStream.cs | 263 | /// <remarks>In this implementation, this method does nothing. This is because excessive | COMMENT |
| HIGH | …zlib/zlib-1.2.13/contrib/dotzlib/DotZLib/GZipStream.cs | 273 | /// <remarks>In this implementation this property is not supported</remarks> | COMMENT |
| HIGH | …zlib/zlib-1.2.13/contrib/dotzlib/DotZLib/GZipStream.cs | 290 | /// <remarks>In this implementation this property is not supported</remarks> | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | utils/node-module-licenses.py | 4 | os.system("cd js/node && npx license-checker --relativeLicensePath --json > OUT") | CODE |
| HIGH | utils/tools/process_examine.py | 182 | FILTER doc.date > @date_start && doc.date < @date_end | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/win_tool.py | 93 | """Emulation of rm -rf out && cp -af in out.""" | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/MSVSProject.py | 62 | platforms: Array of string, the supported platforms. If null, ['Win32'] | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py | 2603 | command="rm -f $out && lipo -create $in -output $out$postbuilds", | CODE |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py | 2609 | "rm -f $lib $lib.TOC && lipo -create $in -output $lib$postbuilds &&" | CODE |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py | 2755 | command="rm -rf $out && cp -fRP $in $out", | CODE |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py | 2761 | command="ln -f $in $out 2>/dev/null || (rm -rf $out && cp -af $in $out)", | CODE |
| HIGH | 3rdParty/jemalloc/jemalloc/scripts/gen_run_tests.py | 111 | \$@ >> run_test.log 2>&1 || abort | CODE |
| HIGH | 3rdParty/jemalloc/jemalloc/scripts/gen_run_tests.py | 119 | %(config_line)s >> run_test.log 2>&1 || abort | CODE |
| HIGH | 3rdParty/jemalloc/jemalloc/scripts/gen_travis.py | 44 | scripts/gen_travis.py > travis_script && diff .travis.yml travis_script | CODE |
| HIGH | 3rdParty/text/scripts/generate_unicode_break_tests.py | 144 | if (cps[idx] < 0x2066 || 0x2069 < cps[idx]) {{ | CODE |
| HIGH | 3rdParty/text/scripts/generate_unicode_break_tests.py | 163 | if (cps[idx] < 0x2066 || 0x2069 < cps[idx]) {{ | CODE |
| HIGH | 3rdParty/text/scripts/generate_unicode_data.py | 159 | mv relative_collation_test_* ../test && mv *cpp ../test/generated''' | CODE |
| HIGH | 3rdParty/text/scripts/generate_unicode_data.py | 215 | mv *cpp ../src && mv *hpp ../include/boost/text/detail''' | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | js/client/modules/@arangodb/testsuites/go.js | 227 | print("Error while parsing line? - " + x); | CODE |
| MEDIUM⚡ | …client/modules/@arangodb/testutils/instance-manager.js | 618 | print("Error cleaning up: ", e, e.stack); | CODE |
| MEDIUM⚡ | …ation2/replication2-replicated-state-document-store.js | 1191 | print("Error: ", e); | CODE |
| LOW | scripts/hdf5-vector-index-test.py | 107 | except Exception as e: | CODE |
| LOW | scripts/test/testing_runner.py | 66 | except Exception as exc: | CODE |
| LOW | scripts/test/testing_runner.py | 131 | except Exception as ex: | CODE |
| LOW | scripts/test/testing_runner.py | 458 | except Exception as ex: | CODE |
| LOW | scripts/test/testing_runner.py | 578 | except Exception as ex: | CODE |
| LOW | scripts/test/testing_runner.py | 592 | except Exception as ex: | CODE |
| LOW | scripts/test/launch_handler.py | 31 | except Exception as exc: | CODE |
| LOW | scripts/test/arangosh.py | 35 | except Exception: | CODE |
| LOW | scripts/test/arangosh.py | 53 | except Exception: | CODE |
| LOW | scripts/test/site_config.py | 67 | except Exception as ex: | CODE |
| LOW | scripts/test/test_launch_controller.py | 83 | except Exception as exc: | CODE |
| LOW | scripts/test/tools/killall.py | 102 | except Exception as ex: | CODE |
| LOW | lib/iresearch/scripts/gtest-parallel/gtest_parallel.py | 560 | except Exception: | CODE |
| MEDIUM | lib/iresearch/scripts/gtest-parallel/gtest_parallel.py | 556 | def __read_test_times_file(fd): | CODE |
| LOW | 3rdParty/v8-build/gyp/gyp_main.py | 20 | except Exception: | CODE |
| LOW | 3rdParty/v8-build/gyp/gyp_main.py | 33 | except Exception: | CODE |
| MEDIUM | 3rdParty/v8-build/gyp/gyp_main.py | 24 | def UnixifyPath(path): | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/__init__.py | 35 | except Exception: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/common.py | 360 | except Exception: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/common.py | 407 | except Exception: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/common.py | 653 | except Exception: | STRING |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/common.py | 369 | def close(self): | CODE |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/common.py | 646 | def IsCygwin(): | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py | 165 | except Exception: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py | 603 | except Exception: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 241 | except Exception as e: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 262 | except Exception as e: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 491 | except Exception as e: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 549 | except Exception as e: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 969 | except Exception as e: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/input.py | 2990 | except Exception as e: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/xcode.py | 158 | except Exception: | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/xcode.py | 513 | except Exception: | CODE |
| MEDIUM | 3rdParty/v8-build/gyp/pylib/gyp/generator/analyzer.py | 589 | print("Error writing to output file", output_path, str(e)) | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/analyzer.py | 803 | except Exception as e: | CODE |
| MEDIUM | 3rdParty/icu-legacy/icu64/tools/icu-file-utf8-check.py | 63 | print("Error: %s is a source code file but contains non-utf-8 bytes." % file_name) | CODE |
| MEDIUM | 3rdParty/icu-legacy/icu64/test/depstest/depstest.py | 223 | print("Error: There were errors, please fix them and re-run. Processing may have terminated abnormally.") | CODE |
| MEDIUM | 3rdParty/icu-legacy/icu64/data/BUILDRULES.py | 22 | print("Error: Cannot find data directory; please specify --src_dir", file=sys.stderr) | CODE |
| MEDIUM | 3rdParty/icu-legacy/icu64/data/buildtool/filtration.py | 43 | print("Error: Unknown filterType option: %s" % filter_type, file=sys.stderr) | CODE |
| MEDIUM | 3rdParty/icu-legacy/icu64/data/buildtool/__main__.py | 136 | print("Error: Could not read filter file %s." % args.filter_file, file=sys.stderr) | STRING |
| LOW | .circleci/generate_config.py | 378 | except Exception as exc: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/system/_admin/aardvark/APP/frontend/js/lib/select2.js | 847 | this.search.attr("placeholder", opts.searchInputPlaceholder); | CODE |
| LOW | …/system/_admin/aardvark/APP/frontend/js/lib/select2.js | 2058 | return this.opts.element.attr("placeholder") || | CODE |
| LOW | …/system/_admin/aardvark/APP/frontend/js/lib/select2.js | 2060 | this.opts.element.data("placeholder") || | CODE |
| LOW | …/system/_admin/aardvark/APP/frontend/js/lib/select2.js | 2903 | if (this.search.attr('placeholder') && this.search.val().length == 0) return; | CODE |
| LOW | …_admin/aardvark/APP/frontend/js/views/documentsView.js | 1223 | $("#docsSort").attr("placeholder", "Sort limit reached (docs count)"); | CODE |
| LOW | …_admin/aardvark/APP/frontend/js/views/documentsView.js | 1226 | $("#docsSort").attr("placeholder", "Sort by attribute"); | CODE |
| LOW | tests/js/common/v8/shell-v8-crypto.js | 543 | const message = {sub: '1234567890', name: 'John Doe', admin: true, iat: 1516239022}; | CODE |
| LOW⚡ | tests/js/client/shell/multi/shell-fulltext-sjssimple.js | 1426 | collection.save({ text: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor in | CODE |
| LOW⚡ | tests/js/client/shell/multi/shell-fulltext-sjssimple.js | 1426 | collection.save({ text: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor in | CODE |
| LOW⚡ | tests/js/client/shell/multi/shell-fulltext-sjssimple.js | 1427 | collection.save({ text: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor in | CODE |
| LOW⚡ | tests/js/client/shell/multi/shell-fulltext-sjssimple.js | 1427 | collection.save({ text: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor in | CODE |
| LOW | …ts/js/client/shell/api/aardvark-graphvisualizer-sjs.js | 669 | const LARGE_STRING = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut lab | CODE |
| LOW | …ts/js/client/shell/api/aardvark-graphvisualizer-sjs.js | 669 | const LARGE_STRING = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut lab | CODE |
| LOW | tests/js/client/aql/aql-functions-types.js | 160 | [ "foo@bar.com", true ], | CODE |
| LOW | tests/js/client/aql/aql-functions-string.js | 574 | [ "Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin | CODE |
| LOW | tests/js/client/aql/aql-functions-string.js | 574 | [ "Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin | CODE |
| LOW | 3rdParty/boost/1.78.0/libs/yap/doc/yap_reference.xml | 185 | </struct><struct name="placeholder"><template> | CODE |
| LOW | …Party/boost/1.78.0/libs/type_erasure/doc/reference.xml | 1510 | <struct name="_a"><inherit access="public">boost::type_erasure::placeholder</inherit></struct><struct name="_b"><inherit | CODE |
| LOW | …8.0/libs/json/doc/html/json/dom/initializer_lists.html | 33 | <span class="special">{</span> <span class="string">"name"</span><span class="special">,</span> <span class="string" | CODE |
| LOW | …/boost/1.78.0/libs/mpl/doc/refmanual/placeholders.html | 17 | <span id="placeholder"></span><h3><a class="subsection-title" href="#synopsis" name="synopsis">Synopsis</a></h3> | CODE |
| LOW | …oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml | 937 | </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>< T, FallbackPolicy | CODE |
| LOW | …oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml | 945 | </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>< T, FallbackPolicy | CODE |
| LOW | …oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml | 1408 | </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>< T, FallbackPolicy | CODE |
| LOW | …oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml | 1416 | </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>< T, FallbackPolicy | CODE |
| LOW | …oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml | 1444 | </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>< T, FallbackPolicy | CODE |
| LOW | 3rdParty/boost/1.78.0/libs/xpressive/doc/autodoc.xml | 2628 | </struct><struct name="placeholder"><template> | CODE |
| LOW | 3rdParty/jemalloc/jemalloc/src/prof_recent.c | 85 | * "placeholder"; the real recording of the allocation requires a lock | COMMENT |
| LOW⚡ | …egacy/icu64/test/intltest/numbertest_stringbuilder.cpp | 91 | { u"lorem ipsum dolor sit amet", 8, 8 }, | CODE |
| LOW⚡ | …egacy/icu64/test/intltest/numbertest_stringbuilder.cpp | 91 | { u"lorem ipsum dolor sit amet", 8, 8 }, | CODE |
| LOW⚡ | …egacy/icu64/test/intltest/numbertest_stringbuilder.cpp | 92 | { u"lorem ipsum dolor sit amet", 8, 11 }, // 3 chars, equal to replacement "xyz" | CODE |
| LOW⚡ | …egacy/icu64/test/intltest/numbertest_stringbuilder.cpp | 92 | { u"lorem ipsum dolor sit amet", 8, 11 }, // 3 chars, equal to replacement "xyz" | CODE |
| LOW⚡ | …egacy/icu64/test/intltest/numbertest_stringbuilder.cpp | 93 | { u"lorem ipsum dolor sit amet", 8, 18 } }; // 10 chars, larger than several replacements | CODE |
| LOW⚡ | …egacy/icu64/test/intltest/numbertest_stringbuilder.cpp | 93 | { u"lorem ipsum dolor sit amet", 8, 18 } }; // 10 chars, larger than several replacements | CODE |
| LOW⚡ | 3rdParty/text/example/breaks.cpp | 205 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " | CODE |
| LOW⚡ | 3rdParty/text/example/breaks.cpp | 205 | "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " | CODE |
| LOW⚡ | 3rdParty/text/example/breaks.cpp | 215 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, | CODE |
| LOW⚡ | 3rdParty/text/example/breaks.cpp | 215 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | utils/generateAllMetricsDocumentation.py | 17 | # Usage: | COMMENT |
| LOW | utils/makeDashboards.py | 15 | # Usage: | COMMENT |
| LOW | scripts/hdf5-vector-index-test.py | 24 | # Example usage: | COMMENT |
| LOW | …/boost/python/suite/indexing/vector_indexing_suite.hpp | 30 | // Example usage: | COMMENT |
| LOW | …8.0/boost/python/suite/indexing/map_indexing_suite.hpp | 31 | // Example usage: | COMMENT |
| LOW | …boost/1.78.0/boost/iostreams/detail/select_by_size.hpp | 24 | // Example usage: | COMMENT |
| LOW | …st/1.78.0/libs/compatibility/generate_cpp_c_headers.py | 4 | # Usage: | COMMENT |
| LOW | …/libs/math/tools/bessel_derivative_append_negative.cpp | 11 | // Usage example: | COMMENT |
| LOW | …boost/1.78.0/libs/predef/tools/ci/linux-cxx-install.sh | 3 | # Usage: | COMMENT |
| LOW | …ost/1.78.0/libs/predef/tools/ci/macos-xcode-install.sh | 3 | # Usage: | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/common/rbbicst.pl | 11 | # Usage: | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/common/ucase.cpp | 1319 | # Usage: | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/regexcst.pl | 12 | # Usage: | COMMENT |
| LOW | 3rdParty/s2geometry/master/src/s2/sequence_lexicon.h | 43 | // Example usage: | COMMENT |
| LOW | 3rdParty/s2geometry/master/src/s2/s2edge_crosser.h | 33 | // Example usage: | COMMENT |
| LOW | 3rdParty/s2geometry/master/src/s2/value_lexicon.h | 41 | // Example usage: | COMMENT |
| LOW | …y/s2geometry/master/src/s2/s2shapeutil_edge_iterator.h | 26 | // Example usage: | COMMENT |
| LOW | 3rdParty/s2geometry/master/src/s2/s2boolean_operation.h | 196 | // Example usage: | COMMENT |
| LOW | …geometry/master/src/s2/s2shape_index_buffered_region.h | 45 | // Example usage: | COMMENT |
| LOW | …Party/s2geometry/master/src/s2/s2region_term_indexer.h | 58 | // Example usage: | COMMENT |
| LOW | …arty/s2geometry/master/src/s2/s2contains_point_query.h | 73 | // Example usage: | COMMENT |
| LOW | 3rdParty/s2geometry/master/src/s2/id_set_lexicon.h | 47 | // Example usage: | COMMENT |
| LOW | …dParty/s2geometry/master/src/s2/s2shape_index_region.h | 54 | // Example usage: | COMMENT |
| LOW | …aster/src/s2/s2builderutil_get_snapped_winding_delta.h | 81 | // Example usage: | COMMENT |
| LOW | 3rdParty/s2geometry/master/src/s2/util/math/mathutil.h | 65 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py | 0 | calculate additional variables for use in the build (called by gyp). | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/cmake.py | 0 | calculate additional variables for use in the build (called by gyp). | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/analyzer.py | 0 | calculate additional variables for use in the build (called by gyp). | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/make.py | 0 | calculate additional variables for use in the build (called by gyp). | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/eclipse.py | 0 | calculate the generator specific info that gets fed to input (called by gyp). | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/generator/make.py | 0 | calculate the generator specific info that gets fed to input (called by gyp). | STRING |
| HIGH | …-build/gyp/pylib/gyp/generator/dump_dependency_json.py | 0 | calculate the generator specific info that gets fed to input (called by gyp). | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/common.py | 590 | Topologically sort based on a user provided edge definition. Args: graph: A list of node names. get_edges: A | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py | 493 | Finds the .mobileprovision file to use for signing the bundle. Checks all the installed provisioning profiles (or i | STRING |
| HIGH | 3rdParty/v8-build/gyp/pylib/gyp/MSVSSettings.py | 91 | Returns the MSBuild equivalent of the MSVS value given. Args: value: the MSVS value to convert. Returns: | STRING |
| HIGH | .circleci/generate_config.py | 31 | Parse driver-branch-overrides argument into a dictionary. Args: driver_branch_overrides: Colon-separat | STRING |
| HIGH | .circleci/src/config_lib.py | 29 | Generic helper to parse enum from string, case-insensitive. Args: enum_class: The enum class to parse | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/metadata.py | 587 | # Check if content-type is valid or defaulted to `text/plain` and thus was | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py | 254 | # Open file and print header | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py | 853 | # Check if this file is copied into the current bundle, | COMMENT |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/msvs.py | 723 | # Add makefile to list of sources. | COMMENT |
| LOW | 3rdParty/boost/1.78.0/libs/gil/doc/conf.py | 176 | # Set it to None or the empty string to disable permalinks. | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/test/depstest/depstest.py | 121 | # Check if already cached. | COMMENT |
| LOW | …y/icu-legacy/icu64/test/perf/collationperf/CollPerf.pl | 143 | # Print the results in a HTML page | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/common/rbbicst.pl | 206 | # Assign numbers to each of the character classes classes used. | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/data/buildtool/filtration.py | 198 | # Check if we are a descendant of a *requested* locale. | COMMENT |
| LOW | 3rdParty/zlib/zlib-1.2.13/os400/make.sh | 66 | # Set LINK to "YES" if the module has been compiled. | COMMENT |
| LOW | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 623 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 647 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 813 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 1031 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| LOW | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 4003 | # Check if any of the arguments is a wrapper script. | COMMENT |
| LOW | 3rdParty/libunwind/v1.7.2/config/ltmain.sh | 9972 | # Loop over the list of objects to be linked. | COMMENT |
| LOW | .circleci/src/config_lib.py | 437 | # Check if we have direct 'extra_args' field | COMMENT |
| LOW | .circleci/src/config_lib.py | 885 | # Check if this is the driver test format with 'jobProperties' and 'tests' | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/geometry/algorithms/detail/equals/collect_vectors.hpp | 269 | // TODO: implement collected_vector type for geographic | COMMENT |
| LOW | …y/boost/1.78.0/boost/geometry/srs/projections/spar.hpp | 50 | // TODO: implement this as a sequence utility | COMMENT |
| LOW | …t/geometry/srs/projections/impl/pj_apply_gridshift.hpp | 74 | // TODO: implement differently | COMMENT |
| LOW | …t/geometry/srs/projections/impl/pj_apply_gridshift.hpp | 139 | // TODO: implement differently | COMMENT |
| LOW | …st/geometry/policies/robustness/get_rescale_policy.hpp | 159 | // TODO: implement envelope for two (or possibly more geometries) | COMMENT |
| LOW | …ometry/geometries/adapted/boost_polygon/ring_proxy.hpp | 168 | // TODO: implement this by resizing the container | COMMENT |
| LOW | …Party/icu-legacy/icu64/test/perf/collperf/collperf.cpp | 611 | // TODO: implement it | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/rbnf.cpp | 1514 | // TODO: implement UParseError | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/rematch.cpp | 3920 | // TODO: implement transparent bounds. Ticket #6067 | COMMENT |
| LOW | 3rdParty/icu-legacy/icu64/i18n/rematch.cpp | 5438 | // TODO: implement transparent bounds. Ticket #6067 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | utils/generateExitCodesFiles.py | 56 | CODE | |
| LOW | utils/generateErrorfile.py | 59 | CODE | |
| LOW | scripts/test/async_client.py | 312 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/ninja_syntax.py | 42 | CODE | |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/generator/msvs.py | 886 | CODE | |
| LOW | 3rdParty/highway/docs/mm-converter.py | 44 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/tags.py | 27 | logger = logging.getLogger(__name__) | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/version.py | 16 | __all__ = ["VERSION_PATTERN", "parse", "Version", "InvalidVersion"] | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/packaging/markers.py | 23 | __all__ = [ | CODE |
| LOW | 3rdParty/v8-build/gyp/pylib/gyp/simple_copy.py | 15 | __all__ = ["Error", "deepcopy"] | CODE |
| LOW | .circleci/src/__init__.py | 19 | __all__ = [ | CODE |
| LOW | .circleci/src/output_generators/__init__.py | 5 | __all__ = ["OutputGenerator"] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | js/server/modules/@arangodb/foxx/graphql.js | 96 | function handleRequest () { | CODE |
| LOW | …esearch/scripts/gtest-parallel/gtest_parallel_mocks.py | 92 | def run_task(self, task): | CODE |
| LOW | lib/iresearch/scripts/gtest-parallel/gtest_parallel.py | 280 | def run_task(self, task): | CODE |
| LOW | 3rdParty/boost/1.78.0/libs/locale/doc/html/navtree.js | 49 | function getData(varName) | CODE |
| LOW | 3rdParty/boost/1.78.0/libs/hana/doc/html/navtree.js | 29 | function getData(varName) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …78.0/libs/coroutine/doc/html/coroutine/motivation.html | 39 | <span class="phrase"><a name="coroutine.motivation.event_driven_model"></a></span><a class="link" href="motivation | CODE |
| MEDIUM | ….0/libs/coroutine2/doc/html/coroutine2/motivation.html | 38 | <span class="phrase"><a name="coroutine2.motivation.event_driven_model"></a></span><a class="link" href="motivatio | CODE |