Repository Analysis

mysql/mysql-server

MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

5.4 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of mysql/mysql-server, a C++ project with 12,406 GitHub stars. SynthScan v2.0 examined 6,511,749 lines of code across 25918 source files, recording 35767 pattern matches distributed across 21 syntactic categories. The overall adjusted score of 5.4 places this repository in the Low AI signal 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).

5.4
Adjusted Score
5.4
Raw Score
100%
Time Factor
2026-08-27
Last Push
12.4K
Stars
C++
Language
6.5M
Lines of Code
25.9K
Files
35.8K
Pattern Hits
2026-08-29
Scan Date
0.00
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 4HIGH 27MEDIUM 1139LOW 34597

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 35767 distinct pattern matches across 21 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 Block34290 hits · 31572 pts
SeverityFileLineSnippetContext
LOWCMakeLists.txt1# Copyright (c) 2006, 2026, Oracle and/or its affiliates.COMMENT
LOWCMakeLists.txt941# Default ON if we are building server-side plugins.COMMENT
LOWCMakeLists.txt1041# Intended use is primarily to silence warnings from third-party code.COMMENT
LOWCMakeLists.txt1321 ${COMPRESS_DEBUG_SECTIONS_DEFAULT})COMMENT
LOWCMakeLists.txt1361 STRING_APPEND(CMAKE_CXX_FLAGS_RELWITHDEBINFO " -g1")COMMENT
LOWCMakeLists.txt1761COMMENT
LOWCMakeLists.txt1861 ELSE()COMMENT
LOWCMakeLists.txt2181 # make "bundled" builds work as well.COMMENT
LOWCMakeLists.txt2341 STRING_APPEND(CMAKE_CXX_COMPILE_OBJECT " --language=c++ ")COMMENT
LOWCMakeLists.txt2441 ext::icuCOMMENT
LOWCMakeLists.txt2881 SKIP_INSTALLCOMMENT
LOWman/CMakeLists.txt1# Copyright (c) 2006, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/rpm-fedora/CMakeLists.txt1# Copyright (c) 2012, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/rpm-sles/CMakeLists.txt1# Copyright (c) 2012, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/deb-in/CMakeLists.txt1# Copyright (c) 2016, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/rpm-docker/CMakeLists.txt1# Copyright (c) 2012, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/rpm-oel/CMakeLists.txt1# Copyright (c) 2012, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/WiX/CMakeLists.txt1# Copyright (c) 2010, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/WiX/router/CMakeLists.txt1# Copyright (c) 2010, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/solaris/CMakeLists.txt1# Copyright (c) 2012, 2026, Oracle and/or its affiliates.COMMENT
LOWpackaging/solaris/postinstall-solaris.sh1#!/bin/shCOMMENT
LOWpackaging/rpm-common/my_config.h1/*COMMENT
LOWpackaging/rpm-common/my_config.h21#include "my_config_s390.h"COMMENT
LOWpackaging/rpm-common/CMakeLists.txt1# Copyright (c) 2016, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/CMakeLists.txt1# Copyright (c) 2010, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/mytap/CMakeLists.txt1# Copyright (c) 2006, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/mytap/t/CMakeLists.txt1# Copyright (c) 2010, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/examples/CMakeLists.txt1# Copyright (c) 2006, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/examples/CMakeLists.txt21# along with this program; if not, write to the Free SoftwareCOMMENT
LOWunittest/gunit/fake_table.h21 along with this program; if not, write to the Free SoftwareCOMMENT
LOWunittest/gunit/fake_table.h41#include "my_alloc.h"COMMENT
LOWunittest/gunit/CMakeLists.txt1# Copyright (c) 2010, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/test_utils.h21 along with this program; if not, write to the Free SoftwareCOMMENT
LOWunittest/gunit/optimizer_test.h21 along with this program; if not, write to the Free SoftwareCOMMENT
LOWunittest/gunit/optimizer_test.h41#include "my_table_map.h"COMMENT
LOWunittest/gunit/fake_integer_iterator.h21 GNU General Public License, version 2.0, for more details.COMMENT
LOWunittest/gunit/gis_testshapes.h1#ifndef UNITTEST_GUNIT_GIS_TESTSHAPES_H_INCLUDEDCOMMENT
LOWunittest/gunit/fake_string_iterator.h21 GNU General Public License, version 2.0, for more details.COMMENT
LOWunittest/gunit/dd.h21 along with this program; if not, write to the Free SoftwareCOMMENT
LOWunittest/gunit/dd.h41#include "sql/dd/types/parameter.h"COMMENT
LOWunittest/gunit/locks/CMakeLists.txt1# Copyright (c) 2020, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libmysqlgcs/CMakeLists.txt1# Copyright (c) 2016, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/group_replication/CMakeLists.txt1# Copyright (c) 2014, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/memory/CMakeLists.txt1# Copyright (c) 2020, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/binlogevents/CMakeLists.txt1# Copyright (c) 2019, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/changestreams/CMakeLists.txt1# Copyright (c) 2021, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/ranges/CMakeLists.txt1# Copyright (c) 2024, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/strconv/CMakeLists.txt1# Copyright (c) 2024, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/serialization/CMakeLists.txt1# Copyright (c) 2023, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/scheduler/CMakeLists.txt1# Copyright (c) 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/meta/CMakeLists.txt1# Copyright (c) 2023, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/utils/CMakeLists.txt1# Copyright (c) 2023, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/math/CMakeLists.txt1# Copyright (c) 2024, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/concurrency/CMakeLists.txt1# Copyright (c) 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/sets/test_two_containers.h1// Copyright (c) 2024, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/sets/test_two_containers.h21// along with this program; if not, write to the Free SoftwareCOMMENT
LOWunittest/gunit/libs/sets/test_two_containers.h41/// User should pass two containers to test, and a function that computes aCOMMENT
LOWunittest/gunit/libs/sets/test_one_container.h1// Copyright (c) 2024, 2026, Oracle and/or its affiliates.COMMENT
LOWunittest/gunit/libs/sets/test_one_container.h21// along with this program; if not, write to the Free SoftwareCOMMENT
LOWunittest/gunit/libs/sets/set_assertions.h1// Copyright (c) 2024, 2026, Oracle and/or its affiliates.COMMENT
34230 more matches not shown…
AI Slop Vocabulary540 hits · 1929 pts
SeverityFileLineSnippetContext
MEDIUMplugin/x/src/ngs/socket_events.h32#include "mysql/harness/net_ts.h"COMMENT
MEDIUM…ost/boost_1_87_0/boost/multiprecision/cpp_int/misc.hpp640// Essentially this uses the leading digit(s) of U and VCOMMENT
MEDIUM…ost_1_87_0/boost/polygon/detail/voronoi_predicates.hpp51 // Compute robust cross_product: a1 * b2 - b1 * a2.COMMENT
MEDIUM…ost_1_87_0/boost/polygon/detail/voronoi_predicates.hpp214 // Represents the result of the epsilon robust predicate. If theCOMMENT
MEDIUM…ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp18// Epsilon robust predicates give the result within some epsilon relativeCOMMENT
MEDIUM…ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp20// To make algorithm robust and efficient epsilon robust predicates areCOMMENT
MEDIUM…ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp24// robust predicates have undefined value.COMMENT
MEDIUM…ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp32// interval within which epsilon robust predicates have undefined resultCOMMENT
MEDIUM…ost_1_87_0/boost/polygon/detail/voronoi_robust_fpt.hpp50// epsilon robust comparator class is used to store floating point valuesCOMMENT
MEDIUM…st_1_87_0/boost/signals2/detail/slot_call_iterator.hpp72 // Generates a slot call iterator. Essentially, this is an iterator that:COMMENT
MEDIUM…st_1_87_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…/boost/boost_1_87_0/boost/math/optimization/cma_es.hpp187 // We should consider the more robust initialization described there. . .COMMENT
MEDIUM…7_0/boost/math/optimization/differential_evolution.hpp115 // However, we tried using std::async (which should be robust to this particular problem),COMMENT
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
MEDIUMextra/boost/boost_1_87_0/boost/container/vector.hpp2322 //Absolutely experimental. This function might change, disappear or simply crash!COMMENT
MEDIUMextra/boost/boost_1_87_0/boost/hana/fwd/prepend.hpp38 //! > more nuanced and bears its name better for e.g. `hana::optional`.COMMENT
MEDIUMextra/boost/boost_1_87_0/boost/numeric/ublas/banded.hpp201 return (upper_+i >= j) && i <= ( j + lower_); // Essentially this band has "infinite" positive dimensionsCODE
MEDIUMextra/boost/boost_1_87_0/boost/numeric/ublas/banded.hpp1321 return (upper_+i >= j) && i <= ( j + lower_); // Essentially this band has "infinite" positive dimensionsCODE
MEDIUM…boost/boost_1_87_0/boost/detail/utf8_codecvt_facet.hpp48// Essentially, each library will have its own copy of utf8 code, inCOMMENT
MEDIUM…oost_1_87_0/boost/fiber/detail/spinlock_ttas_futex.hpp86 // utilize 'Binary Exponential Backoff' algorithmCOMMENT
MEDIUM…t_1_87_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…oost/boost_1_87_0/boost/fiber/detail/spinlock_ttas.hpp89 // utilize 'Binary Exponential Backoff' algorithmCOMMENT
MEDIUM…ost/geometry/algorithms/detail/relate/linear_areal.hpp929// the solution similar to exit_watcher would be more robustCOMMENT
MEDIUM…ost/geometry/algorithms/detail/relate/linear_areal.hpp967// TODO: think about the implementation of the more robust versionCOMMENT
MEDIUM…st_1_87_0/boost/geometry/policies/relate/direction.hpp91 // THIS IS EQUAL TO arrival_a, arrival_b - they probably can go now we have robust fractionsCOMMENT
MEDIUM…boost/geometry/policies/relate/intersection_points.hpp91 // The conditions "index < 2" are necessary for non-robust handling,COMMENT
MEDIUM…87_0/boost/geometry/strategy/cartesian/side_robust.hpp64\details This predicate determines at which side of a segment a point lies using an algorithm that is adapted from orienCODE
MEDIUM…boost/geometry/strategy/cartesian/in_circle_robust.hpp29\details This predicate determines whether a fourth point lies inside the circumcircle of the first three points using aCODE
MEDIUM…/boost/geometry/strategy/cartesian/side_non_robust.hpp69 //non-robust 1COMMENT
MEDIUM…/boost/geometry/strategy/cartesian/side_non_robust.hpp77 //non-robust 2COMMENT
MEDIUM…boost_1_87_0/boost/charconv/detail/dragonbox/floff.hpp1890 // Compilers are not aware of how to leverage the maximum value ofCOMMENT
MEDIUM…boost_1_87_0/boost/charconv/detail/dragonbox/floff.hpp2497 // Compilers are not aware of how to leverage the maximum value ofCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh345# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh5483# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh9453 # This code stresses the "libraries are programs" paradigm to itsCOMMENT
MEDIUM…tra/gperftools/gperftools-2.15/src/check_address-inl.h68// have second more robust method.COMMENT
MEDIUMextra/gperftools/gperftools-2.15/src/base/sysinfo.h59// On some platforms, this call will utilize the same, static buffer forCOMMENT
MEDIUM…est-1.17.0/googletest/include/gtest/gtest-death-test.h152// This implementation is *not* meant to be as highly tuned or robustCOMMENT
MEDIUM…est-1.17.0/googletest/include/gtest/gtest-death-test.h224// In practice, this can be used to test functions that utilize theCOMMENT
MEDIUM….0/api/include/opentelemetry/trace/span_startoptions.h45 // more nuanced parent identification:COMMENT
MEDIUM…de/opentelemetry/nostd/internal/absl/base/attributes.h41// are not defined as such in any file). To utilize the followingCOMMENT
MEDIUM…clude/opentelemetry/nostd/internal/absl/base/options.h42// Diamond dependency problems can be avoided if all packages utilize the sameCOMMENT
MEDIUM…seil/abseil-cpp-20250814.1/absl/debugging/stacktrace.h27// Note: stack traces in Abseil that do not utilize a symbolizer will result inCOMMENT
MEDIUM…a/abseil/abseil-cpp-20250814.1/absl/meta/type_traits.h477// If it ever becomes possible to detect [[gsl::Owner]], we should leverage it:COMMENT
MEDIUM…a/abseil/abseil-cpp-20250814.1/absl/meta/type_traits.h510// If it ever becomes possible to detect [[gsl::Pointer]], we should leverageCOMMENT
MEDIUM…a/abseil/abseil-cpp-20250814.1/absl/meta/type_traits.h528// we should change the implementation to leverage that.COMMENT
MEDIUM…bseil/abseil-cpp-20250814.1/absl/log/scoped_mock_log.h57// // Simple robust setup, ignores unexpected logs.COMMENT
MEDIUMextra/abseil/abseil-cpp-20250814.1/absl/log/check.h29// compromise. It is also more robust and portable to deliberately terminateCOMMENT
MEDIUM…tra/abseil/abseil-cpp-20250814.1/absl/log/absl_check.h27// compromise. It is also more robust and portable to deliberately terminateCOMMENT
MEDIUM…il-cpp-20250814.1/absl/random/bernoulli_distribution.h161 // greater than or equal to 1, the same would be true for `p`. Certainly `p`COMMENT
MEDIUM…il-cpp-20250814.1/absl/random/internal/nanobenchmark.h19// prediction hit rates. Uses a robust estimator to summarize the measurements.COMMENT
MEDIUM…il-cpp-20250814.1/absl/random/internal/nanobenchmark.h45// which is more robust to outliers and skewed data than the mean or median.COMMENT
MEDIUMextra/abseil/abseil-cpp-20250814.1/absl/base/options.h39// Diamond dependency problems can be avoided if all packages utilize the sameCOMMENT
MEDIUM…seil/abseil-cpp-20250814.1/absl/base/internal/poison.h48 // Non-optimized builds may use more robust implementation. Note that we can'tCOMMENT
MEDIUMextra/icu/icu-release-77-1/source/common/locmap.cpp1173 // The purpose of this function is to leverage the Windows platform name->lcidCOMMENT
LOW…/icu/icu-release-77-1/source/common/unicode/platform.h62 * Solution: #define any defines for non @internal API here, so that they are visible in the docs. If you just set PREDCOMMENT
MEDIUMextra/icu/icu-release-77-1/source/i18n/decNumberLocal.h48 #define DECCHECK 0 /* 1 to enable robust checking */COMMENT
480 more matches not shown…
Decorative Section Separators533 hits · 1202 pts
SeverityFileLineSnippetContext
MEDIUMpackaging/solaris/postinstall-solaris.sh108# ----------------------------------------------------------------------COMMENT
MEDIUMpackaging/solaris/postinstall-solaris.sh118# ----------------------------------------------------------------------COMMENT
MEDIUMstorage/ndb/tools/ndb_size.pl33# ----------------------------COMMENT
MEDIUMstorage/ndb/docs/doxygen/predoxy.pl31# -----------------------------------------------------------------------------COMMENT
MEDIUMstorage/ndb/docs/doxygen/predoxy.pl33# -----------------------------------------------------------------------------COMMENT
MEDIUMstorage/ndb/docs/doxygen/postdoxy.pl31# -----------------------------------------------------------------------------COMMENT
MEDIUMstorage/ndb/docs/doxygen/postdoxy.pl33# -----------------------------------------------------------------------------COMMENT
MEDIUMstorage/ndb/docs/doxygen/postdoxy.pl58# -----------------------------------------------------------------------------COMMENT
MEDIUMstorage/ndb/docs/doxygen/postdoxy.pl60# -----------------------------------------------------------------------------COMMENT
MEDIUMstorage/ndb/docs/doxygen/postdoxy.pl95# -----------------------------------------------------------------------------COMMENT
MEDIUMstorage/ndb/docs/doxygen/postdoxy.pl97# -----------------------------------------------------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh157# --------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh183# ----------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh192# --------------------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh378# ---------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh523# -------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh572# ---------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh618# ----------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh641# --------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh665# ------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh689# ------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh722# -------------------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh734# --------------------------------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh755# ----------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh774# --------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh783# ------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh819# -----------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh832# -----------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh844# -----------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh855# ---------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh881# ---------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh929# -------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh967# ------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1057# --------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1073# --------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1138# ----------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1218# -----------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1253# ------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1264# ----------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1317# ------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1338# ---------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1368# -----------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1393# ------------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1422# ----------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1443# -------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1456# -----------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1469# ----------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1494# -----------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1511# ---------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1640# -----------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1652# ---------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1669# ------------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1681# ---------------------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1699# ---------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1813# ----------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1825# ---------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1858# --------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1879# ---------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1999# ------------------------------COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh2028# ----------------------COMMENT
473 more matches not shown…
Self-Referential Comments52 hits · 120 pts
SeverityFileLineSnippetContext
MEDIUMsupport-files/mysql.server.sh3# This file is public domain and comes with NO WARRANTY of any kindCOMMENT
MEDIUMstorage/ndb/test/rqg/oj_schema_mod.sproc.sql30 ## Create a mix if 'CREATE INDEX' | 'CREATE UNIQUE INDEX [USING HASH] 'COMMENT
MEDIUMstorage/ndb/test/rqg/runall.sh196 ## Create a mix if 'CREATE INDEX' | 'CREATE UNIQUE INDEX [USING HASH] 'COMMENT
MEDIUMstorage/ndb/include/ndbapi/Ndb.hpp132 -# Define the standard operation type, using NdbOperation::readTuple()CODE
MEDIUMstorage/ndb/include/ndbapi/Ndb.hpp250 -# Define the standard operation type, using NdbScanOperation::readTuples()CODE
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh77# This file is dual licensed under the terms of the MIT licenseCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1541# This file is dual licensed under the terms of the MIT licenseCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh1559# This file is a library for parsing options in your shell scripts alongCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh2755# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh2765# This function implements the same check as func_lalib_p withoutCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh2788# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh2798# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh2823# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh2963# Create a libtool object file (analogous to a ".la" file),COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh7758 # Create the object directory.COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh10431 # Create the old-style object.COMMENT
MEDIUMextra/libedit/libedit-20240808-3.1/ltmain.sh10451 # Create an invalid libtool object if no PIC, so that we don'tCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh77# This file is dual licensed under the terms of the MIT licenseCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh1541# This file is dual licensed under the terms of the MIT licenseCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh1559# This file is a library for parsing options in your shell scripts alongCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh2748# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh2758# This function implements the same check as func_lalib_p withoutCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh2781# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh2791# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh2816# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh2956# Create a libtool object file (analogous to a ".la" file),COMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh7751 # Create the object directory.COMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh10424 # Create the old-style object.COMMENT
MEDIUMextra/tirpc/libtirpc-1.3.5/ltmain.sh10444 # Create an invalid libtool object if no PIC, so that we don'tCOMMENT
MEDIUMscripts/mysqld_safe.sh3# This file is public domain and comes with NO WARRANTY of any kindCOMMENT
MEDIUMscripts/mysql_system_tables_fix.sql42# Create a user mysql.infoschema@localhost as the owner of views in information_schema.COMMENT
MEDIUMmysql-test/mysql-test-run.pl1286 # Create a separate list for tests sourcing 'not_parallel.inc'COMMENT
MEDIUMmysql-test/mysql-test-run.pl1564# Create a directory to store build thread id filesCOMMENT
MEDIUMmysql-test/mysql-test-run.pl2709 # Create the tempdir in $opt_tmpdirCOMMENT
MEDIUMmysql-test/mysql-test-run.pl3597 # Create an environment variable to make it possibleCOMMENT
MEDIUMmysql-test/mysql-test-run.pl3601 # Create an environment variable to make it possibleCOMMENT
MEDIUMmysql-test/mysql-test-run.pl4487 # Create the bootstrap.sql fileCOMMENT
MEDIUMmysql-test/mysql-test-run.pl7501 # Create the servers tmpdirCOMMENT
MEDIUMmysql-test/mysql-stress-test.pl884 #Initialize session variablesCOMMENT
MEDIUMmysql-test/include/server_option_test.pm2# This module contains functions which will support the testing of mysqld options givven on command lineCOMMENT
MEDIUMmysql-test/include/server_option_test.pm119# Create a mini config file including the option to be tested.COMMENT
MEDIUMmysql-test/lib/mtr_cases.pm443## Create a list of disabled tests from implicit disabled.def files and otherCOMMENT
MEDIUMmysql-test/lib/mtr_cases.pm520 # Create a copy of the disabled hash. Use copy to iterate and,COMMENT
MEDIUMmysql-test/lib/mtr_cases.pm743 # Create a duplicate test objectCOMMENT
MEDIUMmysql-test/lib/mtr_cases.pm752# Create a new test object identical to the original one.COMMENT
MEDIUMmysql-test/lib/mtr_cases.pm841# Create a new test object for each combination and return an arrayCOMMENT
MEDIUMmysql-test/lib/mtr_cases.pm859 # Create a new test object.COMMENT
MEDIUMmysql-test/lib/mtr_cases.pm1672 # Create a new test object for each combinationCOMMENT
MEDIUMmysql-test/lib/My/Platform.pm132 # Create a tempfile name with same length as "path"COMMENT
MEDIUMmysql-test/lib/My/SafeProcess/Base.pm87# Create a new process and return pid of the new process.COMMENT
MEDIUM…router/include/schema/mrs_metadata_schema-version4.sql4297# Create an event to delete old audit_log entries that are older than 14 daysCOMMENT
MEDIUM…router/include/schema/mrs_metadata_schema-version4.sql4307# Create an event to dump the audit log every 15 minutesCOMMENT
Synthetic Comment Markers14 hits · 105 pts
SeverityFileLineSnippetContext
HIGHstorage/innobase/include/detail/ut/aligned_alloc.h580 // this function will still be suitably over-aligned as requested. Both ofCOMMENT
HIGHextra/boost/boost_1_87_0/boost/timer/config.hpp18// enable dynamic or static linking as requested --------------------------------------//COMMENT
HIGH…_1_87_0/boost/dynamic_bitset/detail/dynamic_bitset.hpp102 // Automatically generated by GPTableGen.exe v.1.0COMMENT
HIGHextra/boost/boost_1_87_0/boost/system/config.hpp38// enable dynamic or static linking as requested --------------------------------------//COMMENT
HIGH…a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp27 // Inherit from standard exceptions as requested during review.COMMENT
HIGH…a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp51 // Inherit from standard exceptions as requested during review.COMMENT
HIGH…a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp72 // Inherit from standard exceptions as requested during review.COMMENT
HIGH…a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp96 // Inherit from standard exceptions as requested during review.COMMENT
HIGH…a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp119 // Inherit from standard exceptions as requested during review.COMMENT
HIGH…a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp140 // Inherit from standard exceptions as requested during review.COMMENT
HIGH…a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp161 // Inherit from standard exceptions as requested during review.COMMENT
HIGH…a/boost/boost_1_87_0/boost/numeric/ublas/exception.hpp182 // Inherit from standard exceptions as requested during review.COMMENT
HIGH…a/boost/boost_1_87_0/boost/thread/detail/singleton.hpp20// a class on demand, then dish it out as requested.COMMENT
HIGH…boost_1_87_0/boost/charconv/detail/dragonbox/floff.hpp1444 // For the case of chars_format::scientific, print as many 0's as requested after the decimal dot, and tCOMMENT
Redundant / Tautological Comments85 hits · 104 pts
SeverityFileLineSnippetContext
LOWstorage/ndb/test/run-test/autotest-run.sh204# Check if executables in $install_dir0 is executable at currentCOMMENT
LOWstorage/ndb/src/common/transporter/SHM_Transporter.hpp103 * -# Check if the segment is setupCOMMENT
LOWstorage/ndb/src/common/transporter/SHM_Transporter.hpp104 * -# Check if the server set it upCOMMENT
LOWextra/libedit/libedit-20240808-3.1/ltmain.sh379# Check if we can use backslash as IFS='\' separator, and setCOMMENT
LOWextra/libedit/libedit-20240808-3.1/ltmain.sh666# Set func_arith_result to the result of evaluating TERMs.COMMENT
LOWextra/libedit/libedit-20240808-3.1/ltmain.sh690# Set func_basename_result to FILE with everything up to and includingCOMMENT
LOWextra/libedit/libedit-20240808-3.1/ltmain.sh856# Set func_len_result to the length of STRING. STRING may notCOMMENT
LOWextra/libedit/libedit-20240808-3.1/ltmain.sh1074# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.COMMENT
LOWextra/libedit/libedit-20240808-3.1/ltmain.sh4167 # Check if any of the arguments is a wrapper script.COMMENT
LOWextra/libedit/libedit-20240808-3.1/ltmain.sh10154 # Loop over the list of objects to be linked.COMMENT
LOWextra/icu/icu-release-77-1/source/common/rbbicst.pl206# Assign numbers to each of the character classes classes used.COMMENT
LOWextra/tirpc/libtirpc-1.3.5/ltmain.sh379# Check if we can use backslash as IFS='\' separator, and setCOMMENT
LOWextra/tirpc/libtirpc-1.3.5/ltmain.sh666# Set func_arith_result to the result of evaluating TERMs.COMMENT
LOWextra/tirpc/libtirpc-1.3.5/ltmain.sh690# Set func_basename_result to FILE with everything up to and includingCOMMENT
LOWextra/tirpc/libtirpc-1.3.5/ltmain.sh856# Set func_len_result to the length of STRING. STRING may notCOMMENT
LOWextra/tirpc/libtirpc-1.3.5/ltmain.sh1074# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.COMMENT
LOWextra/tirpc/libtirpc-1.3.5/ltmain.sh4160 # Check if any of the arguments is a wrapper script.COMMENT
LOWextra/tirpc/libtirpc-1.3.5/ltmain.sh10147 # Loop over the list of objects to be linked.COMMENT
LOWmysql-test/mysql-test-run.pl1357 # Check if there exist any non-parallel tests which shouldCOMMENT
LOWmysql-test/mysql-test-run.pl1388 # Check if test suite timer expiredCOMMENT
LOWmysql-test/mysql-test-run.pl1587 # Check if directory already existsCOMMENT
LOWmysql-test/mysql-test-run.pl2032 # Read the file and store it in a string.COMMENT
LOWmysql-test/mysql-test-run.pl2079 # Check if we should speed up tests by trying to run on tmpfsCOMMENT
LOWmysql-test/mysql-test-run.pl2114 # Check if opt_mem is set to any of the built-in list of tmpfsCOMMENT
LOWmysql-test/mysql-test-run.pl2145 # Check if "parallel" options is setCOMMENT
LOWmysql-test/mysql-test-run.pl2151 # Check if parallel value is a positive number or "auto".COMMENT
LOWmysql-test/mysql-test-run.pl2855 # Check if libtool is available in this distribution/cloneCOMMENT
LOWmysql-test/mysql-test-run.pl3145# Set environment to be used by childs of this process for things thatCOMMENT
LOWmysql-test/mysql-test-run.pl3792# Check if detected platform conforms to the rules specifiedCOMMENT
LOWmysql-test/mysql-test-run.pl3810# Check if running as root i.e a file can be read regardless what modeCOMMENT
LOWmysql-test/mysql-test-run.pl3915 # Check if this is MySQL Cluster, ie. mysql version extra stringCOMMENT
LOWmysql-test/mysql-test-run.pl4256 # Close the fileCOMMENT
LOWmysql-test/mysql-test-run.pl5163 # Check if servers need to be reinitialized for the test.COMMENT
LOWmysql-test/mysql-test-run.pl5490 # Check if check-testcase should be runCOMMENT
LOWmysql-test/mysql-test-run.pl5558 # Check if the test tool requests that an analyze script should be runCOMMENT
LOWmysql-test/mysql-test-run.pl5594 # Check if it was an expected crashCOMMENT
LOWmysql-test/mysql-test-run.pl5607 # Check if it was secondary engine server that diedCOMMENT
LOWmysql-test/mysql-test-run.pl5628 # Check if it was a server that diedCOMMENT
LOWmysql-test/mysql-test-run.pl5672 # Check if testcase timer expiredCOMMENT
LOWmysql-test/mysql-test-run.pl6224 # Check if crash expected by looking at the .expect file in var/tmpCOMMENT
LOWmysql-test/mysql-test-run.pl6632 # Check if the option 'log-error' is found in the .cnf fileCOMMENT
LOWmysql-test/mysql-test-run.pl7169 # Check if timezone of test that server was startedCOMMENT
LOWmysql-test/mysql-test-run.pl7276 # Check if any remaining servers need restartCOMMENT
LOWmysql-test/mysql-test-run.pl8070 # Set exe to debuggernameCOMMENT
LOWmysql-test/mysql-test-run.pl8078 # Set exe to debuggernameCOMMENT
LOWmysql-test/mysql-test-run.pl6009 $Fwarn = undef; # Close fileCODE
LOWmysql-test/mysql-stress-test.pl893 #Check if tests_file was modified and reread it in this caseCOMMENT
LOWmysql-test/lib/mtr_report.pm916# Print message to screen if verbose is definedCOMMENT
LOWmysql-test/lib/mtr_report.pm930# Print the message to screen reusing output buffer i.e useCOMMENT
LOWmysql-test/lib/mtr_process.pl111 # Check if it died after the fork() was successfulCOMMENT
LOWmysql-test/lib/mtr_unique.pm89 # Close the file opened in the current iteration.COMMENT
LOWmysql-test/lib/mtr_cases_from_list.pm77 # Check if path value specified is a relative pathCOMMENT
LOWmysql-test/lib/mtr_cases_from_list.pm83 # Check if path to test file existsCOMMENT
LOWmysql-test/lib/mtr_cases_from_list.pm86 # Check if test file is inside the base directoryCOMMENT
LOWmysql-test/lib/mtr_results.pm119# Print results for current test, then reset (So calling a second timeCOMMENT
LOWmysql-test/lib/mtr_cases.pm356 # Check if file is present at out of the source build mysql-test dir.COMMENT
LOWmysql-test/lib/mtr_cases.pm360 # Check if file is present at the source mysql-test/collections dirCOMMENT
LOWmysql-test/lib/mtr_cases.pm364 # Check if file is present at the internal mysql-test dirCOMMENT
LOWmysql-test/lib/mtr_cases.pm368 # Check if file is present at the internal cloud mysql-test dirCOMMENT
LOWmysql-test/lib/mtr_cases.pm140## Check if the test name format in a disabled.def file is correct. TheCOMMENT
25 more matches not shown…
Verbosity Indicators36 hits · 58 pts
SeverityFileLineSnippetContext
LOWstorage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp6268 * AT LEAST ONE NODE HAS FAILED DURING THE TRANSACTION. WE NEED TO CHECK IFCOMMENT
LOWlibs/mysql/scheduler/commit_order_clock.cpp49 // we need to check if we need to move m_clock or notCOMMENT
LOWlibs/mysql/binlog/event/statement_events.cpp477 We need to check if this is from an old serverCODE
LOWlibs/mysql/binlog/event/statement_events.h538 This variable stores the default collation for the utf8mb4 character set.CODE
LOWextra/boost/boost_1_87_0/boost/math/complex/atanh.hpp107 // This section handles exception cases that would normally causeCOMMENT
LOW…oost/boost_1_87_0/boost/container/detail/flat_tree.hpp945 //Step 1: put new elements in the backCOMMENT
LOW…oost/boost_1_87_0/boost/container/detail/flat_tree.hpp948 //Step 2: sort themCOMMENT
LOW…oost/boost_1_87_0/boost/container/detail/flat_tree.hpp951 //Step 3: only left unique values from the back not already present in the original rangeCOMMENT
LOW…oost/boost_1_87_0/boost/container/detail/flat_tree.hpp960 //Step 4: merge both rangesCOMMENT
LOW…/geometry/algorithms/detail/buffer/buffer_policies.hpp231 // Neither we need to check if they are inside concave helper piecesCOMMENT
LOW…boost_1_87_0/boost/charconv/detail/dragonbox/floff.hpp494 // To compute ceil(2^Q * x / D), we need to check ifCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1602 // Step 1: Schubfach multiplier calculationCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1631 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1696 // Step 3: Find the significand with the smaller divisorCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1843 // Step 1: Schubfach multiplier calculationCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1881 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1931 // Step 3: Find the significand with the smaller divisorCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1946 // Step 1: Schubfach multiplier calculationCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1963 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1998 // Step 3: Find the significand with the small divisorCOMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp115 // Step 2: Determine the interval of legal decimal representations.COMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp122 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp228 // Step 4: Find the shortest decimal representation in the interval of legal representations.COMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp371 // Step 5: Print the decimal representation.COMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp549 // Step 5: Print the decimal representation.COMMENT
LOWextra/icu/icu-release-77-1/source/common/uidna.cpp316 // Step 4: if the source is ASCII then proceed to step 8COMMENT
LOWextra/icu/icu-release-77-1/source/common/uidna.cpp364 //Step 7: prepend the ACE prefixCOMMENT
LOWextra/icu/icu-release-77-1/source/common/uidna.cpp366 //Step 6: copy the contents in b2 into destCOMMENT
LOWextra/icu/icu-release-77-1/source/common/ucnv2022.cpp430/* The purpose of this function is to get around gcc compiler warnings. */COMMENT
LOWextra/icu/icu-release-77-1/source/common/locmap.cpp1173 // The purpose of this function is to leverage the Windows platform name->lcidCOMMENT
LOWextra/icu/icu-release-77-1/source/i18n/dtptngen.cpp685 // We need to check if there is an hour cycle on localeCOMMENT
LOWextra/icu/icu-release-77-1/source/i18n/uregexc.cpp9* description: The purpose of this function is to separate the codepageCOMMENT
LOWextra/icu/icu-release-77-1/source/i18n/tzgnames.cpp935 // then we need to check if the name is same with the location name.COMMENT
LOWsql/item_cmpfunc.h1711 The purpose of this function is to be able to get elements of thisCODE
LOWsql/sp_head.h641 @param argcount Number of passed arguments. We need to check ifCODE
LOWsql/join_optimizer/optimizer_trace.h86 // we need to check if m_segments.size() == 1 to know that we are onCOMMENT
Cross-File Repetition10 hits · 50 pts
SeverityFileLineSnippetContext
HIGHlibs/scripts/impl/check.py0setup the argumentparser object to parse command line options. parameters ---------- :param parser: the argparse.argumenSTRING
HIGHlibs/scripts/impl/move.py0setup the argumentparser object to parse command line options. parameters ---------- :param parser: the argparse.argumenSTRING
HIGHlibs/scripts/impl/create.py0setup the argumentparser object to parse command line options. parameters ---------- :param parser: the argparse.argumenSTRING
HIGHlibs/scripts/impl/check.py0validate command-line arguments after they have been parsed. parameters ---------- :param opt: the argparse.namespace obSTRING
HIGHlibs/scripts/impl/create.py0validate command-line arguments after they have been parsed. parameters ---------- :param opt: the argparse.namespace obSTRING
HIGHlibs/scripts/impl/move.py0validate command-line arguments after they have been parsed. parameters ---------- :param opt: the argparse.namespace obSTRING
HIGHextra/boost/boost_1_87_0/boost/outcome/outcome_gdb.py0for when you want to return a synthetic string from children()STRING
HIGHextra/boost/boost_1_87_0/boost/outcome/outcome_gdb.h0for when you want to return a synthetic string from children()STRING
HIGH…boost/outcome/experimental/status-code/status_code.hpp0for when you want to return a synthetic string from children()STRING
HIGH…st/outcome/experimental/status-code/status_code_gdb.py0for when you want to return a synthetic string from children()STRING
Fake / Example Data39 hits · 48 pts
SeverityFileLineSnippetContext
LOWstorage/ndb/src/ndbapi/ClusterMgr.cpp1029 auto *dummy_data = new Uint32[sec_max_len];CODE
LOWstorage/ndb/src/ndbapi/ClusterMgr.cpp1031 dummy_data[i] = fill_word;CODE
LOWstorage/ndb/src/ndbapi/ClusterMgr.cpp1034 ptr[i].p = dummy_data;CODE
LOWstorage/ndb/src/ndbapi/ClusterMgr.cpp1055 delete[] dummy_data;CODE
LOWlibs/mysql/ranges/flat_view.h46/// `std::ranges::range`). `T` can be thought of as a "placeholder" from whichCOMMENT
LOWextra/boost/boost_1_87_0/boost/url/url_base.hpp840 assert( url( "http://user:pass@example.com" ).remove_password().authority().buffer() == "user@example.com" );CODE
LOWextra/libcbor/libcbor-0.11.0/test/string_test.c89 &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum nonCODE
LOWextra/libcbor/libcbor-0.11.0/test/string_test.c89 &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum nonCODE
LOWextra/libcbor/libcbor-0.11.0/test/string_test.c123 &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum nonCODE
LOWextra/libcbor/libcbor-0.11.0/test/string_test.c123 &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum nonCODE
LOWextra/libcbor/libcbor-0.11.0/test/string_test.c156 &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum nonCODE
LOWextra/libcbor/libcbor-0.11.0/test/string_test.c156 &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum nonCODE
LOWextra/libcbor/libcbor-0.11.0/test/string_test.c190 &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum nonCODE
LOWextra/libcbor/libcbor-0.11.0/test/string_test.c190 &"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mi tellus, iaculis nec vestibulum quis, fermentum nonCODE
LOW…-test/suite/router/include/schema/functions_schema.sql14CREATE TABLE `func_schema`.`dummy_data` (CODE
LOW…-test/suite/router/include/schema/functions_schema.sql126 INSERT INTO `func_schema`.`dummy_data` (`value`) VALUES(value);CODE
LOW…-test/suite/router/include/schema/functions_schema.sql133 INSERT INTO `func_schema`.`dummy_data` (`value`) VALUES("value");CODE
LOW…test/suite/router/include/schema/procedures_schema.sql67 select * from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql72 select * from `proc_schema`.`dummy_data` WHERE id > 1 and id < 5;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql73 select count(*) from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql78 select min(id) from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql79 select max(id) from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql80 select * from `proc_schema`.`dummy_data` where id=(select max(id) from `proc_schema`.`dummy_data`);CODE
LOW…test/suite/router/include/schema/procedures_schema.sql85 select min(id) from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql86 select max(id) from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql87 select * from `proc_schema`.`dummy_data` where id=(select max(id) from `proc_schema`.`dummy_data`);CODE
LOW…test/suite/router/include/schema/procedures_schema.sql93 SET v=(select min(id) from `proc_schema`.`dummy_data`);CODE
LOW…test/suite/router/include/schema/procedures_schema.sql98 select * from `proc_schema`.`dummy_data` where id = (select max(id) from `proc_schema`.`dummy_data`);CODE
LOW…test/suite/router/include/schema/procedures_schema.sql99 SET v=(select min(id) from `proc_schema`.`dummy_data`);CODE
LOW…test/suite/router/include/schema/procedures_schema.sql322 INSERT INTO `proc_schema`.`dummy_data` (`name`, `comments`, `date`)CODE
LOW…test/suite/router/include/schema/procedures_schema.sql330 INSERT INTO `proc_schema`.`dummy_data` (`name`, `comments`, `date`)CODE
LOW…test/suite/router/include/schema/procedures_schema.sql333 select min(id) from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql338 INSERT INTO `proc_schema`.`dummy_data` (`name`, `comments`, `date`)CODE
LOW…test/suite/router/include/schema/procedures_schema.sql341 select min(id) from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql347 INSERT INTO `proc_schema`.`dummy_data` (`name`)CODE
LOW…test/suite/router/include/schema/procedures_schema.sql350 SET v=(select min(id) from `proc_schema`.`dummy_data`);CODE
LOW…test/suite/router/include/schema/procedures_schema.sql351 select min(id) from `proc_schema`.`dummy_data`;CODE
LOW…test/suite/router/include/schema/procedures_schema.sql14CREATE TABLE `proc_schema`.`dummy_data` (CODE
LOW…test/suite/router/include/schema/procedures_schema.sql22INSERT INTO `proc_schema`.`dummy_data` (`name`, `comments`, `date`)CODE
Hyper-Verbose Identifiers48 hits · 46 pts
SeverityFileLineSnippetContext
LOW…clude/mysql/components/services/bits/psi_metric_bits.h90typedef measurement_delivery_callback(*measurement_delivery_callback_t);CODE
LOWinclude/mysql/psi/mysql_rwlock.h55 @def mysql_prlock_assert_write_owner(M)CODE
LOWinclude/mysql/psi/mysql_rwlock.h68 @def mysql_prlock_assert_not_write_owner(M)CODE
LOWinclude/mysql/psi/mysql_mutex.h117 @def mysql_mutex_assert_not_owner(M)CODE
LOWinclude/mysql/psi/mysql_file.h425 @def mysql_file_create_with_symlink(K, P1, P2, P3, P4, P5)CODE
LOWinclude/mysql/psi/mysql_file.h440 @def mysql_file_delete_with_symlink(K, P1, P2)CODE
LOWinclude/mysql/psi/mysql_file.h454 @def mysql_file_rename_with_symlink(K, P1, P2, P3)CODE
LOWinclude/mysql/psi/mysql_telemetry_logs_client.h56 @def mysql_log_client_register(P1, P2, P3)CODE
LOWinclude/mysql/psi/mysql_telemetry_logs_client.h71 @def mysql_log_client_unregister(P1, P2)CODE
LOWinclude/mysql/psi/mysql_telemetry_logs_client.h87 @def mysql_log_client_check_enabled(P1, P2)CODE
LOWinclude/mysql/psi/mysql_metric.h86 @def mysql_meter_notify_register(P1)CODE
LOWinclude/mysql/psi/mysql_metric.h99 @def mysql_meter_notify_unregister(P1)CODE
LOWinclude/mysql/psi/mysql_thread.h167 @def mysql_thread_set_peer_port()CODE
LOWinclude/mysql/psi/mysql_thread.h179 @def mysql_thread_set_secondary_engine()CODE
LOWstorage/ndb/include/ndbapi/Ndb.hpp1275 /** Note: The getter function getEventBufferQueueEmptyEpoch() isCOMMENT
LOWsql-common/client_async_authentication.h98typedef mysql_state_machine_status (*authsm_function)(mysql_async_auth *);CODE
LOWsql-common/client_async_authentication.h147typedef mysql_state_machine_status (*csm_function)(mysql_async_connect *);CODE
LOWlibs/scripts/impl/git.py35def get_git_unclean_workdir_files() -> List[str]:CODE
LOWlibs/scripts/impl/git.py44def require_clean_git_workdir(*, force: bool, error_message: str) -> None:CODE
LOWlibs/scripts/impl/cmakelists.py63def require_library_cmakelists(path: str) -> str:CODE
LOWlibs/scripts/impl/cmakelists.py82def require_no_library_cmakelists(path: str) -> None:CODE
LOWlibs/scripts/impl/cmakelists.py94def cmakelists_file_section_definition(section):CODE
LOWlibs/scripts/impl/cmakelists.py166def append_create_library_to_cmakelists(cmakelists: str) -> None:CODE
LOWlibs/scripts/impl/cmakelists.py185def remove_create_library_from_cmakelists(cmakelists: str) -> None:STRING
LOWlibs/scripts/impl/cmakelists.py272def remove_library_from_parent(lib_path):CODE
LOWlibs/scripts/impl/file_edit.py129def multi_replace_in_file_from_dict_with_warning(CODE
LOWlibs/scripts/impl/move.py48def fix_cmakelists_after_moving_source_or_header(STRING
LOWlibs/scripts/impl/move.py199def fix_after_moving_directory(STRING
LOWlibs/scripts/impl/move.py233def fix_after_moving_cmakelists(STRING
LOWlibs/scripts/impl/move.py242def fix_after_moving_directory_tree(CODE
LOWlibs/scripts/impl/move.py378def warn_if_moved_source_from_library(*, old: str, new: str) -> None:CODE
LOWlibs/scripts/impl/file_system.py148def validate_current_directory() -> None:CODE
LOWlibs/scripts/impl/readme_warning.py33def warn_library_parent_readme(*, old: str | None, new: str | None) -> None:CODE
LOWlibs/scripts/impl/file_name.py35def split_existing_nonexisting_path(path: str) -> Tuple[str, str]:CODE
LOWlibs/scripts/test/test_framework.py161 def compute_canonical_fixture(fixture_spec: str) -> str:CODE
LOWlibs/scripts/test/test_framework.py327 def _execute_and_expect_error(self, *, command: str) -> None:CODE
LOW…st/boost_1_87_0/boost/unordered/unordered_printers.hpp279 ".ascii \"def boost_unordered_build_pretty_printer():\\n\"\n"CODE
LOW…st_1_87_0/boost/interprocess/interprocess_printers.hpp49 ".ascii \"def boost_interprocess_build_pretty_printer():\\n\"\n"CODE
LOWextra/boost/boost_1_87_0/boost/outcome/outcome_gdb.py27def synthesise_gdb_value_from_string(s):CODE
LOWextra/boost/boost_1_87_0/boost/outcome/outcome_gdb.h40 ".ascii \"def synthesise_gdb_value_from_string(s):\\n\"\n"CODE
LOW…boost/outcome/experimental/status-code/status_code.hpp731".ascii \"def synthesise_gdb_value_from_string(s):\\n\"\n"CODE
LOW…st/outcome/experimental/status-code/status_code_gdb.py5def synthesise_gdb_value_from_string(s):CODE
LOWextra/curl/curl-8.14.1/lib/vtls/sectransp.c2224 The function SecTrustGetCertificateAtIndex() is officially presentCODE
LOW…ra/json/json-3.12.0/tools/serve_header/serve_header.py243class HeaderRequestHandler(SimpleHTTPRequestHandler): # lgtm[py/missing-call-to-init]CODE
LOW…xt/include/opentelemetry/ext/http/server/http_server.h120 class HttpRequestHandler : public std::pair<std::string, HttpRequestCallback *>CODE
LOW…l_rest_service/src/mrs/authentication/oauth2_handler.h64 class RequestHandler {CODE
LOW…mysql_rest_service/src/mrs/rest/rest_request_handler.h50class RestRequestHandler : public ::http::base::RequestHandler {CODE
LOWrouter/src/rest_api/src/rest_api.h39class RestApiHttpRequestHandler : public http::base::RequestHandler {CODE
Hallucination Indicators4 hits · 45 pts
SeverityFileLineSnippetContext
CRITICALstorage/ndb/test/crund/java/ClusterjAB.java582 // [java] at com.mysql.clusterj.core.query.PropertyImpl.equal(PropertyImpl.java:88)COMMENT
CRITICALstorage/ndb/test/crund/java/IB.java59 [java] at com.mysql.clusterj.core.SessionImpl.insert(SessionImpl.java:283)CODE
CRITICAL…c/main/java/com/mysql/clusterj/tie/DictionaryImpl.java184 com.mysql.ndbjtie.ndbapi.NdbDictionary.DictionaryConst.List.delete(indexList);CODE
CRITICAL….12.0/.github/workflows/comment_check_amalgamation.yml56 const opts = github.rest.issues.listForRepo.endpoint.merge({CODE
Structural Annotation Overuse26 hits · 45 pts
SeverityFileLineSnippetContext
LOW…oost/boost_1_87_0/boost/container/detail/flat_tree.hpp945 //Step 1: put new elements in the backCOMMENT
LOW…oost/boost_1_87_0/boost/container/detail/flat_tree.hpp948 //Step 2: sort themCOMMENT
LOW…oost/boost_1_87_0/boost/container/detail/flat_tree.hpp951 //Step 3: only left unique values from the back not already present in the original rangeCOMMENT
LOW…oost/boost_1_87_0/boost/container/detail/flat_tree.hpp960 //Step 4: merge both rangesCOMMENT
LOWextra/boost/boost_1_87_0/boost/hof/mutable.hpp23/// NOTE: This function should be used with caution since many functions areCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1602 // Step 1: Schubfach multiplier calculationCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1631 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1696 // Step 3: Find the significand with the smaller divisorCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1843 // Step 1: Schubfach multiplier calculationCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1881 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1931 // Step 3: Find the significand with the smaller divisorCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1946 // Step 1: Schubfach multiplier calculationCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1963 // Step 2: Try larger divisor; remove trailing zeros if necessaryCOMMENT
LOW…t_1_87_0/boost/charconv/detail/dragonbox/dragonbox.hpp1998 // Step 3: Find the significand with the small divisorCOMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp115 // Step 2: Determine the interval of legal decimal representations.COMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp122 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp228 // Step 4: Find the shortest decimal representation in the interval of legal representations.COMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp371 // Step 5: Print the decimal representation.COMMENT
LOW…t_1_87_0/boost/charconv/detail/ryu/ryu_generic_128.hpp549 // Step 5: Print the decimal representation.COMMENT
LOW…ftools/gperftools-2.15/src/windows/auto_testing_hook.h84// NOTE: This function is only safe for e.g. unit tests and _not_ forCOMMENT
LOWextra/abseil/abseil-cpp-20250814.1/absl/status/status.h497 // NOTE: This function should only be called when converting to an associatedCOMMENT
LOWextra/abseil/abseil-cpp-20250814.1/absl/status/status.h588 // NOTE: This function does nothing if the Status is ok.COMMENT
LOWextra/icu/icu-release-77-1/source/common/uidna.cpp316 // Step 4: if the source is ASCII then proceed to step 8COMMENT
LOWextra/icu/icu-release-77-1/source/common/uidna.cpp364 //Step 7: prepend the ACE prefixCOMMENT
LOWextra/icu/icu-release-77-1/source/common/uidna.cpp366 //Step 6: copy the contents in b2 into destCOMMENT
LOW…icu/icu-release-77-1/source/i18n/number_scientific.cpp85 // NOTE: This method is only called one place, NumberRangeFormatterImpl.COMMENT
AI Response Leakage3 hits · 34 pts
SeverityFileLineSnippetContext
HIGHextra/boost/boost_1_87_0/boost/container/string.hpp544//! In this implementation, basic_string has performance characteristics very similar toCOMMENT
HIGHextra/boost/boost_1_87_0/boost/container/string.hpp548//! In this implementation, begin(),COMMENT
HIGHextra/boost/boost_1_87_0/boost/container/string.hpp550//! In this implementation, iterators are only invalidated by member functions thatCOMMENT
Slop Phrases15 hits · 27 pts
SeverityFileLineSnippetContext
LOWinclude/my_command.h98 /* don't forget to update std::string Command_names::m_names[] in sql_parse.ccCOMMENT
LOWinclude/my_rcu_lock.h132 @warning Don't forget to call @ref MyRcuLock::rcu_end_read() when done.CODE
LOWlibs/mysql/binlog/event/statement_events.h465 * When adding new status vars, please don't forget to update theCOMMENT
LOW…boost_1_87_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
LOWextra/boost/boost_1_87_0/boost/hana/fwd/type.hpp501 //! `std::integral_constant`s, don't forget to include theCOMMENT
MEDIUM…st/boost_1_87_0/boost/numeric/odeint/stepper/euler.hpp7 be used for demonstration purposes.CODE
MEDIUM…st/boost_1_87_0/boost/numeric/odeint/stepper/euler.hpp110 * for real applications. It is only useful for demonstration purposes. Step size control is not provided butCOMMENT
MEDIUMextra/curl/curl-8.14.1/lib/vtls/gtls.c1572 given hostname. This is a basic implementation of the matching describedCODE
LOW…-release-77-1/source/i18n/double-conversion-bignum.cpp434 // Don't forget to update the used_digits and the exponent.COMMENT
MEDIUM…ra/icu/icu-release-77-1/source/i18n/unicode/dtfmtsym.h69 * DateFormatSymbols object, they can feel free to modify the date-timeCOMMENT
MEDIUM…ra/icu/icu-release-77-1/source/i18n/unicode/dtitvinf.h146 * they can feel free to modify it as necessary.COMMENT
LOWmysql-test/mysql-test-run.pl4261# none so make sure to warn if there is one.COMMENT
LOWsql/sql_class.h1345 here, and you add code to set them in replication, don't forget toCODE
LOWsql/auth/auth_acls.h86 don't forget to updateCODE
Excessive Try-Catch Wrapping17 hits · 27 pts
SeverityFileLineSnippetContext
LOWlibs/scripts/impl/string.py64 except Exception as e:CODE
MEDIUMlibs/scripts/impl/string.py52def interception_wrapper(*args, **kwargs):CODE
MEDIUMlibs/scripts/test/test_framework.py438 print(f'Error setting up scenario "{str(scenario)}"')CODE
MEDIUMlibs/scripts/test/test_framework.py447 print(f'Error running scenario "{str(scenario)}"')CODE
LOW…ra/json/json-3.12.0/tools/serve_header/serve_header.py404 except Exception:CODE
LOW…/json-3.12.0/tools/gdb_pretty_printer/nlohmann-json.py32 except Exception:CODE
LOWmysql-test/suite/innodb_stress/t/load_generator.py50 except Exception as e:CODE
LOWmysql-test/suite/innodb_stress/t/load_generator.py154 except Exception as e:CODE
LOWmysql-test/suite/innodb_stress/t/load_generator.py256 except Exception as e:CODE
MEDIUMmysql-test/suite/innodb_stress/t/load_generator.py337 print("Error: Inserted row doesn't exist in secondary index")CODE
MEDIUMmysql-test/suite/innodb_stress/t/load_generator.py341 print("Error: Deleted row still exists in secondary index")CODE
MEDIUMmysql-test/suite/innodb_stress/t/load_generator.py356 print("Error: error during commit: %s" % e)CODE
MEDIUMmysql-test/suite/innodb_stress/t/load_generator.py361 print("Error: error during rollback: %s" % e)CODE
LOWmysql-test/suite/innodb_stress/t/load_generator.py379 except Exception as e:CODE
MEDIUMmysql-test/suite/innodb_stress/t/load_generator.py46def run(self):CODE
MEDIUMmysql-test/suite/innodb_stress/t/load_generator.py150def run(self):CODE
MEDIUMmysql-test/suite/innodb_stress/t/load_generator.py252def run(self):CODE
Example Usage Blocks13 hits · 20 pts
SeverityFileLineSnippetContext
LOWlibs/mysql/scheduler/task_registry_multi.h66/// Usage example:COMMENT
LOW…/boost/python/suite/indexing/vector_indexing_suite.hpp30 // Example usage:COMMENT
LOW…7_0/boost/python/suite/indexing/map_indexing_suite.hpp31 // Example usage:COMMENT
LOW…boost_1_87_0/boost/iostreams/detail/select_by_size.hpp24// Example usage:COMMENT
LOW…ra/gperftools/gperftools-2.15/src/base/stl_allocator.h54// Usage example:COMMENT
LOW…tra/gperftools/gperftools-2.15/src/base/vdso_support.h47// Example usage:COMMENT
LOW…eil/abseil-cpp-20250814.1/absl/synchronization/mutex.h169 // Example usage:COMMENT
LOW…abseil/abseil-cpp-20250814.1/absl/hash/internal/hash.h119// Example usage:COMMENT
LOW…-cpp-20250814.1/absl/debugging/internal/vdso_support.h30// Example usage:COMMENT
LOW…abseil-cpp-20250814.1/absl/base/internal/raw_logging.h39// Usage example:COMMENT
LOWextra/icu/icu-release-77-1/source/common/rbbicst.pl11# Usage:COMMENT
LOWextra/icu/icu-release-77-1/source/common/ucase.cpp1448# Usage:COMMENT
LOWextra/icu/icu-release-77-1/source/i18n/regexcst.pl12# Usage:COMMENT
Deep Nesting19 hits · 19 pts
SeverityFileLineSnippetContext
LOWlibs/scripts/impl/check.py776CODE
LOWlibs/scripts/impl/check.py856CODE
LOWlibs/scripts/impl/check.py895CODE
LOWlibs/scripts/impl/check.py1751CODE
LOWlibs/scripts/impl/create.py165CODE
LOWlibs/scripts/impl/create.py232CODE
LOWlibs/scripts/impl/file_edit.py172CODE
LOWlibs/scripts/impl/file_edit.py188CODE
LOWlibs/scripts/impl/file_edit.py209CODE
LOWlibs/scripts/impl/move.py242CODE
LOWlibs/scripts/impl/move.py595CODE
LOWlibs/scripts/impl/move.py733CODE
LOWlibs/scripts/test/scenarios.py56CODE
LOW…ra/json/json-3.12.0/tools/serve_header/serve_header.py160CODE
LOW…ra/json/json-3.12.0/tools/serve_header/serve_header.py195CODE
LOW…ra/json/json-3.12.0/tools/serve_header/serve_header.py223CODE
LOWextra/json/json-3.12.0/tools/amalgamate/amalgamate.py144CODE
LOW…/json-3.12.0/tools/gdb_pretty_printer/nlohmann-json.py16CODE
LOWmysql-test/suite/innodb_stress/t/load_generator.py268CODE
TODO Padding10 hits · 15 pts
SeverityFileLineSnippetContext
LOW…/geometry/algorithms/detail/equals/collect_vectors.hpp269// TODO: implement collected_vector type for geographicCOMMENT
LOW…t/boost_1_87_0/boost/geometry/srs/projections/spar.hpp51// 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…1_87_0/boost/geometry/srs/projections/impl/pj_init.hpp479// TODO: implement axis support for other types of parametersCOMMENT
LOW…ometry/geometries/adapted/boost_polygon/ring_proxy.hpp168 // TODO: implement this by resizing the containerCOMMENT
LOWextra/icu/icu-release-77-1/source/i18n/rbnf.cpp1481 // TODO: implement UParseErrorCOMMENT
LOWextra/icu/icu-release-77-1/source/i18n/rematch.cpp3884 // TODO: implement transparent bounds. Ticket #6067COMMENT
LOWextra/icu/icu-release-77-1/source/i18n/rematch.cpp5343 // TODO: implement transparent bounds. Ticket #6067COMMENT
LOW…/src/harness/include/mysql/harness/net_ts/io_context.h862 // TODO: implement if async_wait is implementedCOMMENT
Unused Imports10 hits · 10 pts
SeverityFileLineSnippetContext
LOWlibs/scripts/impl/create.py38CODE
LOWlibs/scripts/impl/cmakelists.py30CODE
LOWlibs/scripts/impl/cmakelists.py31CODE
LOWlibs/scripts/impl/file_edit.py30CODE
LOWlibs/scripts/impl/move.py39CODE
LOWextra/json/json-3.12.0/tools/amalgamate/amalgamate.py32CODE
LOWextra/json/json-3.12.0/tools/amalgamate/amalgamate.py33CODE
LOWextra/json/json-3.12.0/tools/amalgamate/amalgamate.py34CODE
LOWscripts/static_analysis_inc/tool_clang_tidy.py24CODE
LOWmysql-test/suite/innodb_stress/t/load_generator.py1CODE
AI Structural Patterns2 hits · 2 pts
SeverityFileLineSnippetContext
LOWlibs/scripts/impl/check.py194CODE
LOWlibs/scripts/impl/check.py370CODE
Modern AI Meta-Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
MEDIUM…lude/opentelemetry/semconv/incubating/aws_attributes.h24 href="https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html">guardrail</a> helpsCODE