Repository Analysis

arangodb/arangodb

🥑 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.

4.3 Likely human-written View on GitHub

Analysis Overview

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).

4.3
Adjusted Score
4.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
14.2K
Stars
C++
Language
11.4M
Lines of Code
49.9K
Files
45.4K
Pattern Hits
2026-07-14
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

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.

CRITICAL 15HIGH 921MEDIUM 699LOW 43723

Directory Score Breakdown

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.

Pattern Findings

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.

Over-Commented Block42119 hits · 39457 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt41# treat warnings as errors on some platformsCOMMENT
LOWCMakeLists.txt61#COMMENT
LOWCMakeLists.txt161if(USE_ENTERPRISE)COMMENT
LOWlsan_arangodb_suppressions.txt1leak:create_connCOMMENT
LOWlsan_arangodb_suppressions.txt21# This comes from LLVM implementation of OpenMP and should be safeCOMMENT
LOWSTYLEGUIDE.md361/// Copyright 2004-2014 triAGENS GmbH, Cologne, GermanyCOMMENT
LOWSTYLEGUIDE.md381##### Enterprise templateCOMMENT
LOWSTYLEGUIDE.md401/// the Programs.COMMENT
LOWtsan_arangodb_suppressions.txt21# register is populated with different addresses based on some condition, andCOMMENT
LOWtsan_arangodb_suppressions.txt41# doing.COMMENT
LOWDocumentation/Metrics/template.yaml1name: arangodb_metricCOMMENT
LOWDocumentation/Metrics/template.yaml21 # RocksDBCOMMENT
LOWarangod/Statistics/ConnectionStatistics.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/StatisticsOptionsProvider.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/figures.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/Descriptions.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/Descriptions.cpp21/// @author Simon GraetzerCOMMENT
LOWarangod/Statistics/StatisticsFeature.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/StatisticsFeature.cpp21/// @author Dr. Frank CellerCOMMENT
LOWarangod/Statistics/StatisticsFeature.cpp41#include "Logger/LogMacros.h"COMMENT
LOWarangod/Statistics/StatisticsFeature.cpp61#include "Transaction/StandaloneContext.h"COMMENT
LOWarangod/Statistics/Descriptions.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/StatisticsWorker.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/StatisticsWorker.cpp21/// @author Manuel BaeslerCOMMENT
LOWarangod/Statistics/StatisticsWorker.cpp41#include "RestServer/TtlFeature.h"COMMENT
LOWarangod/Statistics/StatisticsFeature.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/StatisticsFeature.h21/// @author Dr. Frank CellerCOMMENT
LOWarangod/Statistics/StatisticsFeatureOptions.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/RequestStatistics.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/StatisticsWorker.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/RequestStatistics.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/RequestStatistics.cpp21/// @author Dr. Frank CellerCOMMENT
LOWarangod/Statistics/RequestStatistics.cpp41#ifdef ARANGODB_ENABLE_MAINTAINER_MODECOMMENT
LOWarangod/Statistics/StatisticsOptionsProvider.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/ConnectionStatistics.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/Statistics/ConnectionStatistics.cpp21/// @author Dr. Frank CellerCOMMENT
LOWarangod/Statistics/ConnectionStatistics.cpp41namespace {COMMENT
LOWarangod/VocBase/KeyGenerator.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/voc-types.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/VocbaseInfo.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/AccessMode.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/VocbaseInfo.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/VocbaseInfo.cpp21/// @author Jan Christoph UhdeCOMMENT
LOWarangod/VocBase/vocbase.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/vocbase.h21/// @author Dr. Frank CellerCOMMENT
LOWarangod/VocBase/vocbase.h461 /// note: when the collection is not used anymore, the caller *must*COMMENT
LOWarangod/VocBase/ComputedValues.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/ComputedValues.h21/// @author Jan SteemannCOMMENT
LOWarangod/VocBase/Validators.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/Validators.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/Validators.cpp21/// @author Jan Christoph UhdeCOMMENT
LOWarangod/VocBase/ticks.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/VocBaseLogManager.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/VocBaseLogManager.cpp21/// @author Lars MaierCOMMENT
LOWarangod/VocBase/VocbaseMetrics.h1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/ComputedValues.cpp1////////////////////////////////////////////////////////////////////////////////COMMENT
LOWarangod/VocBase/ComputedValues.cpp21/// @author Jan SteemannCOMMENT
LOWarangod/VocBase/ComputedValues.cpp41#include "Transaction/Methods.h"COMMENT
LOWarangod/VocBase/ComputedValues.cpp181COMMENT
LOWarangod/VocBase/LogicalCollection.h1////////////////////////////////////////////////////////////////////////////////COMMENT
42059 more matches not shown…
Cross-Language Confusion (JS/TS)864 hits · 4798 pts
SeverityFileLineSnippetContext
HIGHjs/common/modules/jsunity.js63 print();CODE
HIGHjs/common/modules/jsunity.js80 print(newtime.toISOString() + internal.COLORS.COLOR_GREEN + ' [ PASSED ] ' +CODE
HIGHjs/common/modules/jsunity.js98 print(now + internal.COLORS.COLOR_RED + " [ FAILED ] " + currentSuiteName +CODE
HIGHjs/common/modules/jsunity.js103 print(internal.COLORS.COLOR_RED + message + internal.COLORS.COLOR_RESET);CODE
HIGHjs/common/modules/jsunity.js132 print(newtime.toISOString() + internal.COLORS.COLOR_RED + " [ FAILED ] " +CODE
HIGHjs/common/modules/jsunity.js143 print(jsUnity.env.getDate().toISOString() +CODE
HIGHjs/common/modules/jsunity.js147 print(jsUnity.env.getDate().toISOString() + internal.COLORS.COLOR_GREEN +CODE
HIGHjs/common/modules/jsunity.js151 print(jsUnity.env.getDate().toISOString() + internal.COLORS.COLOR_RED +CODE
HIGHjs/common/modules/jsunity.js168 print(STARTTEST.toISOString() + internal.COLORS.COLOR_GREEN +CODE
HIGHjs/common/modules/jsunity.js175 print(jsUnity.env.getDate().toISOString() + internal.COLORS.COLOR_GREEN + ' [ RUN ] ' + testName + internal.COLCODE
HIGHjs/common/modules/jsunity.js315 print("Duplicate testsuite '" + attrname + "' - already have: " + JSON.stringify(COMPLETE[attrname]) + "");CODE
HIGHjs/common/modules/jsunity.js336 print(newtime.toISOString() + (ok ? internal.COLORS.COLOR_GREEN : internal.COLORS.COLOR_RED) +CODE
HIGHjs/common/modules/jsunity.js339 print();CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js37 print();CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js40 print();CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js48 print(`${CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js66 print(`${indent(indentLevel - 1)}${CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js72 print(`${indent(indentLevel)}${CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js76 print(`${indent(indentLevel)}${CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js80 print(`${indent(indentLevel)}${CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js84 print(`${indent(indentLevel + 1)}${CODE
HIGHjs/common/modules/@arangodb/mocha-runner.js94 print();CODE
HIGHjs/common/modules/@arangodb/replication-common.js63 print(RED + "connecting " + endpoint + " failed - retrying (" + ex.message + ")" + RESET);CODE
HIGHjs/common/modules/@arangodb/replication-common.js68 print(RED + "giving up!" + RESET);CODE
HIGHjs/common/modules/@arangodb/testrunner.js50 print('\n' + Date() + ' ' + runenvironment + ": Running JSUnity test from file '" + file + "'");CODE
HIGHjs/common/modules/@arangodb/testrunner.js52 print('\n' + Date() + ' ' + runenvironment +CODE
HIGHjs/common/modules/@arangodb/testrunner.js89 print(runenvironment + ": cannot run test file '" + file + "': " + e);CODE
HIGHjs/common/modules/@arangodb/testrunner.js92 print(CODE
HIGHjs/common/modules/@arangodb/testrunner.js111 print('The following ' + failed.length + ' test files produced errors: ', failed.join(', '));CODE
HIGHjs/common/modules/@arangodb/testrunner.js129 print('\nRunning Mocha Tests: ' + testFiles.join(', '));CODE
HIGHjs/common/modules/@arangodb/testrunner.js144 print('Duplicate test in "' + key + '" - \n"' + JSON.stringify(which) + "\n" + JSON.stringify(result));CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2713 print("/* original data is from " + version + ", " + license + " */");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2716 print("/* original data gathered from database " + JSON.stringify(data.database) + " */");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2721 print("/* using different storage engine (' " + db._engine().name + "') than in debug information ('" + data.enginCODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2723 print();CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2730 print("/* graphs */");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2734 print("try { db._graphs.remove(" + JSON.stringify(graph) + "); } catch (err) {}");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2735 print("db._graphs.insert(" + JSON.stringify(details) + ");");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2737 print();CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2740 print("/*drop views */");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2742 print("db._dropView(" + JSON.stringify(view) + ");");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2744 print();CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2748 print("/* analyzers setup */");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2751 print("var analyzers = require('@arangodb/analyzers')");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2754 print(`try { analyzers.remove("${name}"); } catch (err) { print(String(err)); }`);CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2755 print(`analyzers.save("${name}", ${JSON.stringify(data.analyzers[name]["type"])}, ${JSON.stringify(data.analyzerCODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2758 print();CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2762 print("/* collections and indexes setup */");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2772 print("try { db._drop(" + JSON.stringify(collection) + ", true); } catch (err) { print(String(err)); }");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2774 print("try { db._drop(" + JSON.stringify(collection) + "); } catch (err) { print(String(err)); }");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2787 print("db._createEdgeCollection(" + JSON.stringify(collection) + ", " + JSON.stringify(details.properties) + ");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2789 print("db._create(" + JSON.stringify(collection) + ", " + JSON.stringify(details.properties) + ");");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2795 print("db[" + JSON.stringify(collection) + "].ensureIndex(" + JSON.stringify(index) + ");");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2798 print();CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2801 print();CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2804 print("/* example data */");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2809 print("db[" + JSON.stringify(collection) + "].insert(" + JSON.stringify(example) + ");");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2817 print("/* collection '" + collection + "' needs " + missing + " more document(s) */");CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2819 print();CODE
HIGHjs/common/modules/@arangodb/aql/explainer.js2821 print();CODE
804 more matches not shown…
Decorative Section Separators489 hits · 1382 pts
SeverityFileLineSnippetContext
MEDIUMCMakeLists.txt697# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt699# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt703# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt705# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt721# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt723# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt729# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt731# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1015# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1017# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1025# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1027# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1032# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1034# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1140# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1142# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1151# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1153# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1157# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt1159# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt3# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt5# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt51# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt53# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt126# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt128# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt232# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt234# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt387# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt389# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt407# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt409# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt683# ------------------------------------------------------------------------------COMMENT
MEDIUMCMakeLists.txt685# ------------------------------------------------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt16# ----------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt18# ----------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt22# ----------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt24# ----------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt36# ----------------------------------------COMMENT
MEDIUMtests/CMakeLists.txt38# ----------------------------------------COMMENT
MEDIUMlib/Basics/signals.cpp53 // ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM3rdParty/CMakeLists.txt3# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/CMakeLists.txt5# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/CMakeLists.txt3# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/CMakeLists.txt5# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/_parser.py60# --------------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/_parser.py62# --------------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/_parser.py251# --------------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/_parser.py253# --------------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py28# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py66# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py112# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py187# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSUserFile.py14# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSProject.py9# ------------------------------------------------------------------------------COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSProject.py48# ------------------------------------------------------------------------------COMMENT
MEDIUM…ibs/spirit/workbench/unicode/DerivedCoreProperties.txt13# ================================================COMMENT
MEDIUM…ibs/spirit/workbench/unicode/DerivedCoreProperties.txt224# ================================================COMMENT
MEDIUM…ibs/spirit/workbench/unicode/DerivedCoreProperties.txt938# ================================================COMMENT
MEDIUM…ibs/spirit/workbench/unicode/DerivedCoreProperties.txt1558# ================================================COMMENT
429 more matches not shown…
Hyper-Verbose Identifiers1012 hits · 962 pts
SeverityFileLineSnippetContext
LOWjs/server/modules/@arangodb/aql-helper.js157function assertQueryWarningAndNull (errorCode, query, bindVars) {CODE
LOWjs/server/modules/@arangodb/aql-helper.js284function getQueryMultiplePlansAndExecutions (query, bindVars, testObject, debug) {CODE
LOWjs/server/modules/@arangodb/aql-helper.js354function removeAlwaysOnClusterRules (rules) {CODE
LOWjs/server/modules/@arangodb/aql-helper.js366function removeClusterNodesFromPlan (nodes) {CODE
LOWjs/server/modules/@arangodb/actions.js99function createCallbackFromActionCallbackString (callback, parentModule, route) {CODE
LOWjs/server/modules/@arangodb/actions.js121function lookupCallbackActionCallbackString (route, action, actionModule) {CODE
LOWjs/server/modules/@arangodb/actions.js146function lookupCallbackActionCallback (route, action, actionModule) {CODE
LOWjs/server/modules/@arangodb/actions.js262function createCallbackActionController (actionModule, route) {CODE
LOWjs/server/modules/@arangodb/actions.js284function lookupCallbackActionController (route, action, parentModule) {CODE
LOWjs/server/modules/@arangodb/actions.js308function lookupCallbackActionPrefixController (route, action, parentModule) {CODE
LOWjs/server/modules/@arangodb/cluster.js156function checkForSyncReplOneCollection (dbName, collName) {CODE
LOWjs/server/modules/@arangodb/foxx/swagger.js38module.exports = function createSwaggerRouteHandler (foxxMount, opts) {CODE
LOWjs/server/modules/@arangodb/foxx/manager.js790function downloadServiceBundleFromRemote (url) {CODE
LOWjs/server/modules/@arangodb/foxx/routing.js147function createServiceNeedsConfigurationRoute (service) {CODE
LOWjs/server/modules/@arangodb/foxx/routing.js228function checkAndCreateDefaultDocumentRoute (service) {CODE
LOWjs/server/modules/@arangodb/foxx/oauth1.js66function createSignatureBaseString (method, normalizedUrl, normalizedParams) {CODE
LOW…erver/modules/@arangodb/foxx/legacy/request_context.js94function validateOrThrow (raw, schema, allowInvalid, validateOptions) {CODE
LOWjs/server/modules/@arangodb/foxx/legacy/sessions.js104function createDestroySessionHandler (auth, opts) {CODE
LOWjs/server/modules/@arangodb/foxx/legacy/swagger.js45function createSwaggerRouteHandler (defaultAppPath, opts) {CODE
LOW…server/modules/@arangodb/foxx/legacy/authentication.js35function createAuthenticationMiddleware (auth, applicationContext) {CODE
LOW…server/modules/@arangodb/foxx/legacy/authentication.js50function createSessionUpdateMiddleware () {CODE
LOW…server/modules/@arangodb/foxx/legacy/authentication.js75function checkAuthenticationOptions (options) {CODE
LOW…server/modules/@arangodb/foxx/legacy/authentication.js106function createStandardLoginHandler (auth, users, opts) {CODE
LOW…server/modules/@arangodb/foxx/legacy/authentication.js138function createStandardLogoutHandler (auth, opts) {CODE
LOW…server/modules/@arangodb/foxx/legacy/authentication.js173function createStandardRegistrationHandler (auth, users, opts) {CODE
LOW…server/modules/@arangodb/foxx/legacy/authentication.js215function createStandardChangePasswordHandler (users, opts) {CODE
LOWjs/server/modules/@arangodb/foxx/legacy/routing.js198function transformControllerToRoute (routeInfo, route, isDevel) {CODE
LOWjs/server/modules/@arangodb/foxx/queues/index.js214function updateQueueDelayClusterAware () {CODE
LOWjs/server/modules/@arangodb/foxx/router/request.js40function generateTrustedProxyBlocks () {CODE
LOWjs/common/bootstrap/modules/buffer.js213 function createBufferFromArrayBuffer(subject, byteOffset = 0, length = subject.byteLength - byteOffset) {CODE
LOWjs/common/bootstrap/modules/buffer.js225 function createBufferFromByteArray(subject) {CODE
LOWjs/common/modules/@arangodb/mocha/test.js8function createInvalidArgumentTypeError(message, argument, expected) {CODE
LOWjs/common/modules/@arangodb/mocha/runner.js11function createInvalidExceptionError(message, value) {CODE
LOWjs/common/modules/@arangodb/mocha/suite.js13function createInvalidArgumentTypeError(message, argument, expected) {CODE
LOWjs/common/modules/@arangodb/mocha/runnable.js10function createInvalidExceptionError(message, value) {CODE
LOWjs/common/modules/@arangodb/mocha/interface/common.js8function createMissingArgumentError(message, argument, expected) {CODE
LOWjs/common/modules/@arangodb/graph/helpers.js219function simulateBreadthFirstSearch(graph, startVertexId, minDepth, maxDepth,CODE
LOWjs/common/modules/@arangodb/aql/explainer.js758function printKShortestPathsDetails(shortestPaths) {CODE
LOW…dules/@arangodb/test-generators/subquery-chaos-test.js187function createModifyingChaosQuery(seed, numberSubqueries) {CODE
LOW…dules/@arangodb/test-generators/subquery-chaos-test.js379function testModifyingQueryWithSeed(testOptions) {CODE
LOWjs/common/modules/@arangodb/testutils/seededRandom.js41function randomNumberGeneratorFloat(seed) {CODE
LOW…mon/modules/@arangodb/testutils/vector-index-common.js400function insertDocsAndAssertIndexStates({collection, docs, seed, indexDef,CODE
LOW…mon/modules/@arangodb/testutils/vector-index-common.js445function waitForAllVectorIndexesState(collection, expectedState, timeoutSec = 60) {CODE
LOW…mon/modules/@arangodb/testutils/vector-index-common.js458function assertEnsureIndexResultUnusable(result, context) {CODE
LOW…/aardvark/APP/frontend/js/lib/jquery.uploadfile.min.js376 function noserializeAndUploadFiles(s, obj, files) {CODE
LOW…/aardvark/APP/frontend/js/lib/sigma.exporters.image.js84 function calculateZoomedBoundaries(s, r, params) {CODE
LOW…ystem/_admin/aardvark/APP/react/src/utils/yupHelper.ts3export function getNormalizedByteLengthTest(CODE
LOW…/views/query/queryResults/ProfileResultDisplayJSON.tsx42function useSetupProfileResultDisplay(CODE
LOW…ns/indices/addIndex/invertedIndex/FieldBreadcrumbs.tsx13function extractLastIndexAndRestOfPath(path: string) {CODE
LOW…s/indices/listIndices/CollectionIndexActionButtons.tsx10export function CollectionIndexActionButtons({CODE
LOWjs/apps/system/_api/foxx/APP/index.js73function prepareServiceRequestBody (req, res, next) {CODE
LOWjs/client/modules/@arangodb/aql-helper.js207function assertQueryWarningAndNull (errorCode, query, bindVars) {CODE
LOWjs/client/modules/@arangodb/aql-helper.js326function getQueryMultiplePlansAndExecutions (query, bindVars, testObject, debug) {CODE
LOWjs/client/modules/@arangodb/aql-helper.js397function removeAlwaysOnClusterRules (rules) {CODE
LOWjs/client/modules/@arangodb/aql-helper.js409function removeClusterNodesFromPlan (nodes) {CODE
LOWjs/client/modules/@arangodb/inspector.js486function defineCoordinatorFromStatus(status, endpoint) {CODE
LOWjs/client/modules/@arangodb/test-helper.js902function createCollectionStructureFile(path, cn) {CODE
LOWjs/client/modules/@arangodb/arango-transaction.js134function ArangoTransactionCollection(trx, coll) {CODE
LOWjs/client/modules/@arangodb/testsuites/dump.js324function dumpWithCrashesNonParallel (options) {CODE
LOWjs/client/modules/@arangodb/testsuites/replication.js84function shellClientReplicationApi (options) {CODE
952 more matches not shown…
AI Slop Vocabulary139 hits · 360 pts
SeverityFileLineSnippetContext
MEDIUMarangod/Cluster/ClusterIndexMethods.cpp973// built successfully. This is a more robust and self-repairing solutionCOMMENT
MEDIUMarangod/Graph/Enumerators/YenEnumerator.h139// out of the system. Essentially, there can be a `SingleServerProvider`COMMENT
MEDIUMarangod/StorageEngine/PhysicalCollection.h157 /// @param restore utilize specified ID, assume index has to be createdCOMMENT
LOW…itor/AsyncRegistry/PrettyPrinter/src/pretty-printer.py73 # therefore just add it here in a new lineCOMMENT
MEDIUMarangod/Aql/DistributeClientBlock.cpp121 // However we might leverage the restriction to stop at ShadowRowsCOMMENT
MEDIUMarangod/Aql/Optimizer/Rule/GeoIndex.cpp66/// Essentially mirrors the geo::QueryParams struct, but withCOMMENT
MEDIUMtests/tests.yml513 # takes long, needs to go first. However, doesn't utilize the SUT hard.COMMENT
MEDIUMtests/Replication2/ReplicatedState/StateManagerTest.cpp190 // On the other hand, it makes it more robust to unrelated changes.COMMENT
MEDIUMtests/js/common/test-data/search/docs/lsh_dataset.json1{"collection_0": [{"dataArr": ["West direction.","According ball.","Pass.","Low option.","Director.","Message their.","ACODE
MEDIUMtests/js/client/aql/aql-inverted-index.js681 // can leverage the sorted order of field values from the index.COMMENT
MEDIUM…izer-rule-replace-equal-attribute-access-noncluster.js105 // TODO make the rule more robust and detect more casesCOMMENT
MEDIUMtests/Aql/ExecutionBlockImplTest.cpp182 // we could leverage this restriction if necessary.COMMENT
MEDIUMlib/iresearch/core/utils/index_utils.hpp244 // as the template argument in ArangoSearch. However we leverageCOMMENT
LOWlib/iresearch/scripts/gtest-parallel/gtest_parallel.py52# Before a SIGINT is seen, wait(p) will simply call p.wait() andCOMMENT
LOW3rdParty/v8-build/gyp/pylib/packaging/metadata.py225 # is unparseable, and we can just add the whole thing to ourCOMMENT
LOW3rdParty/v8-build/gyp/pylib/packaging/metadata.py376 # This is already a string, so just add it.COMMENT
LOW3rdParty/v8-build/gyp/pylib/packaging/metadata.py405 # what we should parse it as, and we have to just add it to our listCOMMENT
LOW3rdParty/v8-build/gyp/pylib/packaging/specifiers.py462 # version. If it's not we can short circuit and just return False nowSTRING
LOW3rdParty/v8-build/gyp/pylib/packaging/specifiers.py487 # version. If it's not we can short circuit and just return False nowSTRING
LOW3rdParty/v8-build/gyp/pylib/packaging/specifiers.py753 # then we'll just return None since we don't know if this should haveSTRING
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py1506 # just use this object's hashables, they're not specific and unique enoughCOMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py1956 # maintains the object's dicts. Better yet, callers can just call AddFileCOMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py2590 # really should just add a product_name setting that doesn't includeCOMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py170 # 1. We can't just use the project filename sans path, since there couldCOMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/ninja_syntax.py140 # No such space; just use the first unescaped space we can find.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSSettings.py1154_Renamed(_midl, "ValidateParameters", "ValidateAllParameters", _boolean) # /robustCODE
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py721 # simplify it to just use $out.COMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/msvs.py3319 # just add one unconditional entry.COMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/eclipse.py440 # Didn't find a known root, just return the original pathCOMMENT
LOW3rdParty/kaldi/src/fstext/grammar-context-fst.h107 #nonterm_bos in the phones.txt file. You can just set thisCOMMENT
LOW3rdParty/kaldi/src/fstext/grammar-context-fst.h160 #nonterm_bos in the phones.txt file. You can just set this toCOMMENT
MEDIUM…rty/boost/1.78.0/boost/multiprecision/cpp_int/misc.hpp521// Essentially this uses the leading digit(s) of U and VCOMMENT
MEDIUM…ost/1.78.0/boost/polygon/detail/voronoi_predicates.hpp51 // Compute robust cross_product: a1 * b2 - b1 * a2.COMMENT
MEDIUM…ost/1.78.0/boost/polygon/detail/voronoi_predicates.hpp214 // Represents the result of the epsilon robust predicate. If theCOMMENT
MEDIUM…ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp18// Epsilon robust predicates give the result within some epsilon relativeCOMMENT
MEDIUM…ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp20// To make algorithm robust and efficient epsilon robust predicates areCOMMENT
MEDIUM…ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp24// robust predicates have undefined value.COMMENT
MEDIUM…ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp32// interval within which epsilon robust predicates have undefined resultCOMMENT
MEDIUM…ost/1.78.0/boost/polygon/detail/voronoi_robust_fpt.hpp50// epsilon robust comparator class is used to store floating point valuesCOMMENT
MEDIUM…st/1.78.0/boost/signals2/detail/slot_call_iterator.hpp72 // Generates a slot call iterator. Essentially, this is an iterator that:COMMENT
MEDIUM…st/1.78.0/boost/atomic/detail/extra_fp_ops_generic.hpp95//! Negate implementation for IEEE 754 / IEC 559 floating point types. We leverage the fact that the sign bit is the mosCOMMENT
MEDIUM…h/quadrature/detail/ooura_fourier_integrals_detail.hpp24// Ooura and Mori, A robust double exponential formula for Fourier-type integrals,COMMENT
MEDIUM…h/quadrature/detail/ooura_fourier_integrals_detail.hpp44// Ooura and Mori, A robust double exponential formula for Fourier-type integrals,COMMENT
MEDIUM…h/quadrature/detail/ooura_fourier_integrals_detail.hpp156 // A robust double exponential formula for Fourier-type integrals.COMMENT
MEDIUM3rdParty/boost/1.78.0/boost/container/vector.hpp2234 //Absolutely experimental. This function might change, disappear or simply crash!COMMENT
MEDIUM3rdParty/boost/1.78.0/boost/hana/fwd/prepend.hpp38 //! > more nuanced and bears its name better for e.g. `hana::optional`.COMMENT
MEDIUM3rdParty/boost/1.78.0/boost/numeric/ublas/banded.hpp201 return (upper_+i >= j) && i <= ( j + lower_); // Essentially this band has "infinite" positive dimensionsCODE
MEDIUM3rdParty/boost/1.78.0/boost/numeric/ublas/banded.hpp1321 return (upper_+i >= j) && i <= ( j + lower_); // Essentially this band has "infinite" positive dimensionsCODE
MEDIUM…Party/boost/1.78.0/boost/detail/utf8_codecvt_facet.hpp48// Essentially, each library will have its own copy of utf8 code, inCOMMENT
MEDIUM…oost/1.78.0/boost/fiber/detail/spinlock_ttas_futex.hpp86 // utilize 'Binary Exponential Backoff' algorithmCOMMENT
MEDIUM…t/1.78.0/boost/fiber/detail/spinlock_ttas_adaptive.hpp95 // utilize 'Binary Exponential Backoff' algorithmCOMMENT
MEDIUM….0/boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp92 // utilize 'Binary Exponential Backoff' algorithmCOMMENT
MEDIUM…arty/boost/1.78.0/boost/fiber/detail/spinlock_ttas.hpp89 // utilize 'Binary Exponential Backoff' algorithmCOMMENT
MEDIUM…geometry/algorithms/detail/point_is_spike_or_equal.hpp93 // Try using specified robust policyCOMMENT
MEDIUM…geometry/algorithms/detail/point_is_spike_or_equal.hpp141 // Redo, using specified robust policyCOMMENT
MEDIUM…t/geometry/algorithms/detail/sections/sectionalize.hpp968 // and point type related to robust policyCOMMENT
MEDIUM…ost/geometry/algorithms/detail/relate/linear_areal.hpp834// the solution similar to exit_watcher would be more robustCOMMENT
MEDIUM…ost/geometry/algorithms/detail/relate/linear_areal.hpp872// TODO: think about the implementation of the more robust versionCOMMENT
MEDIUM…st/geometry/algorithms/detail/overlay/get_clusters.hpp121 // For now still use robust points for rescaled, otherwise points do not matchCOMMENT
MEDIUM…ry/algorithms/detail/overlay/get_turn_info_helpers.hpp90 // Used ranges - owned by get_turns or (for robust points) by intersection_info_baseCOMMENT
79 more matches not shown…
Self-Referential Comments55 hits · 152 pts
SeverityFileLineSnippetContext
MEDIUMutils/tools/process_examine.py416# Creating an empty dataframeCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/tags.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/version.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/__init__.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/utils.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/requirements.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/_structures.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/markers.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/packaging/specifiers.py1# This file is dual licensed under the terms of the Apache License, VersionCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py1688 # Create an intermediate file based on the path.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py1723 # This function is considered a friend of XcodeSettings, so let it reach intoCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py1262 # This method is a little bit esoteric. Given a remote_object, whichCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/input.py698 # This function is called a lot so for maximum performance, avoidCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/input.py1943 # Create a DependencyGraphNode for each target. Put it into a dict for easyCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/input.py1995 # Create a DependencyGraphNode for each gyp file containing a target. PutCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/MSVSSettings.py365 # Create a bogus validator that looks for '0', '1', or '2'COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py980 # Create an intermediate file to store preprocessed results.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/xcode.py720 # Create an XCTarget subclass object for the target. The type withCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/msvs.py2403 # Create the various element names, following the example set by theCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/android.py68# This file is generated by gyp; do not edit.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/make.py398# Define a dir function that can handle spaces.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/make.py482# Define an escape_quotes function to escape single quotes.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/make.py487# Define an escape_vars function to escape '$' variable syntax.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/make.py667# This file is generated by gyp; do not edit.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/make.py1333 # Create an intermediate file to store preprocessed results.COMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/make.py2024 # Create a symlink of libnode.x to libnode.version.xCOMMENT
MEDIUM3rdParty/boost/1.78.0/libs/python/doc/numpy/conf.py6# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUM3rdParty/boost/1.78.0/libs/gil/doc/conf.py5# 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.py6# This file is part of Boost.uBLAS. It is made available under theCOMMENT
MEDIUM3rdParty/boost/1.78.0/libs/hof/doc/conf.py12# This file is execfile()d with the current directory set to itsCOMMENT
MEDIUM…Party/icu-legacy/icu64/test/perf/perldriver/Dataset.pm17# Create a new Dataset with the given data.COMMENT
MEDIUM3rdParty/zlib/zlib-1.2.13/os400/make.sh164# Create the OS/400 library if it does not exist.COMMENT
MEDIUM3rdParty/zlib/zlib-1.2.13/os400/make.sh172# Create the DOCS source file if it does not exist.COMMENT
MEDIUM3rdParty/zlib/zlib-1.2.13/os400/make.sh194# Create the OS/400 source program file for the C header files.COMMENT
MEDIUM3rdParty/zlib/zlib-1.2.13/os400/make.sh205# Create the IFS directory for the C header files.COMMENT
MEDIUM3rdParty/snowball/libstemmer/mkalgorithms.pl66# This file is generated by mkalgorithms.pl from a list of module names.COMMENT
MEDIUM3rdParty/snowball/libstemmer/mkmodules.pl194# This file is generated by mkmodules.pl from a list of module names.COMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh1402# This file is a library for parsing options in your shell scripts alongCOMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh2594# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh2604# This function implements the same check as func_lalib_p withoutCOMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh2627# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh2637# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh2662# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh2802# Create a libtool object file (analogous to a ".la" file),COMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh7570 # Create the object directory.COMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh10249 # Create the old-style object.COMMENT
MEDIUM3rdParty/libunwind/v1.7.2/config/ltmain.sh10269 # Create an invalid libtool object if no PIC, so that we don'tCOMMENT
MEDIUM3rdParty/s2geometry/master/doc/examples/term_index.py44 # Create a set of "documents" to be indexed. Each document consists of aCOMMENT
MEDIUM3rdParty/s2geometry/master/doc/examples/term_index.py57 # Create an indexer suitable for an index that contains points only.COMMENT
MEDIUM.circleci/tests_unit/test_circleci_generator.py991 # Create a job with x64 architecture constraint at job levelCOMMENT
MEDIUM.circleci/tests_unit/test_circleci_generator.py998 # Create a job without architecture constraintCOMMENT
MEDIUM.circleci/tests_unit/test_circleci_generator.py1032 # Create a job with x64 architecture constraint at job levelCOMMENT
MEDIUM.circleci/tests_unit/test_circleci_generator.py1061 # Create a job with aarch64 architecture constraintCOMMENT
MEDIUM.circleci/tests_unit/test_circleci_generator.py1084 # Create a job without architecture constraintCOMMENT
MEDIUM.circleci/src/config_lib.py357 # Create a copy of selfCOMMENT
Hallucination Indicators15 hits · 150 pts
SeverityFileLineSnippetContext
CRITICAL…admin/aardvark/APP/frontend/js/lib/jquery-2.1.0.min.js3while(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.js1!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.js270 expect(leaders).to.have.length.of.at.least(2);CODE
CRITICAL…8.0/libs/python/doc/html/numpy/_static/jquery-3.1.0.js7441jQuery.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.js4if(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.seCODE
CRITICAL…boost/1.78.0/libs/gil/doc/html/_static/jquery-3.1.0.js7441jQuery.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.js4if(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.seCODE
CRITICAL3rdParty/boost/1.78.0/libs/hana/doc/js/highcharts.js482this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(f.x,f.y,f.r+a,f.r+a,{innerR:fCODE
CRITICAL3rdParty/boost/1.78.0/libs/hana/doc/js/highcharts.js529d.colorIndex)+(this.className?" "+this.className:""),visibility:k,zIndex:-1}),t.point=this,b.styledMode||t.attr(q({fill:CODE
CRITICAL3rdParty/boost/1.78.0/libs/hana/doc/html/highcharts.js482this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(f.x,f.y,f.r+a,f.r+a,{innerR:fCODE
CRITICAL3rdParty/boost/1.78.0/libs/hana/doc/html/highcharts.js529d.colorIndex)+(this.className?" "+this.className:""),visibility:k,zIndex:-1}),t.point=this,b.styledMode||t.attr(q({fill:CODE
CRITICAL3rdParty/boost/1.78.0/libs/hana/doc/html/jquery.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):fCODE
CRITICAL3rdParty/boost/1.78.0/libs/hana/doc/html/jquery.js8(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.js7441jQuery.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.js4if(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.seCODE
Deep Nesting156 hits · 146 pts
SeverityFileLineSnippetContext
LOW…itor/AsyncRegistry/PrettyPrinter/src/pretty-printer.py99CODE
LOW…common/test-data/search/docs/generate_ii_sa_dataset.py15CODE
LOWutils/checkLogIds.py13CODE
LOWutils/tools/process_examine.py64CODE
LOWutils/tools/process_examine.py77CODE
LOWutils/tools/process_examine.py164CODE
LOWutils/tools/process_examine.py178CODE
LOWutils/tools/process_examine.py226CODE
LOWutils/tools/process_examine.py241CODE
LOWutils/tools/process_examine.py291CODE
LOWscripts/test/testing_runner.py70CODE
LOWscripts/test/testing_runner.py253CODE
LOWscripts/test/testing_runner.py308CODE
LOWscripts/test/testing_runner.py548CODE
LOWscripts/test/async_client.py361CODE
LOWscripts/test/monkeypatch_psutil.py47CODE
LOWlib/iresearch/scripts/Prometheus/PythonBenchmark.py308CODE
LOWlib/iresearch/scripts/Prometheus/PythonBenchmark.py61CODE
LOWlib/iresearch/scripts/Prometheus/PythonBenchmark.py145CODE
LOWlib/iresearch/scripts/Prometheus/PythonBenchmark.py214CODE
LOWlib/iresearch/scripts/gtest-parallel/gtest_parallel.py568CODE
LOWlib/iresearch/scripts/gtest-parallel/gtest_parallel.py629CODE
LOWlib/iresearch/scripts/gtest-parallel/gtest_parallel.py342CODE
LOWlib/iresearch/scripts/gtest-parallel/gtest_parallel.py637CODE
LOW3rdParty/v8-build/gyp/tools/pretty_sln.py35CODE
LOW3rdParty/v8-build/gyp/tools/pretty_vcproj.py152CODE
LOW3rdParty/v8-build/gyp/tools/pretty_vcproj.py210CODE
LOW3rdParty/v8-build/gyp/tools/pretty_gyp.py118CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/tags.py229CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/tags.py351CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/tags.py383CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/metadata.py295CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/metadata.py668CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/version.py452CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/markers.py137CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/_manylinux.py207CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/specifiers.py953CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/msvs_emulation.py1106CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py64CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py571CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcode_emulation.py1018CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py305CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py587CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py760CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py1408CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py1720CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py2107CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py2488CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/xcodeproj_file.py2894CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/MSVSVersion.py435CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/MSVSUtil.py74CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/__init__.py230CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/__init__.py331CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/ninja_syntax.py124CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py49CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py76CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py362CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py325CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py674CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py692CODE
96 more matches not shown…
Synthetic Comment Markers18 hits · 139 pts
SeverityFileLineSnippetContext
HIGH…rangodb/testutils/aql-graph-traversal-generic-tests.js306 // check that we've only got as many paths as requestedCOMMENT
HIGH…lication2-supervision-replicated-log-target-cluster.js839 // 7. update flags from target (as requested during the test, now allowing new participant as a leader)COMMENT
HIGH3rdParty/boost/1.78.0/boost/timer/config.hpp20// enable dynamic or static linking as requested --------------------------------------//COMMENT
HIGH…/1.78.0/boost/dynamic_bitset/detail/dynamic_bitset.hpp102 // Automatically generated by GPTableGen.exe v.1.0COMMENT
HIGH3rdParty/boost/1.78.0/boost/system/config.hpp38// enable dynamic or static linking as requested --------------------------------------//COMMENT
HIGH3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp27 // Inherit from standard exceptions as requested during review.COMMENT
HIGH3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp51 // Inherit from standard exceptions as requested during review.COMMENT
HIGH3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp72 // Inherit from standard exceptions as requested during review.COMMENT
HIGH3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp96 // Inherit from standard exceptions as requested during review.COMMENT
HIGH3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp119 // Inherit from standard exceptions as requested during review.COMMENT
HIGH3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp140 // Inherit from standard exceptions as requested during review.COMMENT
HIGH3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp161 // Inherit from standard exceptions as requested during review.COMMENT
HIGH3rdParty/boost/1.78.0/boost/numeric/ublas/exception.hpp182 // Inherit from standard exceptions as requested during review.COMMENT
HIGH3rdParty/boost/1.78.0/boost/thread/detail/singleton.hpp20// a class on demand, then dish it out as requested.COMMENT
HIGH…/distribution_explorer/Properties/Settings.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…distribution_explorer/Properties/Resources.Designer.cs3// This code was generated by a tool.COMMENT
HIGH…bs/math/include_private/boost/math/tools/test_data.hpp516 // Generate a set of test points as requested, try and generate pointsCOMMENT
HIGH3rdParty/text/include/boost/text/config.hpp86// enable dynamic or static linking as requestedCOMMENT
Slop Phrases65 hits · 129 pts
SeverityFileLineSnippetContext
LOWarangod/RestHandler/RestLogInternalHandler.cpp93 // well? Don't forget to update the deserializer that reads the response!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h85 // NOTE: if adding fields don't forget to modify the default constructor !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h86 // NOTE: if adding fields don't forget to modify the copy constructor !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h87 // NOTE: if adding fields don't forget to modify the move constructor !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h88 // NOTE: if adding fields don't forget to modify the comparison operator !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h89 // NOTE: if adding fields don't forget to modify IResearchLinkMeta::Mask !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h90 // NOTE: if adding fields don't forget to modify IResearchLinkMeta::MaskCOMMENT
LOWarangod/IResearch/IResearchViewMeta.h91 // constructor !!! NOTE: if adding fields don't forget to modify the init(...)COMMENT
LOWarangod/IResearch/IResearchViewMeta.h92 // function !!! NOTE: if adding fields don't forget to modify the json(...)COMMENT
LOWarangod/IResearch/IResearchViewMeta.h93 // function !!! NOTE: if adding fields don't forget to modify the memory()COMMENT
LOWarangod/IResearch/IResearchViewMeta.h164 // NOTE: if adding fields don't forget to modify the default constructor !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h165 // NOTE: if adding fields don't forget to modify the copy constructor !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h166 // NOTE: if adding fields don't forget to modify the move constructor !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h167 // NOTE: if adding fields don't forget to modify the comparison operator !!!COMMENT
LOWarangod/IResearch/IResearchViewMeta.h168 // NOTE: if adding fields don't forget to modify IResearchLinkMetaState::MaskCOMMENT
LOWarangod/IResearch/IResearchViewMeta.h169 // !!! NOTE: if adding fields don't forget to modifyCOMMENT
LOWarangod/Aql/Ast.h585 /** Make sure to replace the AstNode* you pass into TraverseAndModifyCOMMENT
LOWarangod/Aql/LimitStats.h53 // Don't forget to update operator== when adding new members!COMMENT
LOWtests/tests.yml52# here, make sure to remove this special case!COMMENT
LOWtests/Futures/FutureTest.cpp726 // (Don't forget to enable ASAN)COMMENT
LOW3rdParty/v8-build/gyp/pylib/packaging/markers.py197 # added here, make sure to mirror/adapt Requirement.COMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/msvs_emulation.py44 # positional arguments. Also make sure to escape the % so that they'reCOMMENT
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/__init__.py22# List of "official" debug modes, but you can use anything you like.COMMENT
LOW…boost/1.78.0/boost/python/opaque_pointer_converter.hpp172// If you change the below, don't forget to alter the end of type_id.hppCOMMENT
MEDIUM…s/detail/hypergeometric_1F1_addition_theorems_on_z.hpp250 // I'm unable to find any situation where this series isn't divergent and thereforeCOMMENT
LOW3rdParty/boost/1.78.0/boost/hana/fwd/type.hpp501 //! `std::integral_constant`s, don't forget to include theCOMMENT
MEDIUM…ty/boost/1.78.0/boost/numeric/odeint/stepper/euler.hpp7 be used for demonstration purposes.CODE
MEDIUM…ty/boost/1.78.0/boost/numeric/odeint/stepper/euler.hpp110 * for real applications. It is only useful for demonstration purposes. Step size control is not provided butCOMMENT
MEDIUM3rdParty/boost/1.78.0/libs/qvm/doc/html/index.html766<p>Any time you need to create a matrix of a particular C&#43;&#43; type from any other compatible matrix type, you can CODE
LOW…le/techniques/no_rules_with_typeof/rule_parser_2_2.cpp37// Don't forget toCOMMENT
LOW…le/techniques/no_rules_with_typeof/rule_parser_2_1.cpp25// Don't forget toCOMMENT
MEDIUM…dParty/boost/1.78.0/libs/spirit/classic/doc/trees.html60<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.html123<dl class="section note"><dt>Note</dt><dd>Don't forget to put both debug and release versions of ICU libraries in this pCODE
MEDIUM…ty/boost/1.78.0/libs/python/example/numpy/gaussian.cpp20 * A 2x2 matrix class, purely for demonstration purposes.COMMENT
MEDIUM…ty/boost/1.78.0/libs/python/example/numpy/gaussian.cpp42 * A 2-element vector class, purely for demonstration purposes.COMMENT
LOW…ion/doc/html/boost_multiprecision/tut/new_backend.html49 Don't forget to mark the functions as <code class="computeroutput"><span class="keyword">inline</span></codeCODE
MEDIUM…boost/1.78.0/libs/serialization/doc/serialization.html534will have to be overridden. Here is a simple example:CODE
MEDIUM….0/libs/phoenix/doc/html/phoenix/starter_kit/more.html30 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.xml471 <para>Don't forget to call the <code>notify</code> function after you'veCODE
MEDIUM…doc/html/variadic_macro_data/vmd_specific_generic.html313 Here is a simple example:CODE
LOW…s/regex/doc/html/boost_regex/configuration/tuning.html75 Defaults to 1024, don't forget to tweak this value if you alterCODE
LOW…oc/html/math_toolkit/special_tut/special_tut_test.html363 error is 1 epsilon. So we'll define a function (don't forget to call it fromCODE
MEDIUM3rdParty/boost/1.78.0/libs/statechart/doc/tutorial.html994 <p>As mentioned earlier, the Configuring state contains a fairly complexCODE
LOW…8.0/libs/hana/doc/html/group__group-_metafunction.html402<li>When using <code>integral</code> with metafunctions returning <code><a class="el" href="structstd_1_1integral__constCODE
MEDIUM…rty/boost/1.78.0/libs/numeric/odeint/doc/reference.xml2988 </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.html66<p>The Euler method is a very simply solver for ordinary differential equations. This method should not be used for realCODE
LOW…boost/1.78.0/libs/intrusive/example/doc_clone_from.cpp70 //Don't forget to free the memory from the second listCOMMENT
MEDIUM…y/boost/1.78.0/libs/json/bench/data/update-center.json1{"connectionCheckUrl":"http://www.google.com/","core":{"buildDate":"Jan 07, 2013","name":"core","sha1":"BOXijYYVSuxWoki+CODE
MEDIUM3rdParty/boost/1.78.0/libs/json/fuzzing/fuzz.sh44# set a timelimit (you may want to adjust this if you run locally)COMMENT
MEDIUM….0/libs/mpl/doc/refmanual/intrinsic-metafunctions.html21<p>It's worth noting that STL counterparts of these metafunctions areCODE
MEDIUM3rdParty/boost/1.78.0/libs/lambda/doc/lambda.xml1168Here is a simple example:CODE
MEDIUM3rdParty/boost/1.78.0/libs/lambda/doc/lambda.xml1196Here is a simple example:CODE
MEDIUM…rty/boost/1.78.0/libs/lambda/doc/detail/lambda_doc.xml1166Here is a simple example:CODE
MEDIUM…rty/boost/1.78.0/libs/lambda/doc/detail/lambda_doc.xml1194Here is a simple example:CODE
MEDIUM…ndixA-AnIntroductiontoPreprocessorMetaprogramming.html2191 <p>It's worth noting that while there is no upper limit on theCODE
MEDIUM….0/libs/convert/doc/html/boost_convert/algorithms.html237 For demonstration purposes the example above is made as simple as possibleCODE
LOW…rty/icu-legacy/icu64/i18n/double-conversion-bignum.cpp419 // Don't forget to update the used_digits and the exponent.COMMENT
MEDIUM3rdParty/icu-legacy/icu64/i18n/unicode/dtfmtsym.h66 * DateFormatSymbols object, they can feel free to modify the date-timeCOMMENT
MEDIUM3rdParty/icu-legacy/icu64/i18n/unicode/dtitvinf.h144 * they can feel free to modify it as necessary.COMMENT
MEDIUM3rdParty/s2geometry/master/src/s2/s2winding_operation.h194 // winding number. As discussed above, the winding number increases by oneCOMMENT
5 more matches not shown…
Structural Annotation Overuse76 hits · 125 pts
SeverityFileLineSnippetContext
LOWarangod/GeneralServer/CommTask.cpp172 // Step 1: In the shutdown phase we simply return 503:COMMENT
LOWarangod/GeneralServer/CommTask.cpp203 // Step 2: Handle server-modes, i.e. bootstrap / DC2DC stuntsCOMMENT
LOWarangod/GeneralServer/CommTask.cpp279 // Step 3: Try to resolve vocbase and useCOMMENT
LOWarangod/GeneralServer/CommTask.cpp310 // Step 4: Check the authentication. Will determine if the user can accessCOMMENT
LOWarangod/GeneralServer/CommTask.cpp340 // Step 5: Update global HLC timestamp from authenticated requestsCOMMENT
LOWarangod/RocksDBEngine/RocksDBVPackIndex.cpp1212 // NOTE: This function needs to use the same hashing on theCOMMENT
LOWarangod/RocksDBEngine/RocksDBMultiDimIndex.cpp878 // NOTE: This function needs to use the same hashing on theCOMMENT
LOWarangod/RocksDBEngine/RocksDBEdgeIndex.cpp719 // NOTE: This function needs to use the same hashing on theCOMMENT
LOWarangod/Aql/ShardLocking.h118 // NOTE: This function will not lazily update the Server listCOMMENT
LOWtests/js/common/test-data/modules/commonjs/bootstrap.py2## WARNING: This file is generatedCOMMENT
LOWtests/js/common/test-data/modules/commonjs/bootstrap.py982 + '## WARNING: This file is generated\n'CODE
LOWtests/Network/MethodsTest.cpp415 // Step 2: Now respond with no errorCOMMENT
LOWtests/Network/MethodsTest.cpp425 // Step 1: Provoke a 421 responseCOMMENT
LOWtests/Network/MethodsTest.cpp357 // Step 1: Provoke a connection errorCOMMENT
LOWtests/Network/MethodsTest.cpp373 // Step 2: Now respond with no errorCOMMENT
LOWtests/Network/MethodsTest.cpp398 // Step 1: Provoke a connection errorCOMMENT
LOWtests/Network/MethodsTest.cpp445 // Step 2: Now respond with no errorCOMMENT
LOWtests/Network/MethodsTest.cpp462 // Step 1: Provoke a ConnectionCanceledCOMMENT
LOWtests/Network/MethodsTest.cpp478 // Step 2: Now respond with no errorCOMMENT
LOWtests/Network/MethodsTest.cpp498 // Step 1: Provoke a data source not found errorCOMMENT
LOWtests/Network/MethodsTest.cpp523 // Step 2: Now respond with no errorCOMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1031 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1070 // Step 2: Determine the interval of legal decimal representations.COMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1078 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1138 // Step 4: Find the shortest decimal representation in the interval of legal representations.COMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1190 // Step 5: Print the decimal representation.COMMENT
LOW…arty/boost/1.78.0/boost/container/detail/flat_tree.hpp910 //Step 1: put new elements in the backCOMMENT
LOW…arty/boost/1.78.0/boost/container/detail/flat_tree.hpp913 //Step 2: sort themCOMMENT
LOW…arty/boost/1.78.0/boost/container/detail/flat_tree.hpp916 //Step 3: only left unique values from the back not already present in the original rangeCOMMENT
LOW…arty/boost/1.78.0/boost/container/detail/flat_tree.hpp924 //Step 4: merge both rangesCOMMENT
LOW3rdParty/boost/1.78.0/boost/hof/mutable.hpp23/// NOTE: This function should be used with caution since many functions areCOMMENT
LOW…t/1.78.0/libs/graph/doc/mcgregor_common_subgraphs.html419<em class="comment">// Step 1: Transform a correspondence map into a membership map. Any vertex -> bool property map wilCODE
LOW…t/1.78.0/libs/graph/doc/mcgregor_common_subgraphs.html426<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.txt23/// NOTE: This function should be used with caution since many functions areCOMMENT
LOW…Party/icu-legacy/icu64/tools/gensprep/filterRFC3454.pl28$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.txt9# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDITCOMMENT
LOW…Party/icu-legacy/icu64/test/testdata/nfs4_cis_prep.txt446# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDITCOMMENT
LOW…y/icu-legacy/icu64/test/testdata/nfs4_mixed_prep_p.txt9# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDITCOMMENT
LOW…y/icu-legacy/icu64/test/testdata/nfs4_mixed_prep_s.txt9# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDITCOMMENT
LOW…y/icu-legacy/icu64/test/testdata/nfs4_mixed_prep_s.txt446# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDITCOMMENT
LOW…rty/icu-legacy/icu64/test/testdata/nfs4_cs_prep_ci.txt9# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDITCOMMENT
LOW…rty/icu-legacy/icu64/test/testdata/nfs4_cs_prep_ci.txt446# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDITCOMMENT
LOW…rty/icu-legacy/icu64/test/testdata/nfs4_cs_prep_cs.txt9# WARNING: This table is generated by filterRFC3454.pl tool. DO NOT EDITCOMMENT
LOW3rdParty/icu-legacy/icu64/test/intltest/calregts.cpp622// NOTE: This function does not exist! jitterbug #3016COMMENT
LOW3rdParty/icu-legacy/icu64/test/intltest/idnaref.cpp384 //Step 7: prepend the ACE prefixCOMMENT
LOW3rdParty/icu-legacy/icu64/test/intltest/idnaref.cpp386 //Step 6: copy the contents in b2 into destCOMMENT
LOW3rdParty/icu-legacy/icu64/common/uidna.cpp318 // Step 4: if the source is ASCII then proceed to step 8COMMENT
LOW3rdParty/icu-legacy/icu64/common/uidna.cpp366 //Step 7: prepend the ACE prefixCOMMENT
LOW3rdParty/icu-legacy/icu64/common/uidna.cpp368 //Step 6: copy the contents in b2 into destCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/number_scientific.cpp85 // NOTE: This method is only called one place, NumberRangeFormatterImpl.COMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc4518.txt14# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc3530csci.txt14# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc3530csci.txt454# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc3920res.txt14# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc3722.txt14# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc3722.txt455# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc3920node.txt14# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc3920node.txt455# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc4505.txt14# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
LOW3rdParty/icu-legacy/icu64/data/sprep/rfc3491.txt14# WARNING: This table is generated by filterRFC3454.pl tool withCOMMENT
16 more matches not shown…
Verbosity Indicators61 hits · 104 pts
SeverityFileLineSnippetContext
LOWarangod/Cluster/SynchronizeShard.cpp1680 // we need to check if res is ok() in order to not trigger aCOMMENT
LOWarangod/Cluster/ClusterCollectionMethods.cpp212 // If so, we need to check if any of its shards currently haveCOMMENT
LOWarangod/GeneralServer/HttpCommTask.cpp680 // the response. in this case we need to check if the header was already setCOMMENT
LOWarangod/GeneralServer/CommTask.cpp172 // Step 1: In the shutdown phase we simply return 503:COMMENT
LOWarangod/GeneralServer/CommTask.cpp203 // Step 2: Handle server-modes, i.e. bootstrap / DC2DC stuntsCOMMENT
LOWarangod/GeneralServer/CommTask.cpp279 // Step 3: Try to resolve vocbase and useCOMMENT
LOWarangod/GeneralServer/CommTask.cpp310 // Step 4: Check the authentication. Will determine if the user can accessCOMMENT
LOWarangod/GeneralServer/CommTask.cpp340 // Step 5: Update global HLC timestamp from authenticated requestsCOMMENT
LOWarangod/GeneralServer/H2CommTask.cpp800 // with the response. in this case we need to check if the header wasCOMMENT
LOWarangod/RocksDBEngine/RocksDBWalAccess.cpp858 // we need to check if the builder is bigger than the chunksize,COMMENT
LOWarangod/RocksDBEngine/RocksDBWalAccess.cpp959 // we need to check if the builder is bigger than the chunksize,COMMENT
LOWarangod/RocksDBEngine/RocksDBReplicationTailing.cpp718 // we need to check if the builder is bigger than the chunksize,COMMENT
LOWarangod/Agency/Supervision.cpp3829 // We need to check if:COMMENT
LOWarangod/Aql/Optimizer/Rule/JoinIndexNodes.cpp468 // Now we need to check if the other side is a constant condition.COMMENT
LOWarangod/Aql/Optimizer/Rule/JoinIndexNodes.cpp489 // Therefore, we need to check if the other side is the outVariable ofCOMMENT
LOWtests/Network/MethodsTest.cpp415 // Step 2: Now respond with no errorCOMMENT
LOWtests/Network/MethodsTest.cpp425 // Step 1: Provoke a 421 responseCOMMENT
LOWtests/Network/MethodsTest.cpp357 // Step 1: Provoke a connection errorCOMMENT
LOWtests/Network/MethodsTest.cpp373 // Step 2: Now respond with no errorCOMMENT
LOWtests/Network/MethodsTest.cpp398 // Step 1: Provoke a connection errorCOMMENT
LOWtests/Network/MethodsTest.cpp445 // Step 2: Now respond with no errorCOMMENT
LOWtests/Network/MethodsTest.cpp462 // Step 1: Provoke a ConnectionCanceledCOMMENT
LOWtests/Network/MethodsTest.cpp478 // Step 2: Now respond with no errorCOMMENT
LOWtests/Network/MethodsTest.cpp498 // Step 1: Provoke a data source not found errorCOMMENT
LOWtests/Network/MethodsTest.cpp523 // Step 2: Now respond with no errorCOMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1031 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1070 // Step 2: Determine the interval of legal decimal representations.COMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1078 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1138 // Step 4: Find the shortest decimal representation in the interval of legal representations.COMMENT
LOW3rdParty/taocpp-json/include/tao/json/external/ryu.hpp1190 // Step 5: Print the decimal representation.COMMENT
LOW3rdParty/boost/1.78.0/boost/math/complex/atanh.hpp107 // This section handles exception cases that would normally causeCOMMENT
LOW…arty/boost/1.78.0/boost/container/detail/flat_tree.hpp910 //Step 1: put new elements in the backCOMMENT
LOW…arty/boost/1.78.0/boost/container/detail/flat_tree.hpp913 //Step 2: sort themCOMMENT
LOW…arty/boost/1.78.0/boost/container/detail/flat_tree.hpp916 //Step 3: only left unique values from the back not already present in the original rangeCOMMENT
LOW…arty/boost/1.78.0/boost/container/detail/flat_tree.hpp924 //Step 4: merge both rangesCOMMENT
LOW…/geometry/algorithms/detail/buffer/buffer_policies.hpp234 // Neither we need to check if they are inside concave helper piecesCOMMENT
LOW…t/1.78.0/libs/graph/doc/mcgregor_common_subgraphs.html419<em class="comment">// Step 1: Transform a correspondence map into a membership map. Any vertex -> bool property map wilCODE
LOW…t/1.78.0/libs/graph/doc/mcgregor_common_subgraphs.html426<em class="comment">// Step 2: Use the membership map from Step 1 to obtain a filtered graph</em>CODE
LOW3rdParty/icu-legacy/icu64/test/intltest/idnaref.cpp384 //Step 7: prepend the ACE prefixCOMMENT
LOW3rdParty/icu-legacy/icu64/test/intltest/idnaref.cpp386 //Step 6: copy the contents in b2 into destCOMMENT
LOW3rdParty/icu-legacy/icu64/common/uidna.cpp318 // Step 4: if the source is ASCII then proceed to step 8COMMENT
LOW3rdParty/icu-legacy/icu64/common/uidna.cpp366 //Step 7: prepend the ACE prefixCOMMENT
LOW3rdParty/icu-legacy/icu64/common/uidna.cpp368 //Step 6: copy the contents in b2 into destCOMMENT
LOW3rdParty/icu-legacy/icu64/common/ucnv2022.cpp430/* The purpose of this function is to get around gcc compiler warnings. */COMMENT
LOW3rdParty/icu-legacy/icu64/common/locmap.cpp1166 // The purpose of this function is to leverage the Windows platform name->lcidCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/usearch.cpp1260 // this totally matches, however we need to check if it is repeatingCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/usearch.cpp1936 // this totally matches, however we need to check if it is repeatingCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/usearch.cpp2107 // this totally matches, however we need to check if it is repeatingCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/usearch.cpp2575 // this totally matches, however we need to check if it is repeatingCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/uregexc.cpp9* description: The purpose of this function is to separate the codepageCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/tzgnames.cpp954 // then we need to check if the name is same with the location name.COMMENT
LOW…y/master/src/s2/s2shapeutil_build_polygon_boundaries.h27// The purpose of this function is to construct polygons consisting ofCOMMENT
LOW3rdParty/frozen/include/frozen/bits/pmh.h54 // Step 0: Bucket max is 2 * sqrt MCOMMENT
LOW3rdParty/frozen/include/frozen/bits/pmh.h182 // Step 1: Place all of the keys into bucketsCOMMENT
LOW3rdParty/frozen/include/frozen/bits/pmh.h185 // Step 2: Sort the buckets to process the ones with the most items first.COMMENT
LOW3rdParty/frozen/include/frozen/bits/pmh.h196 // Step 3: Map the items in buckets into hash tables.COMMENT
LOWclient-tools/Restore/RestoreFeature.cpp833 // Step 3: create collectionsCOMMENT
LOWclient-tools/Restore/RestoreFeature.cpp893 // Step 4: restore data from _analyzers collectionCOMMENT
LOWclient-tools/Restore/RestoreFeature.cpp936 // Step 5: create arangosearch viewsCOMMENT
LOWclient-tools/Restore/RestoreFeature.cpp942 // Step 6: fire up data transferCOMMENT
1 more matches not shown…
Unused Imports97 hits · 97 pts
SeverityFileLineSnippetContext
LOW…itor/AsyncRegistry/PrettyPrinter/src/pretty-printer.py13CODE
LOW…ncRegistry/PrettyPrinter/src/asyncregistry/gdb_data.py1CODE
LOW…egistry/PrettyPrinter/src/asyncregistry/gdb_printer.py6CODE
LOWutils/generateAllMetricsDocumentation.py11CODE
LOWutils/gantt.py2CODE
LOWutils/gantt.py3CODE
LOWutils/gantt.py4CODE
LOWutils/gantt.py10CODE
LOWutils/gantt.py12CODE
LOWutils/gantt.py12CODE
LOWutils/gantt.py12CODE
LOWutils/gantt.py12CODE
LOWutils/gantt.py12CODE
LOWutils/gantt.py12CODE
LOWutils/generateExitCodesFiles.py2CODE
LOWutils/generateErrorfile.py2CODE
LOWutils/examine.py5CODE
LOWutils/examine.py5CODE
LOWutils/examine.py5CODE
LOWutils/examine.py5CODE
LOWutils/process.py6CODE
LOWutils/process.py6CODE
LOWutils/process.py6CODE
LOWutils/process.py6CODE
LOWutils/node-module-licenses.py2CODE
LOWutils/node-module-licenses.py2CODE
LOWscripts/hdf5-vector-index-test.py7CODE
LOWscripts/test/launch_handler.py3CODE
LOWscripts/test/launch_handler.py11CODE
LOWscripts/test/socket_counter.py6CODE
LOWlib/iresearch/scripts/Prometheus/PythonBenchmark.py4CODE
LOWlib/iresearch/scripts/Prometheus/PythonBenchmark.py5CODE
LOWlib/iresearch/scripts/Prometheus/PythonBenchmark.py7CODE
LOWlib/iresearch/scripts/Prometheus/PythonBenchmark.py8CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/_tokenizer.py4CODE
LOW3rdParty/boost/1.78.0/libs/python/doc/numpy/conf.py14CODE
LOW3rdParty/boost/1.78.0/libs/python/doc/numpy/conf.py14CODE
LOW…arty/boost/1.78.0/libs/metaparse/tools/generate_all.py8CODE
LOW3rdParty/boost/1.78.0/libs/gil/doc/conf.py13CODE
LOW3rdParty/boost/1.78.0/libs/gil/doc/conf.py13CODE
LOW…/boost/1.78.0/libs/numeric/odeint/examples/elliptic.py13CODE
LOW…rty/boost/1.78.0/libs/numeric/ublas/benchmarks/plot.py12CODE
LOW…dParty/boost/1.78.0/libs/mpl/doc/src/docutils/setup.py10CODE
LOW…dParty/boost/1.78.0/libs/mpl/doc/src/docutils/setup.py10CODE
LOW…y/boost/1.78.0/libs/mpl/doc/src/refmanual/refmanual.py11CODE
LOW…/src/docutils/tools/doxygen_xml2qbk/sample/make_qbk.py11CODE
LOW….0/libs/histogram/benchmark/histogram_filling_numpy.py1CODE
LOW….0/libs/histogram/benchmark/histogram_filling_numpy.py4CODE
LOW…y/boost/1.78.0/libs/histogram/tools/add_boilerplate.py9CODE
LOW…ty/boost/1.78.0/libs/histogram/doc/fill_performance.py10CODE
LOW…ty/boost/1.78.0/libs/histogram/doc/fill_performance.py16CODE
LOW3rdParty/highway/docs/conf.py14CODE
LOW3rdParty/jemalloc/jemalloc/scripts/gen_travis.py4CODE
LOW3rdParty/icu-legacy/icu64/tools/icu-file-utf8-check.py26CODE
LOW3rdParty/icu-legacy/icu64/test/testdata/BUILDRULES.py6CODE
LOW3rdParty/icu-legacy/icu64/test/testdata/BUILDRULES.py7CODE
LOW3rdParty/icu-legacy/icu64/test/depstest/depstest.py26CODE
LOW3rdParty/icu-legacy/icu64/data/BUILDRULES.py6CODE
LOW3rdParty/icu-legacy/icu64/data/BUILDRULES.py8CODE
LOW3rdParty/icu-legacy/icu64/data/BUILDRULES.py11CODE
37 more matches not shown…
AI Response Leakage12 hits · 96 pts
SeverityFileLineSnippetContext
HIGHtsan_arangodb_suppressions.txt24# a false positive race warning. I have created an according GitHub issue:COMMENT
HIGHtests/js/client/authentication/auth.js1438 // desirable behavior. For now, I've added this test to cover theCOMMENT
HIGHlib/Geo/ShapeContainer.cpp321 // In this implementation we force compiler to generate single jmp table.COMMENT
HIGHlib/Geo/ShapeContainer.cpp405 // In this implementation we manually decrease count of switch cases,COMMENT
HIGH3rdParty/boost/1.78.0/boost/container/string.hpp539//! In this implementation, basic_string has performance characteristics very similar toCOMMENT
HIGH3rdParty/boost/1.78.0/boost/container/string.hpp543//! In this implementation, begin(),COMMENT
HIGH3rdParty/boost/1.78.0/boost/container/string.hpp545//! In this implementation, iterators are only invalidated by member functions thatCOMMENT
HIGH3rdParty/boost/1.78.0/libs/iostreams/doc/faq.html18 <DT><A href="#flush">Why is data I've written to a <CODE>filtering_stream</CODE> not reaching the Sink at the end of tCODE
HIGH3rdParty/boost/1.78.0/libs/iostreams/doc/faq.html20 <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.cs263 /// <remarks>In this implementation, this method does nothing. This is because excessiveCOMMENT
HIGH…zlib/zlib-1.2.13/contrib/dotzlib/DotZLib/GZipStream.cs273 /// <remarks>In this implementation this property is not supported</remarks>COMMENT
HIGH…zlib/zlib-1.2.13/contrib/dotzlib/DotZLib/GZipStream.cs290 /// <remarks>In this implementation this property is not supported</remarks>COMMENT
Cross-Language Confusion15 hits · 68 pts
SeverityFileLineSnippetContext
HIGHutils/node-module-licenses.py4os.system("cd js/node && npx license-checker --relativeLicensePath --json > OUT")CODE
HIGHutils/tools/process_examine.py182 FILTER doc.date > @date_start && doc.date < @date_endSTRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/win_tool.py93 """Emulation of rm -rf out && cp -af in out."""STRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/MSVSProject.py62 platforms: Array of string, the supported platforms. If null, ['Win32']STRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py2603 command="rm -f $out && lipo -create $in -output $out$postbuilds",CODE
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py2609 "rm -f $lib $lib.TOC && lipo -create $in -output $lib$postbuilds &&"CODE
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py2755 command="rm -rf $out && cp -fRP $in $out",CODE
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py2761 command="ln -f $in $out 2>/dev/null || (rm -rf $out && cp -af $in $out)",CODE
HIGH3rdParty/jemalloc/jemalloc/scripts/gen_run_tests.py111 \$@ >> run_test.log 2>&1 || abortCODE
HIGH3rdParty/jemalloc/jemalloc/scripts/gen_run_tests.py119%(config_line)s >> run_test.log 2>&1 || abortCODE
HIGH3rdParty/jemalloc/jemalloc/scripts/gen_travis.py44 scripts/gen_travis.py > travis_script && diff .travis.yml travis_scriptCODE
HIGH3rdParty/text/scripts/generate_unicode_break_tests.py144 if (cps[idx] < 0x2066 || 0x2069 < cps[idx]) {{CODE
HIGH3rdParty/text/scripts/generate_unicode_break_tests.py163 if (cps[idx] < 0x2066 || 0x2069 < cps[idx]) {{CODE
HIGH3rdParty/text/scripts/generate_unicode_data.py159 mv relative_collation_test_* ../test && mv *cpp ../test/generated'''CODE
HIGH3rdParty/text/scripts/generate_unicode_data.py215 mv *cpp ../src && mv *hpp ../include/boost/text/detail'''CODE
Excessive Try-Catch Wrapping44 hits · 57 pts
SeverityFileLineSnippetContext
MEDIUMjs/client/modules/@arangodb/testsuites/go.js227 print("Error while parsing line? - " + x);CODE
MEDIUM…client/modules/@arangodb/testutils/instance-manager.js618 print("Error cleaning up: ", e, e.stack);CODE
MEDIUM…ation2/replication2-replicated-state-document-store.js1191 print("Error: ", e);CODE
LOWscripts/hdf5-vector-index-test.py107 except Exception as e:CODE
LOWscripts/test/testing_runner.py66 except Exception as exc:CODE
LOWscripts/test/testing_runner.py131 except Exception as ex:CODE
LOWscripts/test/testing_runner.py458 except Exception as ex:CODE
LOWscripts/test/testing_runner.py578 except Exception as ex:CODE
LOWscripts/test/testing_runner.py592 except Exception as ex:CODE
LOWscripts/test/launch_handler.py31 except Exception as exc:CODE
LOWscripts/test/arangosh.py35 except Exception:CODE
LOWscripts/test/arangosh.py53 except Exception:CODE
LOWscripts/test/site_config.py67 except Exception as ex:CODE
LOWscripts/test/test_launch_controller.py83 except Exception as exc:CODE
LOWscripts/test/tools/killall.py102 except Exception as ex:CODE
LOWlib/iresearch/scripts/gtest-parallel/gtest_parallel.py560 except Exception:CODE
MEDIUMlib/iresearch/scripts/gtest-parallel/gtest_parallel.py556def __read_test_times_file(fd):CODE
LOW3rdParty/v8-build/gyp/gyp_main.py20 except Exception:CODE
LOW3rdParty/v8-build/gyp/gyp_main.py33 except Exception:CODE
MEDIUM3rdParty/v8-build/gyp/gyp_main.py24def UnixifyPath(path):CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/__init__.py35 except Exception:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/common.py360 except Exception:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/common.py407 except Exception:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/common.py653 except Exception:STRING
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/common.py369def close(self):CODE
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/common.py646def IsCygwin():CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py165 except Exception:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py603 except Exception:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py241 except Exception as e:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py262 except Exception as e:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py491 except Exception as e:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py549 except Exception as e:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py969 except Exception as e:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/input.py2990 except Exception as e:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/xcode.py158 except Exception:CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/xcode.py513 except Exception:CODE
MEDIUM3rdParty/v8-build/gyp/pylib/gyp/generator/analyzer.py589 print("Error writing to output file", output_path, str(e))CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/analyzer.py803 except Exception as e:CODE
MEDIUM3rdParty/icu-legacy/icu64/tools/icu-file-utf8-check.py63 print("Error: %s is a source code file but contains non-utf-8 bytes." % file_name)CODE
MEDIUM3rdParty/icu-legacy/icu64/test/depstest/depstest.py223 print("Error: There were errors, please fix them and re-run. Processing may have terminated abnormally.")CODE
MEDIUM3rdParty/icu-legacy/icu64/data/BUILDRULES.py22 print("Error: Cannot find data directory; please specify --src_dir", file=sys.stderr)CODE
MEDIUM3rdParty/icu-legacy/icu64/data/buildtool/filtration.py43 print("Error: Unknown filterType option: %s" % filter_type, file=sys.stderr)CODE
MEDIUM3rdParty/icu-legacy/icu64/data/buildtool/__main__.py136 print("Error: Could not read filter file %s." % args.filter_file, file=sys.stderr)STRING
LOW.circleci/generate_config.py378 except Exception as exc:CODE
Fake / Example Data37 hits · 44 pts
SeverityFileLineSnippetContext
LOW…/system/_admin/aardvark/APP/frontend/js/lib/select2.js847 this.search.attr("placeholder", opts.searchInputPlaceholder);CODE
LOW…/system/_admin/aardvark/APP/frontend/js/lib/select2.js2058 return this.opts.element.attr("placeholder") ||CODE
LOW…/system/_admin/aardvark/APP/frontend/js/lib/select2.js2060 this.opts.element.data("placeholder") ||CODE
LOW…/system/_admin/aardvark/APP/frontend/js/lib/select2.js2903 if (this.search.attr('placeholder') && this.search.val().length == 0) return;CODE
LOW…_admin/aardvark/APP/frontend/js/views/documentsView.js1223 $("#docsSort").attr("placeholder", "Sort limit reached (docs count)");CODE
LOW…_admin/aardvark/APP/frontend/js/views/documentsView.js1226 $("#docsSort").attr("placeholder", "Sort by attribute");CODE
LOWtests/js/common/v8/shell-v8-crypto.js543 const message = {sub: '1234567890', name: 'John Doe', admin: true, iat: 1516239022};CODE
LOWtests/js/client/shell/multi/shell-fulltext-sjssimple.js1426 collection.save({ text: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor inCODE
LOWtests/js/client/shell/multi/shell-fulltext-sjssimple.js1426 collection.save({ text: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor inCODE
LOWtests/js/client/shell/multi/shell-fulltext-sjssimple.js1427 collection.save({ text: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor inCODE
LOWtests/js/client/shell/multi/shell-fulltext-sjssimple.js1427 collection.save({ text: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor inCODE
LOW…ts/js/client/shell/api/aardvark-graphvisualizer-sjs.js669 const LARGE_STRING = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labCODE
LOW…ts/js/client/shell/api/aardvark-graphvisualizer-sjs.js669 const LARGE_STRING = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labCODE
LOWtests/js/client/aql/aql-functions-types.js160 [ "foo@bar.com", true ],CODE
LOWtests/js/client/aql/aql-functions-string.js574 [ "Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical LatinCODE
LOWtests/js/client/aql/aql-functions-string.js574 [ "Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical LatinCODE
LOW3rdParty/boost/1.78.0/libs/yap/doc/yap_reference.xml185</struct><struct name="placeholder"><template>CODE
LOW…Party/boost/1.78.0/libs/type_erasure/doc/reference.xml1510<struct name="_a"><inherit access="public">boost::type_erasure::placeholder</inherit></struct><struct name="_b"><inheritCODE
LOW…8.0/libs/json/doc/html/json/dom/initializer_lists.html33 <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.html17<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.xml937 </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>&lt; T, FallbackPolicyCODE
LOW…oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml945 </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>&lt; T, FallbackPolicyCODE
LOW…oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml1408 </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>&lt; T, FallbackPolicyCODE
LOW…oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml1416 </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>&lt; T, FallbackPolicyCODE
LOW…oost/1.78.0/libs/log/doc/tmp/expressions_reference.xml1444 </template><parameter name="placeholder"><paramtype><classname>attribute_actor</classname>&lt; T, FallbackPolicyCODE
LOW3rdParty/boost/1.78.0/libs/xpressive/doc/autodoc.xml2628</struct><struct name="placeholder"><template>CODE
LOW3rdParty/jemalloc/jemalloc/src/prof_recent.c85 * "placeholder"; the real recording of the allocation requires a lockCOMMENT
LOW…egacy/icu64/test/intltest/numbertest_stringbuilder.cpp91 { u"lorem ipsum dolor sit amet", 8, 8 },CODE
LOW…egacy/icu64/test/intltest/numbertest_stringbuilder.cpp91 { u"lorem ipsum dolor sit amet", 8, 8 },CODE
LOW…egacy/icu64/test/intltest/numbertest_stringbuilder.cpp92 { u"lorem ipsum dolor sit amet", 8, 11 }, // 3 chars, equal to replacement "xyz"CODE
LOW…egacy/icu64/test/intltest/numbertest_stringbuilder.cpp92 { u"lorem ipsum dolor sit amet", 8, 11 }, // 3 chars, equal to replacement "xyz"CODE
LOW…egacy/icu64/test/intltest/numbertest_stringbuilder.cpp93 { u"lorem ipsum dolor sit amet", 8, 18 } }; // 10 chars, larger than several replacementsCODE
LOW…egacy/icu64/test/intltest/numbertest_stringbuilder.cpp93 { u"lorem ipsum dolor sit amet", 8, 18 } }; // 10 chars, larger than several replacementsCODE
LOW3rdParty/text/example/breaks.cpp205 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "CODE
LOW3rdParty/text/example/breaks.cpp205 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "CODE
LOW3rdParty/text/example/breaks.cpp215Lorem ipsum dolor sit amet, consectetur adipiscing elit,CODE
LOW3rdParty/text/example/breaks.cpp215Lorem ipsum dolor sit amet, consectetur adipiscing elit,CODE
Example Usage Blocks25 hits · 38 pts
SeverityFileLineSnippetContext
LOWutils/generateAllMetricsDocumentation.py17# Usage:COMMENT
LOWutils/makeDashboards.py15# Usage:COMMENT
LOWscripts/hdf5-vector-index-test.py24# Example usage:COMMENT
LOW…/boost/python/suite/indexing/vector_indexing_suite.hpp30 // Example usage:COMMENT
LOW…8.0/boost/python/suite/indexing/map_indexing_suite.hpp31 // Example usage:COMMENT
LOW…boost/1.78.0/boost/iostreams/detail/select_by_size.hpp24// Example usage:COMMENT
LOW…st/1.78.0/libs/compatibility/generate_cpp_c_headers.py4# Usage:COMMENT
LOW…/libs/math/tools/bessel_derivative_append_negative.cpp11// Usage example:COMMENT
LOW…boost/1.78.0/libs/predef/tools/ci/linux-cxx-install.sh3# Usage:COMMENT
LOW…ost/1.78.0/libs/predef/tools/ci/macos-xcode-install.sh3# Usage:COMMENT
LOW3rdParty/icu-legacy/icu64/common/rbbicst.pl11# Usage:COMMENT
LOW3rdParty/icu-legacy/icu64/common/ucase.cpp1319# Usage:COMMENT
LOW3rdParty/icu-legacy/icu64/i18n/regexcst.pl12# Usage:COMMENT
LOW3rdParty/s2geometry/master/src/s2/sequence_lexicon.h43// Example usage:COMMENT
LOW3rdParty/s2geometry/master/src/s2/s2edge_crosser.h33// Example usage:COMMENT
LOW3rdParty/s2geometry/master/src/s2/value_lexicon.h41// Example usage:COMMENT
LOW…y/s2geometry/master/src/s2/s2shapeutil_edge_iterator.h26// Example usage:COMMENT
LOW3rdParty/s2geometry/master/src/s2/s2boolean_operation.h196// Example usage:COMMENT
LOW…geometry/master/src/s2/s2shape_index_buffered_region.h45// Example usage:COMMENT
LOW…Party/s2geometry/master/src/s2/s2region_term_indexer.h58// Example usage:COMMENT
LOW…arty/s2geometry/master/src/s2/s2contains_point_query.h73// Example usage:COMMENT
LOW3rdParty/s2geometry/master/src/s2/id_set_lexicon.h47// Example usage:COMMENT
LOW…dParty/s2geometry/master/src/s2/s2shape_index_region.h54// Example usage:COMMENT
LOW…aster/src/s2/s2builderutil_get_snapped_winding_delta.h81// Example usage:COMMENT
LOW3rdParty/s2geometry/master/src/s2/util/math/mathutil.h65 // Example usage:COMMENT
Cross-File Repetition7 hits · 35 pts
SeverityFileLineSnippetContext
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py0calculate additional variables for use in the build (called by gyp).STRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/cmake.py0calculate additional variables for use in the build (called by gyp).STRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/analyzer.py0calculate additional variables for use in the build (called by gyp).STRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/make.py0calculate additional variables for use in the build (called by gyp).STRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/eclipse.py0calculate the generator specific info that gets fed to input (called by gyp).STRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/generator/make.py0calculate the generator specific info that gets fed to input (called by gyp).STRING
HIGH…-build/gyp/pylib/gyp/generator/dump_dependency_json.py0calculate the generator specific info that gets fed to input (called by gyp).STRING
Docstring Block Structure5 hits · 25 pts
SeverityFileLineSnippetContext
HIGH3rdParty/v8-build/gyp/pylib/gyp/common.py590Topologically sort based on a user provided edge definition. Args: graph: A list of node names. get_edges: A STRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/mac_tool.py493Finds the .mobileprovision file to use for signing the bundle. Checks all the installed provisioning profiles (or iSTRING
HIGH3rdParty/v8-build/gyp/pylib/gyp/MSVSSettings.py91Returns the MSBuild equivalent of the MSVS value given. Args: value: the MSVS value to convert. Returns:STRING
HIGH.circleci/generate_config.py31 Parse driver-branch-overrides argument into a dictionary. Args: driver_branch_overrides: Colon-separatSTRING
HIGH.circleci/src/config_lib.py29 Generic helper to parse enum from string, case-insensitive. Args: enum_class: The enum class to parse STRING
Redundant / Tautological Comments18 hits · 22 pts
SeverityFileLineSnippetContext
LOW3rdParty/v8-build/gyp/pylib/packaging/metadata.py587 # Check if content-type is valid or defaulted to `text/plain` and thus wasCOMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/MSVSNew.py254 # Open file and print headerCOMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/ninja.py853 # Check if this file is copied into the current bundle,COMMENT
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/msvs.py723 # Add makefile to list of sources.COMMENT
LOW3rdParty/boost/1.78.0/libs/gil/doc/conf.py176# Set it to None or the empty string to disable permalinks.COMMENT
LOW3rdParty/icu-legacy/icu64/test/depstest/depstest.py121 # Check if already cached.COMMENT
LOW…y/icu-legacy/icu64/test/perf/collationperf/CollPerf.pl143# Print the results in a HTML pageCOMMENT
LOW3rdParty/icu-legacy/icu64/common/rbbicst.pl206# Assign numbers to each of the character classes classes used.COMMENT
LOW3rdParty/icu-legacy/icu64/data/buildtool/filtration.py198 # Check if we are a descendant of a *requested* locale.COMMENT
LOW3rdParty/zlib/zlib-1.2.13/os400/make.sh66# Set LINK to "YES" if the module has been compiled.COMMENT
LOW3rdParty/libunwind/v1.7.2/config/ltmain.sh623# Set func_arith_result to the result of evaluating TERMs.COMMENT
LOW3rdParty/libunwind/v1.7.2/config/ltmain.sh647# Set func_basename_result to FILE with everything up to and includingCOMMENT
LOW3rdParty/libunwind/v1.7.2/config/ltmain.sh813# Set func_len_result to the length of STRING. STRING may notCOMMENT
LOW3rdParty/libunwind/v1.7.2/config/ltmain.sh1031# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.COMMENT
LOW3rdParty/libunwind/v1.7.2/config/ltmain.sh4003 # Check if any of the arguments is a wrapper script.COMMENT
LOW3rdParty/libunwind/v1.7.2/config/ltmain.sh9972 # Loop over the list of objects to be linked.COMMENT
LOW.circleci/src/config_lib.py437 # Check if we have direct 'extra_args' fieldCOMMENT
LOW.circleci/src/config_lib.py885 # Check if this is the driver test format with 'jobProperties' and 'tests'COMMENT
TODO Padding10 hits · 15 pts
SeverityFileLineSnippetContext
LOW…/geometry/algorithms/detail/equals/collect_vectors.hpp269// TODO: implement collected_vector type for geographicCOMMENT
LOW…y/boost/1.78.0/boost/geometry/srs/projections/spar.hpp50// TODO: implement this as a sequence utilityCOMMENT
LOW…t/geometry/srs/projections/impl/pj_apply_gridshift.hpp74 // TODO: implement differentlyCOMMENT
LOW…t/geometry/srs/projections/impl/pj_apply_gridshift.hpp139 // TODO: implement differentlyCOMMENT
LOW…st/geometry/policies/robustness/get_rescale_policy.hpp159 // TODO: implement envelope for two (or possibly more geometries)COMMENT
LOW…ometry/geometries/adapted/boost_polygon/ring_proxy.hpp168 // TODO: implement this by resizing the containerCOMMENT
LOW…Party/icu-legacy/icu64/test/perf/collperf/collperf.cpp611 // TODO: implement itCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/rbnf.cpp1514 // TODO: implement UParseErrorCOMMENT
LOW3rdParty/icu-legacy/icu64/i18n/rematch.cpp3920 // TODO: implement transparent bounds. Ticket #6067COMMENT
LOW3rdParty/icu-legacy/icu64/i18n/rematch.cpp5438 // TODO: implement transparent bounds. Ticket #6067COMMENT
AI Structural Patterns6 hits · 6 pts
SeverityFileLineSnippetContext
LOWutils/generateExitCodesFiles.py56CODE
LOWutils/generateErrorfile.py59CODE
LOWscripts/test/async_client.py312CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/ninja_syntax.py42CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/generator/msvs.py886CODE
LOW3rdParty/highway/docs/mm-converter.py44CODE
Modern Structural Boilerplate6 hits · 6 pts
SeverityFileLineSnippetContext
LOW3rdParty/v8-build/gyp/pylib/packaging/tags.py27logger = logging.getLogger(__name__)CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/version.py16__all__ = ["VERSION_PATTERN", "parse", "Version", "InvalidVersion"]CODE
LOW3rdParty/v8-build/gyp/pylib/packaging/markers.py23__all__ = [CODE
LOW3rdParty/v8-build/gyp/pylib/gyp/simple_copy.py15__all__ = ["Error", "deepcopy"]CODE
LOW.circleci/src/__init__.py19__all__ = [CODE
LOW.circleci/src/output_generators/__init__.py5__all__ = ["OutputGenerator"]CODE
Overly Generic Function Names5 hits · 5 pts
SeverityFileLineSnippetContext
LOWjs/server/modules/@arangodb/foxx/graphql.js96 function handleRequest () {CODE
LOW…esearch/scripts/gtest-parallel/gtest_parallel_mocks.py92 def run_task(self, task):CODE
LOWlib/iresearch/scripts/gtest-parallel/gtest_parallel.py280 def run_task(self, task):CODE
LOW3rdParty/boost/1.78.0/libs/locale/doc/html/navtree.js49function getData(varName)CODE
LOW3rdParty/boost/1.78.0/libs/hana/doc/html/navtree.js29function getData(varName)CODE
Modern AI Meta-Vocabulary2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUM…78.0/libs/coroutine/doc/html/coroutine/motivation.html39 <span class="phrase"><a name="coroutine.motivation.event_driven_model"></a></span><a class="link" href="motivationCODE
MEDIUM….0/libs/coroutine2/doc/html/coroutine2/motivation.html38 <span class="phrase"><a name="coroutine2.motivation.event_driven_model"></a></span><a class="link" href="motivatioCODE