Repository Analysis

facebook/hhvm

A virtual machine for executing programs written in Hack.

2.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of facebook/hhvm, a C++ project with 18,644 GitHub stars. SynthScan v2.0 examined 6,117,329 lines of code across 46685 source files, recording 12392 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 2.5 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).

2.5
Adjusted Score
2.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
18.6K
Stars
C++
Language
6.1M
Lines of Code
46.7K
Files
12.4K
Pattern Hits
2026-07-14
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

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

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 63HIGH 144MEDIUM 784LOW 11401

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 12392 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 Block8011 hits · 7634 pts
SeverityFileLineSnippetContext
LOWthird-party/CMakeLists.txt1# +----------------------------------------------------------------------+COMMENT
LOWthird-party/apply-quilt-patches.sh1#!/bin/shCOMMENT
LOWthird-party/apply-quilt-patches.sh21# ```COMMENT
LOWthird-party/third_party_notices.txt1261-----COMMENT
LOWthird-party/third_party_notices.txt1281// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORSCOMMENT
LOWthird-party/wangle/src/wangle/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWthird-party/wangle/src/wangle/ssl/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWthird-party/wangle/src/wangle/ssl/SSLContextManager.h21#include <folly/io/async/SSLContext.h>COMMENT
LOWthird-party/wangle/src/wangle/ssl/SSLContextManager.h81//COMMENT
LOWthird-party/wangle/src/wangle/ssl/SSLContextManager.cpp21#include <wangle/ssl/ClientHelloExtStats.h>COMMENT
LOWthird-party/wangle/src/wangle/ssl/SSLContextManager.cpp761 }COMMENT
LOWthird-party/wangle/src/wangle/ssl/SSLContextManager.cpp1041#endifCOMMENT
LOWthird-party/wangle/src/wangle/bootstrap/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW…arty/wangle/src/wangle/bootstrap/ServerBootstrap-inl.h21#include <folly/Synchronized.h>COMMENT
LOWthird-party/wangle/src/wangle/util/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWthird-party/wangle/src/wangle/util/Logging.h41#if WANGLE_LOGGING_GLOGCOMMENT
LOWthird-party/wangle/src/wangle/util/Logging.h61#define WANGLE_DCHECK_GE DCHECK_GECOMMENT
LOWthird-party/wangle/src/wangle/util/Logging.h81#define WANGLE_LOGGING_DBG_0 DBG0COMMENT
LOWthird-party/wangle/src/wangle/util/Logging.h101#define WANGLE_LOG_IF(level, cond) XLOG_IF(WANGLE_LOGLEVEL_##level, (cond))COMMENT
LOWthird-party/wangle/src/wangle/util/Logging.h121// TODO: replace with XPCHECK once folly provides one.COMMENT
LOWthird-party/wangle/src/wangle/util/Logging.h221#define WANGLE_DCHECK_GE(a, b) WANGLE_DCHECK_BINOP_(a, >=, b)COMMENT
LOWthird-party/wangle/src/wangle/example/ssl/Client.cpp21#include <folly/io/async/DelayedDestruction.h>COMMENT
LOWthird-party/wangle/src/wangle/codec/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWthird-party/wangle/src/wangle/channel/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWthird-party/wangle/src/wangle/channel/Pipeline.h21#include <folly/ExceptionWrapper.h>COMMENT
LOW…wangle/src/wangle/channel/broadcast/BroadcastHandler.h121#include <wangle/channel/broadcast/BroadcastHandler-inl.h>COMMENT
LOWthird-party/wangle/src/wangle/service/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWthird-party/wangle/src/wangle/client/ssl/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW…ty/wangle/src/wangle/client/persistence/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOW…-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h81 //COMMENT
LOW…-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h101 // Notation:COMMENT
LOW…-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h121 // as some event has not occurred on the originalEvb_ thread, then that eventCOMMENT
LOW…-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h141 // /COMMENT
LOW…-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h161 //COMMENT
LOW…-party/wangle/src/wangle/acceptor/EvbHandshakeHelper.h181 // of an "observer", C' occurs first, and D never happened.COMMENT
LOWthird-party/wangle/src/wangle/acceptor/Acceptor.h21#include <wangle/acceptor/LoadShedConfiguration.h>COMMENT
LOWthird-party/wangle/src/wangle/acceptor/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWthird-party/wangle/src/wangle/acceptor/Acceptor.cpp21#include <fmt/format.h>COMMENT
LOW…-party/wangle/src/wangle/acceptor/ServerSocketConfig.h21#include <wangle/ssl/SNIConfig.h>COMMENT
LOWthird-party/proxygen/src/proxygen/install.sh1#!/usr/bin/env bashCOMMENT
LOWthird-party/proxygen/src/proxygen/build.sh1#!/usr/bin/env bashCOMMENT
LOW…/src/proxygen/httpclient/samples/httperf2/HTTPerf2.cpp21#include <folly/FileUtil.h>COMMENT
LOW…rd-party/proxygen/src/proxygen/httpserver/HTTPServer.h1/*COMMENT
LOW…xygen/src/proxygen/httpserver/tests/HTTPServerTest.cpp1/*COMMENT
LOW…xygen/src/proxygen/httpserver/tests/HTTPServerTest.cpp21#include <folly/portability/Sockets.h>COMMENT
LOW…ygen/src/proxygen/httpserver/samples/hq/ConnIdLogger.h1/*COMMENT
LOW…proxygen/src/proxygen/httpserver/samples/hq/HQClient.h1/*COMMENT
LOW…en/src/proxygen/httpserver/samples/hq/SampleHandlers.h1/*COMMENT
LOW…en/src/proxygen/httpserver/samples/hq/SampleHandlers.h21#include <proxygen/lib/http/HTTPMessage.h>COMMENT
LOW…gen/src/proxygen/httpserver/samples/hq/FizzContext.cpp1/*COMMENT
LOW…proxygen/httpserver/samples/hq/test/test_0rtt_qpack.sh1#!/bin/bashCOMMENT
LOW…rc/proxygen/httpserver/samples/static/StaticServer.cpp1/*COMMENT
LOW…ygen/src/proxygen/lib/transport/qmux/QmuxConnector.cpp1/*COMMENT
LOW…proxygen/src/proxygen/lib/sampling/test/CMakeLists.txt1# Copyright (c) Meta Platforms, Inc. and affiliates.COMMENT
LOWthird-party/proxygen/src/proxygen/lib/utils/Export.h1/*COMMENT
LOWthird-party/proxygen/src/proxygen/lib/utils/Export.h21#if __GNUC__ >= 4COMMENT
LOWthird-party/proxygen/src/proxygen/lib/utils/Logging.cpp1/*COMMENT
LOW…ty/proxygen/src/proxygen/lib/utils/AsyncTimeoutSet.cpp101 // a call to timeoutExpired().COMMENT
LOW…ty/proxygen/src/proxygen/lib/utils/AsyncTimeoutSet.cpp181 //COMMENT
LOW…rty/proxygen/src/proxygen/lib/utils/UnionBasedStatic.h121COMMENT
7951 more matches not shown…
Hyper-Verbose Identifiers2214 hits · 2240 pts
SeverityFileLineSnippetContext
LOW…party/wangle/src/wangle/bootstrap/RoutingDataHandler.h25class RoutingDataHandler : public wangle::BytesToBytesHandler {CODE
LOWthird-party/wangle/src/wangle/bootstrap/test/Mocks.h78class MockRoutingDataHandler : public RoutingDataHandler<char> {CODE
LOW…gle/example/accept_steering/accept_steering_server.cpp36class NaiveRoutingDataHandler : public RoutingDataHandler<char> {CODE
LOW…wangle/src/wangle/example/broadcast/BroadcastProxy.cpp100class ClientIPRoutingDataHandler : public RoutingDataHandler<std::string> {CODE
LOW…arty/proxygen/src/proxygen/httpserver/RequestHandler.h15class ResponseHandler;CODE
LOW…arty/proxygen/src/proxygen/httpserver/RequestHandler.h22class RequestHandler {CODE
LOW…oxygen/src/proxygen/httpserver/RequestHandlerAdaptor.h16class RequestHandler;CODE
LOWthird-party/proxygen/src/proxygen/httpserver/Mocks.h22class MockResponseHandler : public ResponseHandler {CODE
LOWthird-party/proxygen/src/proxygen/httpserver/Mocks.h71class MockRequestHandler : public RequestHandler {CODE
LOW…rty/proxygen/src/proxygen/httpserver/ResponseHandler.h16class RequestHandler;CODE
LOW…rty/proxygen/src/proxygen/httpserver/ResponseHandler.h43class ResponseHandler {CODE
LOW…rc/proxygen/httpserver/filters/DirectResponseHandler.h19class DirectResponseHandler : public RequestHandler {CODE
LOW…oxygen/httpserver/samples/websocket/WebSocketHandler.h16class ResponseHandler;CODE
LOW…gen/src/proxygen/httpserver/samples/echo/EchoHandler.h15class ResponseHandler;CODE
LOW…n/src/proxygen/httpserver/samples/proxy/ProxyHandler.h19class ResponseHandler;CODE
LOW…/proxygen/httpserver/samples/push/PushRequestHandler.h15class ResponseHandler;CODE
LOW…/proxygen/httpserver/samples/push/PushRequestHandler.h22class PushRequestHandler : public proxygen::RequestHandler {CODE
LOW…src/proxygen/httpserver/samples/static/StaticHandler.h17class ResponseHandler;CODE
LOW…xygen/src/proxygen/lib/http/codec/H3EarlyDataHandler.h36class H3EarlyDataHandler : public quic::EarlyDataAppParamsHandler {CODE
LOW…/proxygen/src/proxygen/lib/http/coro/HTTPCoroSession.h44class H3EarlyDataHandler;CODE
LOW…/proxygen/lib/http/session/HTTPDirectResponseHandler.h17class HTTPDirectResponseHandler : public HTTPTransaction::Handler {CODE
LOW…/proxygen/lib/http/session/CodecErrorResponseHandler.h17class CodecErrorResponseHandler : public HTTPTransaction::Handler {CODE
LOW…party/fb-mysql/8.0.20/include/mysql/psi/mysql_rwlock.h51 @def mysql_prlock_assert_write_owner(M)CODE
LOW…party/fb-mysql/8.0.20/include/mysql/psi/mysql_rwlock.h64 @def mysql_prlock_assert_not_write_owner(M)CODE
LOW…-party/fb-mysql/8.0.20/include/mysql/psi/mysql_mutex.h114 @def mysql_mutex_assert_not_owner(M)CODE
LOW…d-party/fb-mysql/8.0.20/include/mysql/psi/mysql_file.h416 @def mysql_file_create_with_symlink(K, P1, P2, P3, P4, P5)CODE
LOW…d-party/fb-mysql/8.0.20/include/mysql/psi/mysql_file.h431 @def mysql_file_delete_with_symlink(K, P1, P2)CODE
LOW…d-party/fb-mysql/8.0.20/include/mysql/psi/mysql_file.h445 @def mysql_file_rename_with_symlink(K, P1, P2, P3)CODE
LOW…-mysql/8.0.20/sql-common/client_async_authentication.h85typedef mysql_state_machine_status (*authsm_function)(mysql_async_auth *);CODE
LOW…-mysql/8.0.20/sql-common/client_async_authentication.h124typedef mysql_state_machine_status (*csm_function)(mysql_async_connect *);CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py208 def add_force_option_undefine(option, opt, value, parser):CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py552 def forward_genconfig_options():CODE
LOW…ql/8.0.20/extra/duktape/duktape-2.3.0/tools/dukutil.py247def duk_heap_hashstring_dense(x, hash_seed, big_endian=False, strhash16=False):CODE
LOW…ql/8.0.20/extra/duktape/duktape-2.3.0/tools/dukutil.py277def duk_heap_hashstring_sparse(x, hash_seed, strhash16=False):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py1581def emit_ramstr_source_strinit_data(genc, strdata):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py1584def emit_ramstr_header_strinit_defines(genc, meta, strdata, strmaxlen):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py1592def emit_header_stridx_defines(genc, meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py2070def emit_ramobj_source_objinit_data(genc, init_data):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py2073def emit_ramobj_header_nativefunc_array(genc, native_func_list):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py2078def emit_ramobj_header_objects(genc, meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py2087def emit_ramobj_header_initdata(genc, init_data):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py80def recursive_strings_to_bytes(doc):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py100def recursive_bytes_to_strings(doc):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py147def metadata_lookup_object_and_index(meta, obj_id):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py159def metadata_lookup_property_and_index(obj, key):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py218def metadata_delete_dangling_references_to_object(meta, obj_id):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py243def metadata_merge_user_objects(meta, user_meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py329def metadata_normalize_symbol_strings(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py345def metadata_normalize_nargs_length(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py375def metadata_prepare_objects_bidx(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py402def metadata_normalize_shorthand(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py590def metadata_normalize_property_attributes(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py633def metadata_normalize_rom_property_attributes(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py643def metadata_normalize_ram_function_names(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py662def metadata_add_ram_filtered_object_list(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py692def metadata_normalize_missing_strings(meta, user_meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py722def metadata_convert_lightfuncs(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py811def metadata_remove_orphan_objects(meta):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py866def metadata_add_string_define_names(strlist, special_defs):CODE
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py889def metadata_add_string_used_stridx(strlist, used_stridx_meta):CODE
2154 more matches not shown…
Decorative Section Separators455 hits · 1389 pts
SeverityFileLineSnippetContext
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt117# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt119# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt196# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt198# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt218# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt220# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt240# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt242# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt350# =============================================================================COMMENT
MEDIUMthird-party/wangle/src/wangle/CMakeLists.txt352# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/CMakeLists.txt17# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/CMakeLists.txt19# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/CMakeLists.txt22# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/CMakeLists.txt24# =============================================================================COMMENT
MEDIUM…-party/proxygen/src/proxygen/httpserver/CMakeLists.txt77# =============================================================================COMMENT
MEDIUM…-party/proxygen/src/proxygen/httpserver/CMakeLists.txt79# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/lib/CMakeLists.txt106# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/lib/CMakeLists.txt109# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/lib/CMakeLists.txt135# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/lib/CMakeLists.txt139# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/lib/CMakeLists.txt150# =============================================================================COMMENT
MEDIUMthird-party/proxygen/src/proxygen/lib/CMakeLists.txt152# =============================================================================COMMENT
MEDIUM…-mysql/8.0.20/packaging/solaris/postinstall-solaris.sh107# ----------------------------------------------------------------------COMMENT
MEDIUM…-mysql/8.0.20/packaging/solaris/postinstall-solaris.sh117# ----------------------------------------------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh169# ----------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh178# --------------------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh480# -------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh529# ---------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh575# ----------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh598# --------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh622# ------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh646# ------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh679# -------------------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh691# --------------------------------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh712# ----------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh731# --------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh740# ------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh776# -----------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh789# -----------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh801# -----------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh812# ---------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh838# ---------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh886# -------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh924# ------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1014# --------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1030# --------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1095# --------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1147# -------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1177# ---------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1207# -----------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1232# ------------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1261# ----------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1282# -------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1295# -----------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1308# ----------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1333# -----------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1350# ---------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1483# -----------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1495# ---------------------------------COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1512# ------------------------------------COMMENT
395 more matches not shown…
Hallucination Indicators63 hits · 705 pts
SeverityFileLineSnippetContext
CRITICAL…t/src/thrift/test/thrift-python/abstract_types_test.py1282 struct_field=thrift.test.thrift_python.union_test.thrift_types.TestStruct()CODE
CRITICAL…t/src/thrift/test/thrift-python/abstract_types_test.py1290 struct_field=thrift.test.thrift_python.union_test.thrift_mutable_types.TestStruct()CODE
CRITICAL…cated/src/test/java/com/facebook/thrift/UnionTest.java221 new com.facebook.thrift.android.test.MySimpleUnion();CODE
CRITICAL…cated/src/test/java/com/facebook/thrift/UnionTest.java243 new com.facebook.thrift.android.test.MySimpleUnion();CODE
CRITICAL…cated/src/test/java/com/facebook/thrift/UnionTest.java252 new com.facebook.thrift.android.test.MySimpleUnion(CODE
CRITICAL…cated/src/test/java/com/facebook/thrift/UnionTest.java254 new com.facebook.thrift.android.test.MySimpleStruct(1L, "blabla"));CODE
CRITICAL…cated/src/test/java/com/facebook/thrift/UnionTest.java258 new com.facebook.thrift.android.test.MySimpleUnion(CODE
CRITICAL…cated/src/test/java/com/facebook/thrift/UnionTest.java265 com.facebook.thrift.javaswift.test.MySimpleUnion.fromCaseOne(1);CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java55 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java61 new com.facebook.thrift.java.test.MySimpleStruct();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java74 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java80 new com.facebook.thrift.java.test.MySimpleStruct();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java94 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java101 new com.facebook.thrift.java.test.MySimpleUnion();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java116 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java139 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java145 new com.facebook.thrift.java.test.SimpleStructTypes();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java171 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java200 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java285 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java342 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java349 new com.facebook.thrift.java.test.SimpleCollectionStruct();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java435 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java450 new com.facebook.thrift.java.test.ComplexNestedStruct();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java567 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java648 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java676 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…st/java/com/facebook/thrift/DeprecatedToSwiftTest.java738 new org.apache.thrift.protocol.TCompactProtocol.Factory();CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java121 new com.facebook.thrift.android.test.MySimpleStruct(123L, "toto");CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java125 new com.facebook.thrift.android.test.MySimpleStruct(null, "toto");CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java140 new com.facebook.thrift.android.test.MySimpleStruct(123L, "toto");CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java152 new com.facebook.thrift.android.test.MySimpleStruct(id, name);CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java162 com.facebook.thrift.android.test.MySimpleUnion.caseOne(1L);CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java172 new com.facebook.thrift.android.test.MySimpleStruct(id, name);CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java176 com.facebook.thrift.android.test.MySimpleUnion.caseFour(simpleStruct2);CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java189 new com.facebook.thrift.android.test.MySimpleStruct(id, name);CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java220 new com.facebook.thrift.android.test.MySimpleStruct(id, name);CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java222 com.facebook.thrift.android.test.MySimpleUnion.caseOne(1L);CODE
CRITICAL…src/test/java/com/facebook/thrift/TBaseHelperTest.java224 new com.facebook.thrift.android.test.NestedStruct(myMap, struct2, mySet, myList, union2);CODE
CRITICAL…test/java/com/facebook/thrift/SensitiveStructTest.java37 new com.facebook.thrift.android.test.MySensitiveStruct(123L, password);CODE
CRITICAL…test/java/com/facebook/thrift/SensitiveStructTest.java44 new com.facebook.thrift.javaswift.test.MySensitiveStruct.Builder()CODE
CRITICAL…ated/src/test/java/com/facebook/thrift/StructTest.java193 new com.facebook.thrift.android.test.StructWithOptional(1L, "toto", 2, "titi");CODE
CRITICAL…ated/src/test/java/com/facebook/thrift/StructTest.java196 new com.facebook.thrift.android.test.StructWithOptional(1L, "toto", 2, null);CODE
CRITICAL…ated/src/test/java/com/facebook/thrift/StructTest.java200 new com.facebook.thrift.android.test.StructWithOptional(1L, "toto", null, "titi");CODE
CRITICAL…/facebook/thrift/protocol/TSimpleJSONProtocolTest.java216 new com.facebook.thrift.android.test.EveryLayout.Builder()CODE
CRITICAL…/facebook/thrift/protocol/TSimpleJSONProtocolTest.java255 () -> com.facebook.thrift.android.test.EveryLayout.deserialize(protocol2));CODE
CRITICAL…ebook/thrift/client/ClientRuntimeThriftClientTest.java309 org.junit.jupiter.api.Assertions.assertEquals(CODE
CRITICAL…om/facebook/thrift/util/resources/ResourcesHolder.java63 com.facebook.thrift.util.NettyUtil.createEventLoopGroup(CODE
CRITICALhphp/hack/src/hackc/ir/conversions/bc_to_ir/sequence.rs147 self.builder.func.repr.ex_frames.insert(CODE
CRITICALhphp/hack/src/hackc/ir/conversions/bc_to_ir/func.rs99 ctx.builder.func.repr.params.push(ir_param);CODE
CRITICALhphp/hack/src/hackc/ir/assemble/func.rs310 assert!(self.builder.func.repr.instrs.is_empty());CODE
CRITICALhphp/hack/src/hackc/ir/assemble/func.rs1151 self.builder.func.coeffects.cc_param.push(CcParam {CODE
CRITICALhphp/hack/src/hackc/ir/assemble/func.rs1171 self.builder.func.coeffects.cc_reified.push(CcReified {CODE
CRITICALhphp/hack/src/hackc/ir/assemble/func.rs1190 self.builder.func.coeffects.cc_this.push(CcThis { types });CODE
CRITICALhphp/hack/src/hackc/ir/assemble/func.rs1240 if self.builder.func.repr.imms.len() <= idx.as_usize() {CODE
CRITICALhphp/hack/src/hackc/ir/assemble/func.rs1271 self.builder.func.repr.ex_frames.insert(num, frame);CODE
CRITICALhphp/hack/src/hackc/ir/assemble/func.rs1501 if self.builder.func.repr.blocks.len() <= bid.as_usize() {CODE
CRITICALhphp/hack/src/hackc/sem_diff/state.rs502 ip.next(self.body.hhbc_body.repr.instrs.len())CODE
CRITICALhphp/hack/src/hackc/sem_diff/state.rs1106 self.body.hhbc_body.repr.instrs.get(idx)CODE
CRITICALhphp/hack/src/hackc/sem_diff/state.rs1156 let params_len = self.body.hhbc_body.repr.params.len();CODE
3 more matches not shown…
AI Slop Vocabulary227 hits · 658 pts
SeverityFileLineSnippetContext
MEDIUM…oxygen/src/proxygen/lib/http/session/HTTPSessionBase.h757 // utilize getController/setController protected methods. This ensures weCOMMENT
MEDIUMthird-party/squangle/src/squangle/mysql_client/Query.h15// below. This is will make your code more robust and reliable whileCOMMENT
MEDIUMthird-party/tbb/src/src/test/test_cilk_interop.cpp22#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_blocked_range2d.cpp109#include "harness.h"COMMENT
MEDIUM…ty/tbb/src/src/test/test_concurrent_priority_queue.cpp25#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_semaphore.cpp42#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_intrusive_list.cpp22#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_eh_algorithms.cpp24#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_ittnotify.cpp28#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_handle_perror.cpp28#include "harness.h"COMMENT
MEDIUM…d-party/tbb/src/src/test/harness_concurrency_tracker.h36#include "harness.h" // for Harness::NoCopyCOMMENT
MEDIUM…arty/tbb/src/src/test/test_task_scheduler_observer.cpp31#include "harness.h"COMMENT
MEDIUM…rd-party/tbb/src/src/test/test_flow_graph_whitebox.cpp32#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_critical_section.cpp28#include "harness.h"COMMENT
MEDIUM…d-party/tbb/src/src/test/test_mutex_native_threads.cpp30#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_hw_concurrency.cpp25#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_hw_concurrency.cpp31#include "harness.h"COMMENT
MEDIUM…y/tbb/src/src/test/test_parallel_for_vectorization.cpp38#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_partitioner.h31#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_tick_count.cpp64#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_streaming_node.cpp36#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_streaming_node.cpp916#include "harness.h"COMMENT
MEDIUM…rd-party/tbb/src/src/test/test_concurrent_hash_map.cpp84#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_model_plugin.cpp29#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_model_plugin.cpp40#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_model_plugin.cpp121#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_tuple.cpp25#include "harness.h"COMMENT
MEDIUM…rd-party/tbb/src/src/test/test_task_scheduler_init.cpp48#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_eh_flow_graph.cpp34#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_openmp.cpp108#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_openmp.cpp207 // For the purpose of testing, assume that OpenMP and TBB should utilize the same # of threads.COMMENT
MEDIUMthird-party/tbb/src/src/test/test_inits_loop.cpp24#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_inits_loop.cpp88#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/harness_inject_scheduler.h71#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_source_node.cpp22#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_buffer_node.cpp21#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_parallel_while.cpp22#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_blocked_range3d.cpp135#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_tbb_header.cpp121#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_malloc_atexit.cpp55#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_malloc_atexit.cpp141#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_aligned_space.cpp71#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_static_assert.cpp75#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_parallel_scan.cpp35#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_dynamic_link.cpp61#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_malloc_pools.cpp24#include "harness.h"COMMENT
MEDIUM…d-party/tbb/src/src/test/test_container_move_support.h24#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_task_arena.cpp46#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_parallel_do.cpp24#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_aggregator.cpp26#include "harness.h"COMMENT
MEDIUM…y/tbb/src/src/test/test_enumerable_thread_specific.cpp42#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_pipeline_with_tbf.cpp27#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_broadcast_node.cpp21#include "harness.h"COMMENT
MEDIUM…d-party/tbb/src/src/test/test_malloc_init_shutdown.cpp26#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_tbb_fork.cpp33#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_lambda.cpp24#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_lambda.cpp49#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_task_steal_limit.cpp22#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_blocked_range.cpp86#include "harness.h"COMMENT
MEDIUMthird-party/tbb/src/src/test/test_task_assertions.cpp39#include "harness.h"COMMENT
167 more matches not shown…
Unused Imports555 hits · 541 pts
SeverityFileLineSnippetContext
LOWthird-party/tbb/src/python/setup.py23CODE
LOWthird-party/tbb/src/python/setup.py24CODE
LOWthird-party/tbb/src/python/setup.py28CODE
LOWthird-party/tbb/src/python/TBB.py22CODE
LOWthird-party/tbb/src/python/TBB.py23CODE
LOWthird-party/tbb/src/python/TBB.py23CODE
LOWthird-party/tbb/src/python/tbb/__init__.py22CODE
LOWthird-party/tbb/src/python/tbb/__init__.py30CODE
LOWthird-party/tbb/src/python/tbb/__init__.py32CODE
LOWthird-party/tbb/src/python/tbb/test.py52CODE
LOWthird-party/tbb/src/python/tbb/test.py56CODE
LOWthird-party/tbb/src/python/tbb/test.py57CODE
LOWthird-party/tbb/src/python/tbb/pool.py76CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/yaml2json.py1CODE
LOW…ra/duktape/duktape-2.3.0/tools/prepare_unicode_data.py7CODE
LOW…ra/duktape/duktape-2.3.0/tools/prepare_unicode_data.py8CODE
LOW…ql/8.0.20/extra/duktape/duktape-2.3.0/tools/dukutil.py6CODE
LOW….20/extra/duktape/duktape-2.3.0/tools/dump_bytecode.py6CODE
LOW….20/extra/duktape/duktape-2.3.0/tools/dump_bytecode.py7CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py29CODE
LOW…duktape/duktape-2.3.0/tools/resolve_combined_lineno.py9CODE
LOW…ra/duktape/duktape-2.3.0/tools/duk_meta_to_strarray.py7CODE
LOW…/extra/duktape/duktape-2.3.0/tools/merge_debug_meta.py12CODE
LOW…0.20/extra/duktape/duktape-2.3.0/tools/scan_strings.py13CODE
LOW…/duktape/duktape-2.3.0/tools/extract_unique_options.py8CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/json2yaml.py1CODE
LOW…a/duktape/duktape-2.3.0/tools/scan_used_stridx_bidx.py13CODE
LOW…pe/duktape-2.3.0/examples/alloc-logging/log2gnuplot.py11CODE
LOW…ty/thrift/src/thrift/test/py/reserved_keywords_test.py17CODE
LOW…ty/thrift/src/thrift/test/py/reserved_keywords_test.py17CODE
LOW…ty/thrift/src/thrift/test/py/reserved_keywords_test.py17CODE
LOW…ty/thrift/src/thrift/test/py/reserved_keywords_test.py17CODE
LOW…ty/thrift/src/thrift/test/py/reserved_keywords_test.py25CODE
LOWthird-party/thrift/src/thrift/test/py/JSONReaderTest.py17CODE
LOWthird-party/thrift/src/thrift/test/py/JSONReaderTest.py17CODE
LOWthird-party/thrift/src/thrift/test/py/JSONReaderTest.py17CODE
LOWthird-party/thrift/src/thrift/test/py/JSONReaderTest.py17CODE
LOW…-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py18CODE
LOW…-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py18CODE
LOW…-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py18CODE
LOW…-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py18CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py18CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py18CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py18CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py18CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py31CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py32CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py37CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py39CODE
LOW…arty/thrift/src/thrift/test/py/TestOptionalRequired.py17CODE
LOW…arty/thrift/src/thrift/test/py/TestOptionalRequired.py17CODE
LOW…arty/thrift/src/thrift/test/py/TestOptionalRequired.py17CODE
LOW…arty/thrift/src/thrift/test/py/TestOptionalRequired.py17CODE
LOWthird-party/thrift/src/thrift/test/py/enums_test.py18CODE
LOWthird-party/thrift/src/thrift/test/py/enums_test.py18CODE
LOWthird-party/thrift/src/thrift/test/py/enums_test.py18CODE
LOWthird-party/thrift/src/thrift/test/py/enums_test.py18CODE
LOWthird-party/thrift/src/thrift/test/py/TestSyntax.py16CODE
LOWthird-party/thrift/src/thrift/test/py/TestSyntax.py16CODE
LOWthird-party/thrift/src/thrift/test/py/TestSyntax.py16CODE
495 more matches not shown…
Cross-Language Confusion67 hits · 351 pts
SeverityFileLineSnippetContext
HIGHthird-party/thrift/src/thrift/test/py/JSONReaderTest.py35 struct.readFromJson('{ "data" : null }')CODE
HIGHthird-party/thrift/src/thrift/test/py/JSONReaderTest.py41 struct.readFromJson('{ "data" : null }')CODE
HIGHthird-party/thrift/src/thrift/test/py/JSONReaderTest.py46 struct.readFromJson('{ "data" : null }', bad_kwarg=True)CODE
HIGH…-party/thrift/src/thrift/test/py/SimpleJSONReadTest.py183 j = '{"aString": "a fancy e looks like \\u00e9", "anotherString": null, "anInteger": 10, "unknownField": null}'CODE
HIGH…-party/watchman/src/watchman/integration/test_fishy.py37 "mv foo bar && ln -s bar foo",CODE
HIGH…-party/watchman/src/watchman/integration/test_fishy.py57 "touch a && mkdir d1 d2 && mv d1 d2 && mv d2/d1 . && mv a d1",CODE
HIGH…chman/src/watchman/integration/lib/WatchmanInstance.py246 # pyre-fixme[61]: `val` is undefined, or not always defined.COMMENT
HIGHthird-party/folly/src/folly/python/test/iobuf.py363 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py372 self.assertEqual(xb.length(), 15)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py409 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py412 self.assertEqual(xb.length(), 16)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py416 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py426 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py436 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py440 self.assertEqual(xb.length(), 16)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py444 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py455 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py458 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py460 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py471 self.assertEqual(xb.length(), 16)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py475 self.assertEqual(xb.length(), 10)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py478 self.assertEqual(xb.length(), 4)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py482 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py485 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py494 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py497 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py500 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py504 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py507 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py517 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py528 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py531 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py533 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py544 self.assertEqual(xb.length(), 16)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py548 self.assertEqual(xb.length(), 10)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py551 self.assertEqual(xb.length(), 4)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py555 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py558 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py567 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py570 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py573 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py577 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py580 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py590 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py601 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py604 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py606 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py608 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py619 self.assertEqual(xb.length(), 16)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py623 self.assertEqual(xb.length(), 10)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py626 self.assertEqual(xb.length(), 16)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py630 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py633 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py635 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py644 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py647 self.assertEqual(xb.length(), 5)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py649 self.assertEqual(xb.length(), 0)CODE
HIGHthird-party/folly/src/folly/python/test/iobuf.py659 self.assertEqual(xb.length(), 0)CODE
HIGHhphp/tools/lldb/test/base.py145 # pyre-fixme[61]: `status` is undefined, or not always defined.COMMENT
HIGHhphp/tools/lldb/test/base.py146 # pyre-fixme[61]: `output` is undefined, or not always defined.COMMENT
7 more matches not shown…
Cross-Language Confusion (JS/TS)47 hits · 312 pts
SeverityFileLineSnippetContext
HIGH…/fb-mysql/8.0.20/extra/duktape/duktape-2.3.0/mandel.js45 print(line.join(''));CODE
HIGH…/fb-mysql/8.0.20/extra/duktape/duktape-2.3.0/mandel.js52 print(e.stack || e);CODE
HIGH…0.20/extra/duktape/duktape-2.3.0/examples/guide/fib.js13 print(res.join(' '));CODE
HIGH…20/extra/duktape/duktape-2.3.0/examples/guide/prime.js26 print('Have native helper: ' + (primeCheckHelper !== primeCheckECMAScript));CODE
HIGH…20/extra/duktape/duktape-2.3.0/examples/guide/prime.js30 print(res.join(' '));CODE
HIGH…duktape-2.3.0/examples/eventloop/server-socket-test.js6print('automatic exit after ' + (EXIT_TIMEOUT / 1e3) + ' seconds');CODE
HIGH…duktape-2.3.0/examples/eventloop/server-socket-test.js8 print('exit timer');CODE
HIGH…duktape-2.3.0/examples/eventloop/server-socket-test.js12print('listen on ' + HOST + ':' + PORT);CODE
HIGH…duktape-2.3.0/examples/eventloop/server-socket-test.js14 print('new connection on fd ' + fd + ' from ' + addr + ':' + port);CODE
HIGH…duktape-2.3.0/examples/eventloop/server-socket-test.js31 print('read data on fd ' + fd + ', length ' + data.length);CODE
HIGH…duktape-2.3.0/examples/eventloop/client-socket-test.js6print('automatic exit after ' + (EXIT_TIMEOUT / 1e3) + ' seconds');CODE
HIGH…duktape-2.3.0/examples/eventloop/client-socket-test.js8 print('exit timer');CODE
HIGH…duktape-2.3.0/examples/eventloop/client-socket-test.js13 print('connected to ' + HOST + ':' + PORT + ', fd', fd);CODE
HIGH…duktape-2.3.0/examples/eventloop/client-socket-test.js15 print('read from fd', fd);CODE
HIGH…duktape-2.3.0/examples/eventloop/client-socket-test.js16 print(data);CODE
HIGH…duktape/duktape-2.3.0/examples/eventloop/basic-test.js12 print('interval', ++count, x, y);CODE
HIGH…ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js42 print('TIMER STATE:');CODE
HIGH…ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js44 print(' ' + Duktape.enc('jx', t));CODE
HIGH…ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js47 print(' EXPIRING: ' + Duktape.enc('jx', this.expiring));CODE
HIGH…ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js182 print('timer callback failed, ignored: ' + e);CODE
HIGH…ape/duktape-2.3.0/examples/eventloop/ecma_eventloop.js258 print('no active timers and no sockets to poll, exit');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js964 print('Usage: dukluv ' + argv[1] + ' [option]+');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js965 print('');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js966 print(' --server-host HOST JSON proxy server listen address');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js967 print(' --server-port PORT JSON proxy server listen port');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js968 print(' --target-host HOST Debug target address');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js969 print(' --target-port PORT Debug target port');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js970 print(' --metadata FILE Proxy metadata file (usually named duk_debug_meta.json)');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js971 print(' --log-level LEVEL Set log level, default is 2; 0=trace, 1=debug, 2=info, 3=warn, etc');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js972 print(' --single Run a single proxy connection and exit (default: persist for multiple conneCODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js973 print(' --readable-numbers Add a non-programmatic "value" key for IEEE doubles help readability');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js974 print(' --lenient Ignore (with warning) invalid JSON without dropping connection');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js975 print(' --jx-parse Parse JSON proxy input with JX, useful when testing manually');CODE
HIGH…xtra/duktape/duktape-2.3.0/debugger/duk_debug_proxy.js976 print('');CODE
HIGH…ktape/duktape-2.3.0/extras/duk-v1-compat/test_eval1.js2print('Hello from test_eval1.js');CODE
HIGH…ktape/duktape-2.3.0/extras/duk-v1-compat/test_eval1.js3print(new Error('test error for traceback (shows filename)').stack);CODE
HIGH…pe/duktape-2.3.0/extras/duk-v1-compat/test_compile2.js2print('Hello from test_compile2.js');CODE
HIGH…pe/duktape-2.3.0/extras/duk-v1-compat/test_compile1.js2print('Hello from test_compile1.js');CODE
HIGH…pe/duktape-2.3.0/extras/duk-v1-compat/test_compile1.js3print(new Error('test error for traceback (shows filename)').stack);CODE
HIGH…ktape/duktape-2.3.0/extras/duk-v1-compat/test_eval2.js2print('Hello from test_eval2.js');CODE
HIGH…ktape/duktape-2.3.0/extras/duk-v1-compat/test_eval2.js3print(new Error('test error for traceback (shows filename)').stack);CODE
HIGH…a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js8 print('===', idx, '->', Duktape.enc('jx', test));CODE
HIGH…a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js14 print('decode failed: ' + e);CODE
HIGH…a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js18 print('dec (jx): ' + Duktape.enc('jx', dec));CODE
HIGH…a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js21 print('decoded compare failed');CODE
HIGH…a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js25 print('re-enc: ' + Duktape.enc('hex', enc));CODE
HIGH…a/duktape/duktape-2.3.0/extras/cbor/run_testvectors.js27 print('roundtrip failed');CODE
Excessive Try-Catch Wrapping166 hits · 205 pts
SeverityFileLineSnippetContext
LOWthird-party/tbb/src/python/tbb/__init__.py224 except Exception as e:CODE
MEDIUMthird-party/tbb/src/python/tbb/__init__.py219def init_sem_name():CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py53 except Exception:CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py67 except Exception:CODE
LOWthird-party/thrift/src/thrift/test/py/TestSocket.py81 except Exception:CODE
LOWthird-party/thrift/src/thrift/test/py/UnionTests.py42 except Exception:CODE
LOW…rd-party/thrift/src/thrift/test/py/TestClientServer.py259 except Exception: # type is undefinedCODE
LOW…hrift/src/thrift/test/py-asyncio/test_suite_asyncio.py203 except Exception: # type is undefinedCODE
LOW…t/src/thrift/test/thrift-python/abstract_types_test.py278 except Exception as ex:CODE
LOW…party/thrift/src/thrift/test/testset/generator_test.py73 except Exception:STRING
LOWthird-party/thrift/src/thrift/lib/py/async_common.py328 except Exception as ex:CODE
LOWthird-party/thrift/src/thrift/lib/py/async_common.py396 except Exception:CODE
MEDIUMthird-party/thrift/src/thrift/lib/py/async_common.py173def close(self):CODE
LOWthird-party/thrift/src/thrift/lib/py/Thrift.py227 except Exception as e:CODE
LOW…rd-party/thrift/src/thrift/lib/py/transport/TSocket.py70 except Exception:CODE
LOW…rd-party/thrift/src/thrift/lib/py/transport/TSocket.py450 except Exception:CODE
MEDIUM…rd-party/thrift/src/thrift/lib/py/transport/TSocket.py67def unregister(self, fileno):CODE
LOW…arty/thrift/src/thrift/lib/py/transport/THttpClient.py149 except Exception as e:CODE
LOWthird-party/thrift/src/thrift/lib/py/util/remote.py250 except Exception:CODE
MEDIUMthird-party/thrift/src/thrift/lib/py/util/remote.py394 print("Error: %s" % error_message, file=err_out)CODE
LOWthird-party/thrift/src/thrift/lib/py/util/remote.py537 except Exception:CODE
LOWthird-party/thrift/src/thrift/lib/py/util/fuzzer.py408 except Exception:CODE
LOWthird-party/thrift/src/thrift/lib/py/util/fuzzer.py796 except Exception as e:CODE
MEDIUMthird-party/thrift/src/thrift/lib/py/util/fuzzer.py260def _try_parse_type(cls, name, type_, val):CODE
LOWthird-party/thrift/src/thrift/lib/py/util/Decorators.py147 except Exception as e:CODE
LOWthird-party/thrift/src/thrift/lib/py/util/Decorators.py217 except Exception as e:CODE
LOWthird-party/thrift/src/thrift/lib/py/util/Decorators.py330 except Exception as e:CODE
MEDIUMthird-party/thrift/src/thrift/lib/py/util/Decorators.py238def _done(future, processor, handler_ctx, fn_name, oprot, reply_type, seqid, oneCODE
LOW…rd-party/thrift/src/thrift/lib/py/server/TCppServer.py195 except Exception:CODE
MEDIUM…rd-party/thrift/src/thrift/lib/py/server/TCppServer.py89def call_processor(CODE
LOWthird-party/thrift/src/thrift/lib/py/server/TServer.py206 except Exception as x:CODE
LOW…ft/src/thrift/lib/py/server/test/TAsyncioServerTest.py309 except Exception:CODE
LOWthird-party/thrift/src/thrift/lib/python/metadata.py154 except Exception:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_set_test.py679 except Exception as error:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py234 except Exception:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py315 except Exception:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py492 except Exception as error:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py1177 except Exception as error:CODE
LOW…thrift/src/thrift/lib/python/test/mutable_list_test.py616 except Exception as error:CODE
LOW…thrift/src/thrift/lib/python/test/mutable_list_test.py767 except Exception as error:CODE
LOW…rty/thrift/src/thrift/lib/python/test/client_server.py466 except Exception as e:CODE
LOW…ython/server/test/interactions/connection_drop_test.py99 except Exception:CODE
LOW…ython/server/test/interactions/connection_drop_test.py128 except Exception:CODE
LOW…ift/src/thrift/lib/python/schema/type_system_bridge.py383 except Exception:CODE
LOWthird-party/thrift/src/thrift/lib/py3/testing.py55 except Exception:CODE
LOW…party/thrift/src/thrift/compiler/test/fixture_utils.py257 except Exception as err:CODE
LOW…-party/thrift/src/thrift/compiler/test/fixture_test.py81 except Exception:CODE
LOW…rty/thrift/src/thrift/conformance/python/rpc_client.py244 except Exception:CODE
LOW…rty/thrift/src/thrift/conformance/python/rpc_client.py260 except Exception:CODE
LOWthird-party/mcrouter/src/mcrouter/test/MCProcess.py120 except Exception:CODE
LOWthird-party/mcrouter/src/mcrouter/test/MCProcess.py228 except Exception as e:CODE
LOWthird-party/mcrouter/src/mcrouter/test/MCProcess.py267 except Exception as e:CODE
MEDIUMthird-party/mcrouter/src/mcrouter/test/MCProcess.py268 print(f"Error on sending mcVersion in Thrift: {e}")CODE
LOW…rty/mcrouter/src/mcrouter/test/test_mcrouter_errors.py356 except Exception as e:CODE
LOW…d-party/mcrouter/src/mcrouter/test/McrouterTestCase.py163 except Exception as e:CODE
MEDIUM…d-party/mcrouter/src/mcrouter/test/McrouterTestCase.py159def _is_mcrouter_running(self, mcrouter):CODE
LOWthird-party/watchman/src/watchman/runtests.py52except Exception:CODE
LOWthird-party/watchman/src/watchman/runtests.py457 except Exception as e:CODE
LOWthird-party/watchman/src/watchman/runtests.py478 except Exception as exc:CODE
LOWthird-party/watchman/src/watchman/runtests.py486 except Exception:CODE
106 more matches not shown…
Structural Annotation Overuse88 hits · 163 pts
SeverityFileLineSnippetContext
LOW…y/proxygen/src/proxygen/lib/http/session/HQSession.cpp1663 // NOTE: This function needs to be idempotent. i.e. be a no-op if invokedCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp318 // Step 4: if the source is ASCII then proceed to step 8COMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp366 //Step 7: prepend the ACE prefixCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp368 //Step 6: copy the contents in b2 into destCOMMENT
LOW…ird-party/thrift/src/thrift/lib/go/thrift/processor.go94 // Step 1: Decode message only using Decoder interface and GetResponseHeaders method on the protocol.COMMENT
LOW…ird-party/thrift/src/thrift/lib/go/thrift/processor.go145 // Step 2: Processing the message without using the Protocol.COMMENT
LOW…ird-party/thrift/src/thrift/lib/go/thrift/processor.go167 // Step 3: Write the message using only the Encoder interface and SetRequestHeader method.COMMENT
LOW…y/thrift/src/thrift/lib/py3/test/auto_migrate/enums.py360 # NOTE: The following assertion used to be reversed, but has been failing forCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1407 // Step 2: Fire timeout - run(Timeout) executes and schedules run()COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1413 // Step 3: Cancel BEFORE run() executesCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1416 // Step 4: Now execute run()COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1449 // Step 1: SubscribeCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1452 // Step 2: Fire timeoutCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1458 // Step 3: Cancel before run() executesCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1461 // Step 4: Execute run()COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1502 // Step 2: Fire timeoutCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1508 // Step 3: Cancel before run() executesCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1511 // Step 4: Execute run()COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1491 // Step 1: SubscribeCOMMENT
LOW…rt/rocket/server/test/RocketBiDiClientCallbackTest.cpp848 // Step 1: Server completes the stream direction.COMMENT
LOW…rt/rocket/server/test/RocketBiDiClientCallbackTest.cpp851 // Step 2: ErrorFrame arrives from client — handleFrame dispatches toCOMMENT
LOW…thrift/frame/write/handler/FrameFragmentationHandler.h311 // Step 1: Drain immediate queue.COMMENT
LOW…thrift/frame/write/handler/FrameFragmentationHandler.h336 // Step 2: SRPT — always flush the stream with least remaining bytesCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs658 // Step 1: serialize into a bser byte bufferCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs666 // Step 2: ask the client task to send it for usCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs676 // Step 3: wait for the client task to give us the responseCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs682 // Step 4: sniff for an error response in the deserialized dataCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs690 // Step 5: deserialize into the caller-desired formatCOMMENT
LOWthird-party/watchman/src/watchman/root/iothread.cpp704 // Step 1: Process readDir results.COMMENT
LOWthird-party/watchman/src/watchman/root/iothread.cpp768 // Step 2: Handle errors.COMMENT
LOWthird-party/folly/src/folly/String.cpp550 // Step 1: Clear the high order bit. We'll deal with it in Step 5.COMMENT
LOWthird-party/folly/src/folly/String.cpp557 // Step 2: Add 0x25 (37)COMMENT
LOWthird-party/folly/src/folly/String.cpp564 // Step 3: clear the high order bitCOMMENT
LOWthird-party/folly/src/folly/String.cpp570 // Step 4: Add 0x1a (26)COMMENT
LOWthird-party/folly/src/folly/String.cpp579 // Step 5: Shift the high order bit 2 spaces to the right: the spotCOMMENT
LOWthird-party/folly/src/folly/String.cpp590 // Step 6: Apply a mask to clear everything except the 0x20 bitCOMMENT
LOWthird-party/folly/src/folly/String.cpp596 // Step 7: Add rotated to cCOMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp163 // Step 1: first 8 bytes are network prefix, and can be strippedCOMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp164 // Step 2: invert the universal/local (U/L) flag (bit 7)COMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp166 // Step 3: copy these bytes as they areCOMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp169 // Step 4: strip bytes (0xfffe), which are bytes_[11] and bytes_[12]COMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp170 // Step 5: copy the rest.COMMENT
LOWthird-party/folly/src/folly/futures/Future.h2305/// NOTE: This function is deprecated. Please use makeSemiFuture and pass theCOMMENT
LOW…party/folly/src/folly/test/ConcurrentBSkipListTest.cpp1737 // Step 1: skipTo(100) → should return 500 (first non-deleted key >= 100)COMMENT
LOW…party/folly/src/folly/test/ConcurrentBSkipListTest.cpp1745 // Step 2: skipTo(200) — target < lastResult. Folly returns 500 (stays put).COMMENT
LOW…party/folly/src/folly/test/ConcurrentBSkipListTest.cpp1754 // Step 3: skipTo(300) — still < 500. Same.COMMENT
LOW…party/folly/src/folly/test/ConcurrentBSkipListTest.cpp1762 // Step 4: skipTo(600) — past the jump, normal forwardCOMMENT
LOWhphp/runtime/base/program-functions.cpp899 // Step 1: get some 2M hugetlb pages, but don't overwrite the hot text yet.COMMENT
LOWhphp/runtime/base/program-functions.cpp900 // Step 2: copy content of hot text to the hugetlb pages.COMMENT
LOWhphp/runtime/base/program-functions.cpp901 // Step 3: use `mremap()` to replace [from, to) with the hugetlb pages thatCOMMENT
LOWhphp/.claude/commands/hhvm-tests.md11## Step 1: Parse the modeCOMMENT
LOWhphp/.claude/commands/hhvm-tests.md26## Step 2: Identify changed filesCOMMENT
LOWhphp/.claude/commands/hhvm-tests.md32## Step 3: Find related testsCOMMENT
LOWhphp/.claude/commands/hhvm-tests.md41## Step 4: Build HHVMCOMMENT
LOWhphp/.claude/commands/hhvm-tests.md51## Step 5: Run the testsCOMMENT
LOWhphp/hack/.claude/commands/analyze-www.md29## Step 0: ResearchCOMMENT
LOWhphp/hack/.claude/commands/analyze-www.md58## Step 1: DesignCOMMENT
LOWhphp/hack/.claude/commands/analyze-www.md69## Step 2: Implement shared types libraryCOMMENT
LOWhphp/hack/.claude/commands/analyze-www.md83## Step 3: Implement loggerCOMMENT
LOWhphp/hack/.claude/commands/analyze-www.md117## Step 4: Build and verifyCOMMENT
28 more matches not shown…
Self-Referential Comments56 hits · 152 pts
SeverityFileLineSnippetContext
MEDIUM…rd-party/fb-mysql/8.0.20/support-files/mysql.server.sh3# This file is public domain and comes with NO WARRANTY of any kindCOMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1402# This file is a library for parsing options in your shell scripts alongCOMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh2502# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh2512# This function implements the same check as func_lalib_p withoutCOMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh2535# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh2545# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh2570# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh2710# Create a libtool object file (analogous to a ".la" file),COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh7472 # Create the object directory.COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh10145 # Create the old-style object.COMMENT
MEDIUM…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh10165 # Create an invalid libtool object if no PIC, so that we don'tCOMMENT
MEDIUMthird-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh164# Create the OS/400 library if it does not exist.COMMENT
MEDIUMthird-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh172# Create the DOCS source file if it does not exist.COMMENT
MEDIUMthird-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh194# Create the OS/400 source program file for the C header files.COMMENT
MEDIUMthird-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh205# Create the IFS directory for the C header files.COMMENT
MEDIUM…/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py549 # Create a duk_config.h.COMMENT
MEDIUM…/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py864 # Create a combined source file, duktape.c, into a separate combined sourceCOMMENT
MEDIUM….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py1091 # Create a list of objects needing a 'bidx'. Ensure 'objects' andCOMMENT
MEDIUM….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py1150 # Create a set of helper lists and maps now that the metadata isCOMMENT
MEDIUM…ra/duktape/duktape-2.3.0/tools/duk_meta_to_strarray.py3# Create an array of C strings with Duktape built-in strings.COMMENT
MEDIUMthird-party/fb-mysql/8.0.20/scripts/mysqld_safe.sh3# This file is public domain and comes with NO WARRANTY of any kindCOMMENT
MEDIUM…ty/fb-mysql/8.0.20/scripts/mysql_system_tables_fix.sql41# Create a user mysql.infoschema@localhost as the owner of views in information_schema.COMMENT
MEDIUMthird-party/thrift/src/thrift/lib/py/Thrift.py629# This function is only used by Torch packages that were built after D49041314 (Sep 7COMMENT
MEDIUMthird-party/thrift/src/thrift/lib/py/util/remote.py520 # Create the protocol and clientCOMMENT
MEDIUMthird-party/thrift/src/thrift/lib/py/util/inspect.py165 # This function is not defined by this moduleCOMMENT
MEDIUMthird-party/thrift/src/thrift/lib/py/util/fuzzer.py525 # Create the protocol and clientCOMMENT
MEDIUMthird-party/thrift/src/thrift/lib/py/util/fuzzer.py847 # Create a spec_args tuple for the method args struct typeCOMMENT
MEDIUM…ird-party/thrift/src/thrift/lib/python/test_helpers.py53# This module contains helper functions suitable for migrating customer testsCOMMENT
MEDIUMthird-party/thrift/src/thrift/lib/python/test/iobuf.py86 # Create a chained IOBuf: [b"hello"] -> [b"world"]COMMENT
MEDIUMthird-party/watchman/src/watchman/python/tests/tests.py141 # Define a new class that derives from the input classCOMMENT
MEDIUM…rd-party/watchman/src/watchman/integration/test_big.py21 # Create a huge query. We're shooting for more than 2MB; the server bufferCOMMENT
MEDIUM…ty/watchman/src/watchman/integration/test_subscribe.py771 # Create a subscriptionCOMMENT
MEDIUM…ty/watchman/src/watchman/integration/test_subscribe.py809 # Create a subscriptionCOMMENT
MEDIUM…ty/watchman/src/watchman/integration/test_subscribe.py826 # Create a new subscription with the same nameCOMMENT
MEDIUM…ty/watchman/src/watchman/integration/test_subscribe.py850 # Create a subscriptionCOMMENT
MEDIUM…ty/watchman/src/watchman/integration/test_subscribe.py867 # Create a new subscription with the same nameCOMMENT
MEDIUM…ty/watchman/src/watchman/integration/test_subscribe.py897 # Create a subscriptionCOMMENT
MEDIUM…ty/watchman/src/watchman/integration/test_subscribe.py911 # Create a new subscription with the same name from a different client,COMMENT
MEDIUM…ty/watchman/src/watchman/integration/test_subscribe.py968 # Create a subscriptionCOMMENT
MEDIUM…-party/watchman/src/watchman/integration/test_since.py27 # Create a cursor for this stateCOMMENT
MEDIUM…party/watchman/src/watchman/integration/test_nodejs.py45 # Define a new class that derives from the input class.COMMENT
MEDIUM…man/src/watchman/integration/eden/test_eden_pathgen.py69 # Create the file that we want to removeCOMMENT
MEDIUM…chman/src/watchman/integration/lib/WatchmanTestCase.py564 # Define a new class that derives from the input classCOMMENT
MEDIUMthird-party/folly/src/folly/fibers/scripts/gdb.py611# This class is responsible for maintaining the name/address:fiberinfo mapping.COMMENT
MEDIUMthird-party/folly/src/folly/fibers/scripts/gdb.py612# Creating a FiberInfo object adds it to the cache, and trying to create oneCOMMENT
MEDIUMhphp/runtime/ext/core/php_bzl.py13 r += f"# This file is {'@'}generated from `php.txt`.\n"CODE
MEDIUMhphp/hack/test/verify.py345 # Create a list of batched cases.STRING
MEDIUMhphp/hack/test/integration/test_status_single.py137 # Create a file with the list of files to checkCOMMENT
MEDIUMhphp/hack/test/integration/test_edenfs_file_watcher.py293 # Create the clean slate commit for those tests that don't want the full template repoSTRING
MEDIUMhphp/hack/test/integration/test_edenfs_file_watcher.py778 # Create a file that uses hg_test_fun1COMMENT
MEDIUMhphp/hack/test/integration/test_edenfs_file_watcher.py792 # Create a file that defines hg_test_fun1COMMENT
MEDIUMhphp/hack/test/integration/test_edenfs_file_watcher.py830 # Create a file with a type errorCOMMENT
MEDIUMhphp/hack/test/integration/test_edenfs_file_watcher.py1394 # Create a file while the untracked state is assertedCOMMENT
MEDIUMhphp/hack/test/integration/test_edenfs_file_watcher.py1482 # Create a file before asserting the state.COMMENT
MEDIUMhphp/hack/test/integration/test_edenfs_file_watcher.py1490 # Create a file while the state is asserted.COMMENT
MEDIUMhphp/hack/test/integration/test_warning_exit_code.py74 # Create a file that produces an actual type errorCOMMENT
Verbosity Indicators80 hits · 146 pts
SeverityFileLineSnippetContext
LOWthird-party/tbb/src/src/rml/server/rml_server.cpp2393 // We need to check if terminate is true or not before letting the thread go to sleep,COMMENT
LOWthird-party/tbb/src/src/rml/server/rml_server.cpp2430 // We need to check if terminate is true or not before letting the thread go to sleep,COMMENT
LOW…ysql/8.0.20/libbinlogevents/include/statement_events.h518 This variable stores the default collation for the utf8mb4 character set.CODE
LOW…-mysql/8.0.20/libbinlogevents/src/statement_events.cpp448 We need to check if this is from an old serverCODE
LOW…arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp318 // Step 4: if the source is ASCII then proceed to step 8COMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp366 //Step 7: prepend the ACE prefixCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/common/uidna.cpp368 //Step 6: copy the contents in b2 into destCOMMENT
LOW…y/fb-mysql/8.0.20/extra/icu/source/common/ucnv2022.cpp430/* The purpose of this function is to get around gcc compiler warnings. */COMMENT
LOW…rty/fb-mysql/8.0.20/extra/icu/source/common/locmap.cpp1138 // The purpose of this function is to leverage native platform name->lcidCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/i18n/usearch.cpp1260 // this totally matches, however we need to check if it is repeatingCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/i18n/usearch.cpp1936 // this totally matches, however we need to check if it is repeatingCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/i18n/usearch.cpp2107 // this totally matches, however we need to check if it is repeatingCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/i18n/usearch.cpp2575 // this totally matches, however we need to check if it is repeatingCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/i18n/uregexc.cpp9* description: The purpose of this function is to separate the codepageCOMMENT
LOW…rty/fb-mysql/8.0.20/extra/icu/source/i18n/tzgnames.cpp951 // then we need to check if the name is same with the location name.COMMENT
LOWthird-party/fb-mysql/8.0.20/sql/item_cmpfunc.h1477 The purpose of this function is to be able to get elements of thisCODE
LOWthird-party/fb-mysql/8.0.20/sql/sp_head.h614 @param argcount Number of passed arguments. We need to check ifCODE
LOW…ird-party/thrift/src/thrift/lib/go/thrift/processor.go94 // Step 1: Decode message only using Decoder interface and GetResponseHeaders method on the protocol.COMMENT
LOW…ird-party/thrift/src/thrift/lib/go/thrift/processor.go145 // Step 2: Processing the message without using the Protocol.COMMENT
LOW…ird-party/thrift/src/thrift/lib/go/thrift/processor.go167 // Step 3: Write the message using only the Encoder interface and SetRequestHeader method.COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1407 // Step 2: Fire timeout - run(Timeout) executes and schedules run()COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1413 // Step 3: Cancel BEFORE run() executesCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1416 // Step 4: Now execute run()COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1449 // Step 1: SubscribeCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1452 // Step 2: Fire timeoutCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1458 // Step 3: Cancel before run() executesCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1461 // Step 4: Execute run()COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1502 // Step 2: Fire timeoutCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1508 // Step 3: Cancel before run() executesCOMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1511 // Step 4: Execute run()COMMENT
LOW…m/facebook/thrift/util/MonoTimeoutTransformerTest.java1491 // Step 1: SubscribeCOMMENT
LOW…rt/rocket/server/test/RocketBiDiClientCallbackTest.cpp848 // Step 1: Server completes the stream direction.COMMENT
LOW…rt/rocket/server/test/RocketBiDiClientCallbackTest.cpp851 // Step 2: ErrorFrame arrives from client — handleFrame dispatches toCOMMENT
LOW…thrift/frame/write/handler/FrameFragmentationHandler.h311 // Step 1: Drain immediate queue.COMMENT
LOW…thrift/frame/write/handler/FrameFragmentationHandler.h336 // Step 2: SRPT — always flush the stream with least remaining bytesCOMMENT
LOWthird-party/watchman/src/watchman/LRUCache.h364 // The purpose of this function is to reduce the exposure toCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs658 // Step 1: serialize into a bser byte bufferCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs666 // Step 2: ask the client task to send it for usCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs676 // Step 3: wait for the client task to give us the responseCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs682 // Step 4: sniff for an error response in the deserialized dataCOMMENT
LOW…/watchman/src/watchman/rust/watchman_client/src/lib.rs690 // Step 5: deserialize into the caller-desired formatCOMMENT
LOWthird-party/watchman/src/watchman/root/iothread.cpp704 // Step 1: Process readDir results.COMMENT
LOWthird-party/watchman/src/watchman/root/iothread.cpp768 // Step 2: Handle errors.COMMENT
LOWthird-party/folly/src/folly/String.cpp550 // Step 1: Clear the high order bit. We'll deal with it in Step 5.COMMENT
LOWthird-party/folly/src/folly/String.cpp557 // Step 2: Add 0x25 (37)COMMENT
LOWthird-party/folly/src/folly/String.cpp564 // Step 3: clear the high order bitCOMMENT
LOWthird-party/folly/src/folly/String.cpp570 // Step 4: Add 0x1a (26)COMMENT
LOWthird-party/folly/src/folly/String.cpp579 // Step 5: Shift the high order bit 2 spaces to the right: the spotCOMMENT
LOWthird-party/folly/src/folly/String.cpp590 // Step 6: Apply a mask to clear everything except the 0x20 bitCOMMENT
LOWthird-party/folly/src/folly/String.cpp596 // Step 7: Add rotated to cCOMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp163 // Step 1: first 8 bytes are network prefix, and can be strippedCOMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp164 // Step 2: invert the universal/local (U/L) flag (bit 7)COMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp166 // Step 3: copy these bytes as they areCOMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp169 // Step 4: strip bytes (0xfffe), which are bytes_[11] and bytes_[12]COMMENT
LOWthird-party/folly/src/folly/IPAddressV6.cpp170 // Step 5: copy the rest.COMMENT
LOW…party/folly/src/folly/test/ConcurrentBSkipListTest.cpp1737 // Step 1: skipTo(100) → should return 500 (first non-deleted key >= 100)COMMENT
LOW…party/folly/src/folly/test/ConcurrentBSkipListTest.cpp1745 // Step 2: skipTo(200) — target < lastResult. Folly returns 500 (stays put).COMMENT
LOW…party/folly/src/folly/test/ConcurrentBSkipListTest.cpp1754 // Step 3: skipTo(300) — still < 500. Same.COMMENT
LOW…party/folly/src/folly/test/ConcurrentBSkipListTest.cpp1762 // Step 4: skipTo(600) — past the jump, normal forwardCOMMENT
LOW…y/folly/src/folly/algorithm/simd/test/MovemaskTest.cpp119 // Step 1:COMMENT
20 more matches not shown…
Deep Nesting140 hits · 131 pts
SeverityFileLineSnippetContext
LOW…en/src/proxygen/lib/utils/gen_trace_event_constants.py15CODE
LOWthird-party/tbb/src/python/tbb/__init__.py239CODE
LOWthird-party/tbb/src/python/tbb/pool.py515CODE
LOWthird-party/tbb/src/python/tbb/pool.py608CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/configure.py86CODE
LOW…ql/8.0.20/extra/duktape/duktape-2.3.0/tools/dukutil.py38CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py367CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py497CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py528CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py730CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py810CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py974CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py1468CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py182CODE
LOW…/8.0.20/extra/duktape/duktape-2.3.0/tools/genconfig.py373CODE
LOW…0.20/extra/duktape/duktape-2.3.0/tools/scan_strings.py49CODE
LOW…/duktape/duktape-2.3.0/tools/extract_unique_options.py15CODE
LOW…pe/duktape-2.3.0/examples/alloc-logging/log2gnuplot.py14CODE
LOW…-party/thrift/src/thrift/test/fuzzer/RandomizerTest.py455CODE
LOW…-party/thrift/src/thrift/test/fuzzer/RandomizerTest.py1124CODE
LOWthird-party/thrift/src/thrift/lib/py/Thrift.py511CODE
LOWthird-party/thrift/src/thrift/lib/py/Thrift.py313CODE
LOW…party/thrift/src/thrift/lib/py/transport/TSSLSocket.py239CODE
LOW…thrift/src/thrift/lib/py/transport/THeaderTransport.py299CODE
LOW…thrift/src/thrift/lib/py/transport/THeaderTransport.py437CODE
LOW…thrift/src/thrift/lib/py/transport/THeaderTransport.py456CODE
LOW…thrift/src/thrift/lib/py/transport/THeaderTransport.py548CODE
LOW…rd-party/thrift/src/thrift/lib/py/transport/TSocket.py287CODE
LOWthird-party/thrift/src/thrift/lib/py/util/remote.py519CODE
LOWthird-party/thrift/src/thrift/lib/py/util/remote.py663CODE
LOWthird-party/thrift/src/thrift/lib/py/util/randomizer.py269CODE
LOWthird-party/thrift/src/thrift/lib/py/util/randomizer.py872CODE
LOWthird-party/thrift/src/thrift/lib/py/util/Recursive.py20CODE
LOWthird-party/thrift/src/thrift/lib/py/util/__init__.py50CODE
LOWthird-party/thrift/src/thrift/lib/py/util/inspect.py216CODE
LOWthird-party/thrift/src/thrift/lib/py/util/fuzzer.py438CODE
LOWthird-party/thrift/src/thrift/lib/py/util/fuzzer.py738CODE
LOWthird-party/thrift/src/thrift/lib/py/util/fuzzer.py967CODE
LOWthird-party/thrift/src/thrift/lib/py/util/Decorators.py306CODE
LOW…rd-party/thrift/src/thrift/lib/py/server/TCppServer.py200CODE
LOW…rty/thrift/src/thrift/lib/py/protocol/TJSONProtocol.py215CODE
LOW…rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py255CODE
LOW…rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py310CODE
LOW…rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py324CODE
LOW…rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py398CODE
LOW…rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py432CODE
LOW…rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py489CODE
LOW…rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py605CODE
LOW…rift/src/thrift/lib/py/protocol/TSimpleJSONProtocol.py703CODE
LOW…d-party/thrift/src/thrift/lib/py/protocol/TProtocol.py173CODE
LOW…d-party/thrift/src/thrift/lib/py/protocol/TProtocol.py221CODE
LOWthird-party/thrift/src/thrift/lib/python/metadata.py593CODE
LOWthird-party/thrift/src/thrift/lib/python/metadata.py120CODE
LOWthird-party/thrift/src/thrift/lib/python/metadata.py422CODE
LOW…ird-party/thrift/src/thrift/lib/python/test_helpers.py288CODE
LOW…y/thrift/src/thrift/lib/python/benchmark/containers.py180CODE
LOW…ty/thrift/src/thrift/lib/python/benchmark/converter.py50CODE
LOW…hrift/src/thrift/lib/python/benchmark/struct_memory.py325CODE
LOWthird-party/thrift/src/thrift/lib/python/test/enums.py270CODE
LOW…ft/src/thrift/lib/python/test/json5_serializer_test.py230CODE
80 more matches not shown…
Cross-File Repetition25 hits · 125 pts
SeverityFileLineSnippetContext
HIGH…py/thrift_py_deprecated_warning_reentrancy_e2e_test.py0\ thrift.test.py.thrift_py_deprecated_warning_e2e_source_a:18: thriftpydeprecatedwarning: uses thrift-py-deprecated. migSTRING
HIGH…py/thrift_py_deprecated_warning_e2e_test_parameters.py0\ thrift.test.py.thrift_py_deprecated_warning_e2e_source_a:18: thriftpydeprecatedwarning: uses thrift-py-deprecated. migSTRING
HIGH…hrift/test/py/thrift_py_deprecated_warning_e2e_test.py0\ thrift.test.py.thrift_py_deprecated_warning_e2e_source_a:18: thriftpydeprecatedwarning: uses thrift-py-deprecated. migSTRING
HIGHthird-party/thrift/src/thrift/lib/python/test/unions.py0the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyreSTRING
HIGH…ird-party/thrift/src/thrift/lib/python/test/structs.py0the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyreSTRING
HIGH…-party/thrift/src/thrift/lib/python/test/serializer.py0the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyreSTRING
HIGH…-party/thrift/src/thrift/lib/python/test/exceptions.py0the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyreSTRING
HIGHthird-party/thrift/src/thrift/lib/python/test/refs.py0the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyreSTRING
HIGHthird-party/thrift/src/thrift/lib/python/test/iobuf.py0the `setup` method performs these assignments with type hints to enable pyre when using 'parameterized'. otherwise, pyreSTRING
HIGH…rty/thrift/src/thrift/lib/python/test/client_server.py0these are tests where a client and server talk to each otherSTRING
HIGH…ython/test/metadata_response/metadata_response_test.py0these are tests where a client and server talk to each otherSTRING
HIGH…/src/thrift/lib/py3/test/auto_migrate/client_server.py0these are tests where a client and server talk to each otherSTRING
HIGHhphp/tools/lldb/lookup.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGHhphp/tools/lldb/nameof.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGHhphp/tools/lldb/utils.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGHhphp/tools/lldb/unit.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGHhphp/tools/lldb/idx.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGHhphp/tools/lldb/sizeof.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGHhphp/tools/lldb/aliases.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGHhphp/tools/lldb/pretty.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGHhphp/tools/lldb/stack.py0register the stack-related commands in this file with the lldb debugger. defining this in this module (in addition to thSTRING
HIGH…test/zend/good/ext/spl/tests/SplFileObject_fputcsv.php0"",aaa', 12 => 'aaa,bbb ', 13 => 'aaa,"bbb "', 14 => 'aaa"aaa","bbb"bbb', 15 => 'aaa"aaaSTRING
HIGHhphp/test/zend/good/ext/standard/tests/file/fputcsv.php0"",aaa', 12 => 'aaa,bbb ', 13 => 'aaa,"bbb "', 14 => 'aaa"aaa","bbb"bbb', 15 => 'aaa"aaaSTRING
HIGH…t/slow/dv_array/ext_spl_file/SplFileObject_fputcsv.php0"",aaa', 12 => 'aaa,bbb ', 13 => 'aaa,"bbb "', 14 => 'aaa"aaa","bbb"bbb', 15 => 'aaa"aaaSTRING
HIGH…_array_hack_arr/ext_spl_file/SplFileObject_fputcsv.php0"",aaa', 12 => 'aaa,bbb ', 13 => 'aaa,"bbb "', 14 => 'aaa"aaa","bbb"bbb', 15 => 'aaa"aaaSTRING
Fake / Example Data65 hits · 78 pts
SeverityFileLineSnippetContext
LOW…tructuredheaders/test/StructuredHeadersDecoderTest.cpp117 EXPECT_EQ(m["name"], std::string("John Doe"));CODE
LOW…tructuredheaders/test/StructuredHeadersEncoderTest.cpp317 std::string val2 = "John Doe";CODE
LOW…d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp191 int dummy_key=0;CODE
LOW…d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp192 cache_type::handle h = cache[dummy_key];CODE
LOW…d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp274 int dummy_key=1;CODE
LOW…d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp276 ASSERT(dummy_function::_(dummy_key)==cache[dummy_key].value(),"cache operator() must return only values obtaCODE
LOW…d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp286 int dummy_key=0;CODE
LOW…d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp287 cache[dummy_key];CODE
LOW…d-party/tbb/src/src/test/test_concurrent_lru_cache.cpp288 cache[dummy_key];CODE
LOW…ty/thrift/src/thrift/test/thrift-python/struct_test.py2404 sub_w = TestStructMutable(optional_string="Lorem ipsum")CODE
LOW…-party/thrift/src/thrift/lib/rust/any/src/dummy_any.rs25 fn get_dummy_any(dummy_data: &str) -> Self;CODE
LOW…-party/thrift/src/thrift/lib/rust/any/src/dummy_any.rs30 fn get_dummy_any(dummy_data: &str) -> any::Any {CODE
LOW…-party/thrift/src/thrift/lib/rust/any/src/dummy_any.rs33 name: TypeName::structType(TypeUri::uri(dummy_data.to_string())),CODE
LOW…-party/thrift/src/thrift/lib/rust/any/src/dummy_any.rs37 data: dummy_data.into(),CODE
LOW…c/thrift/lib/java/runtime/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum id sem eget tellus interdum bibendum. Curabitur pharCODE
LOW…c/thrift/lib/java/runtime/src/test/resources/lorem.txt1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum id sem eget tellus interdum bibendum. Curabitur pharCODE
LOW…arty/mcrouter/src/mcrouter/test/test_mcrouter_basic.py181 self.assertEqual(mcr.touch("fake_key", 20), "NOT_FOUND")CODE
LOW…arty/mcrouter/src/mcrouter/test/test_mcrouter_basic.py182 self.assertIsNone(mcr.get("fake_key"))CODE
LOW…folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp27 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam"CODE
LOW…folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp27 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam"CODE
LOW…folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp33 "tortor. Lorem ipsum dolor sit amet, consectetur adipiscing"CODE
LOW…folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp33 "tortor. Lorem ipsum dolor sit amet, consectetur adipiscing"CODE
LOW…folly/src/folly/test/AsciiCaseInsensitiveBenchmark.cpp63 "tincidunt. Phasellus eget dolor sit amet ipsum dapibus condimentum"CODE
LOWthird-party/folly/src/folly/test/ConvTest.cpp474 toAppend("Lorem ipsum ", 1234, String(" dolor amet "), 567.89, '!', &s);CODE
LOWthird-party/folly/src/folly/test/ConvTest.cpp475 EXPECT_EQ(s, "Lorem ipsum 1234 dolor amet 567.89!");CODE
LOWthird-party/folly/src/folly/test/ConvTest.cpp480 s = to<String>("Lorem ipsum ", nullptr, 1234, " dolor amet ", 567.89, '.');CODE
LOWthird-party/folly/src/folly/test/ConvTest.cpp481 EXPECT_EQ(s, "Lorem ipsum 1234 dolor amet 567.89.");CODE
LOWthird-party/folly/src/folly/test/ConvTest.cpp500 ":", "Lorem ipsum ", 1234, String(" dolor amet "), 567.89, '!', &s);CODE
LOWthird-party/folly/src/folly/test/ConvTest.cpp501 EXPECT_EQ(s, "Lorem ipsum :1234: dolor amet :567.89:!");CODE
LOWthird-party/folly/src/folly/test/ConvTest.cpp507 ":", "Lorem ipsum ", nullptr, 1234, " dolor amet ", 567.89, '.');CODE
LOWthird-party/folly/src/folly/test/ConvTest.cpp508 EXPECT_EQ(s, "Lorem ipsum ::1234: dolor amet :567.89:.");CODE
LOWthird-party/folly/src/folly/test/FBStringTest.cpp1276Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras accumsan \n\CODE
LOWthird-party/folly/src/folly/test/FBStringTest.cpp1276Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras accumsan \n\CODE
LOWthird-party/folly/src/folly/io/test/IOBufTest.cpp1326 const char data[] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit";CODE
LOWthird-party/folly/src/folly/io/test/IOBufTest.cpp1326 const char data[] = "Lorem ipsum dolor sit amet, consectetur adipiscing elit";CODE
LOW…hp/test/zend/good/ext/standard/tests/mail/bug51604.php4$to = 'user@example.com';CODE
LOW…test/zend/good/ext/standard/tests/mail/mail_basic3.php12$to = 'user@example.com';CODE
LOW…/test/zend/good/ext/standard/tests/mail/mail_basic.php12$to = 'user@example.com';CODE
LOW…test/zend/good/ext/standard/tests/mail/mail_basic5.php12$to = 'user@example.com';CODE
LOW…test/zend/good/ext/standard/tests/mail/mail_basic4.php12$to = 'user@example.com';CODE
LOW…/zend/good/ext/standard/tests/mail/mail_variation1.php11$to = 'user@example.com';CODE
LOW…t/zend/good/ext/mbstring/tests/mb_ereg_search_regs.php9 // = "Lorem ipsum dolor sit amet"COMMENT
LOW…t/zend/good/ext/mbstring/tests/mb_ereg_search_regs.php9 // = "Lorem ipsum dolor sit amet"COMMENT
LOWhphp/test/slow/ext_socket/persistent_socket.php100 'emailAddress' => 'foo@bar.com'];CODE
LOWhphp/test/slow/ext_bzip2/wrapper.php7Lorem ipsum dolor sit amet,CODE
LOWhphp/test/slow/ext_bzip2/wrapper.php7Lorem ipsum dolor sit amet,CODE
LOWhphp/util/test/zstd-test.cpp28 R"(Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec rhoncus augue. Proin ut diam tempus, egestCODE
LOWhphp/util/test/zstd-test.cpp28 R"(Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec rhoncus augue. Proin ut diam tempus, egestCODE
LOWhphp/util/test/zstd-test.cpp34Pellentesque aliquam tortor in velit porttitor, eu ullamcorper quam dictum. Morbi et orci ac libero vehicula facilisis. CODE
LOWhphp/util/test/zstd-test.cpp34Pellentesque aliquam tortor in velit porttitor, eu ullamcorper quam dictum. Morbi et orci ac libero vehicula facilisis. CODE
LOWhphp/runtime/test/compression-test.cpp44 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque "CODE
LOWhphp/runtime/test/compression-test.cpp44 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque "CODE
LOWhphp/hack/test/integration/lspcommand.py117 dummy_id = LspCommandProcessor.dummy_request_id()CODE
LOWhphp/hack/test/integration/lspcommand.py119 return {k: v for k, v in transcript.items() if k != dummy_id}CODE
LOW…ge_driver/flib/intern/codegen/graphql/graphql_cfg.json2 [[], "intern", "fake_name"]CODE
LOWhphp/hack/test/hackfmt/tests/xhp.php57 return <a><!-- this is a very long comment lorem ipsum ipsum ipsum ipsum ipsum ipsum --></a>;CODE
LOWhphp/hack/test/hhi/generate/no_constant_values.php11 const string QUX = 'placeholder';CODE
LOW…st/typecheck/global_access_check/test_superglobals.php6 return "dummy_value";CODE
LOWhphp/hack/manual/apis/Classes/HH/Shapes/toArray.md49$point = shape('name' => 'Jane Doe', 'age' => 55, 'points' => 25.30);CODE
LOWhphp/hack/manual/apis/Classes/HH/Set/fromKeysOf.md89 9361760 => 'John Doe',CODE
5 more matches not shown…
Slop Phrases29 hits · 50 pts
SeverityFileLineSnippetContext
LOWthird-party/tbb/src/examples/graph/stereo/lodepng.h350 If you encode an image without alpha with palette, don't forget to put value 255 in each A byte of the palette.CODE
LOWthird-party/tbb/src/examples/graph/stereo/lodepng.cpp80lodepng source code. Don't forget to remove "static" if you copypaste themCODE
LOW…mples/parallel_for/tachyon/msvs/win8ui/DirectXBase.cpp104 // Don't forget to declare your application's minimum required feature level in itsCOMMENT
LOWthird-party/tbb/src/doc/html/a00169.html182<p>When overriding method <a class="el" href="a00169.html#a4bd4ba0d501021013d1473d21b020b69" title="Creates and returns CODE
LOW…ysql/8.0.20/libbinlogevents/include/statement_events.h445 * When adding new status vars, please don't forget to update theCOMMENT
LOWthird-party/fb-mysql/8.0.20/include/my_command.h96 /* don't forget to update const char *command_name[] in sql_parse.cc */COMMENT
LOWthird-party/fb-mysql/8.0.20/include/my_rcu_lock.h128 @warning Don't forget to call @ref MyRcuLock::rcu_end_read() when done.CODE
MEDIUM…-mysql/8.0.20/extra/icu/source/i18n/unicode/dtfmtsym.h66 * DateFormatSymbols object, they can feel free to modify the date-timeCOMMENT
MEDIUM…-mysql/8.0.20/extra/icu/source/i18n/unicode/dtitvinf.h144 * they can feel free to modify it as necessary.COMMENT
MEDIUM…20/extra/duktape/duktape-2.3.0/src-input/builtins.yaml52# - To disable a property without removing its metadata, you can useCOMMENT
LOWthird-party/fb-mysql/8.0.20/sql/sql_class.h1168 here, and you add code to set them in replication, don't forget toCODE
LOWthird-party/fb-mysql/8.0.20/sql/auth/auth_acls.h64 don't forget to updateCODE
LOWthird-party/thrift/src/thrift/lib/py/async_common.py241 # Don't forget to implement connection_made/connection_lost in yourCOMMENT
LOW…hrift/src/thrift/lib/cpp/transport/TBufferTransports.h959 // Don't forget to update constructors, initCommon, and swap ifCOMMENT
LOW…2/transport/core/testutil/TransportCompatibilityTest.h41 // Don't forget to start the server before running the tests.COMMENT
LOW…2/transport/core/testutil/TransportCompatibilityTest.h80 // Don't forget to start the server before running the tests.COMMENT
LOWthird-party/folly/src/folly/FBString.h664 // Medium strings are copied eagerly. Don't forget to allocateCOMMENT
LOWthird-party/folly/src/folly/FBString.h717 // Medium strings are allocated normally. Don't forget toCOMMENT
LOWthird-party/folly/src/folly/FBString.h798 // Keep the string at medium size. Don't forget to allocateCOMMENT
LOWthird-party/folly/src/folly/FBString.h831 // Don't forget to allocate one extra Char for the terminating nullCOMMENT
MEDIUMthird-party/folly/src/folly/Format.h409 * so feel free to modify it in place if necessary. (For example, wrap anCOMMENT
LOWthird-party/folly/src/folly/futures/test/FutureTest.cpp1155 // (Don't forget to enable ASAN)COMMENT
MEDIUMthird-party/folly/src/folly/lang/MustUseImmediately.h558// As discussed above, this helps types manage object slicing risk.COMMENT
LOW…-party/folly/src/folly/container/HeterogeneousAccess.h50// the header that declares T. Don't forget to typedef is_transparent toCOMMENT
LOWhphp/tools/lldb/pretty.py322 # must make sure to get the non-synthetic lldb.SBValue.COMMENT
LOWhphp/tools/tc-print/offline-code.h53 // NOTE: whenever you update this enumeration, please don't forget to fixCOMMENT
MEDIUMhphp/runtime/ext/mysql/ext_mysql.php449 * level E_WARNING will be emitted. It's worth noting that mysql_query()COMMENT
MEDIUMhphp/runtime/vm/jit/refcount-opts.cpp479these situations is actually the same condition as discussed above: by the aboveCODE
LOWhphp/hack/src/hackc/ir/passes/clean.rs143 // simple Jmp and zap the params. Don't forget to remap theCOMMENT
Synthetic Comment Markers4 hits · 30 pts
SeverityFileLineSnippetContext
HIGH…-party/thrift/src/thrift/lib/cpp/test/loadgen/Worker.h194 // Only send as fast as requestedCOMMENT
HIGH…rty/folly/src/folly/io/async/test/AsyncSocketTest2.cpp2015 // Make sure the write attempt timed out as requestedCOMMENT
HIGHhphp/util/extern-worker.h807 // order as requested).COMMENT
HIGHhphp/util/extern-worker.h811 // associated RefIds (in the same order as requested, with filesCOMMENT
Modern Structural Boilerplate28 hits · 28 pts
SeverityFileLineSnippetContext
LOWthird-party/tbb/src/python/tbb/__init__.py35__all__ = ["Monkey", "is_active"] + api__all + pool__allCODE
LOWthird-party/tbb/src/python/tbb/pool.py78__all__ = ["Pool", "TimeoutError"]CODE
LOWthird-party/thrift/src/thrift/lib/py/__init__.py17__all__ = ["Thrift", "TSCons"]CODE
LOWthird-party/thrift/src/thrift/lib/py/async_common.py54logger = logging.getLogger(__name__)CODE
LOWthird-party/thrift/src/thrift/lib/py/util/__init__.py24__all__ = ["Serializer", "struct_to_dict", "parse_struct_spec"]CODE
LOWthird-party/thrift/src/thrift/lib/py/server/__init__.py17__all__ = ["TServer", "TAsyncioServer"]CODE
LOW…arty/thrift/src/thrift/lib/py/server/TAsyncioServer.py35__all__ = [CODE
LOW…arty/thrift/src/thrift/lib/py/server/TAsyncioServer.py42logger = logging.getLogger(__name__)CODE
LOW…rty/thrift/src/thrift/lib/py/protocol/TJSONProtocol.py26__all__ = ["TJSONProtocol", "TJSONProtocolFactory"]CODE
LOW…rd-party/thrift/src/thrift/lib/py/protocol/__init__.py15__all__ = [CODE
LOW…/thrift/src/thrift/lib/py/protocol/TCompactProtocol.py23__all__ = [CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py77 def set_nested_list(worker_value: int) -> None:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py95 def set_nested_set(worker_value: int) -> None:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py417 def set_item(item: tuple[str, int]) -> None:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py476 def set_invalid_nested_list(worker_value: int) -> None:CODE
LOW…/thrift/src/thrift/lib/python/test/mutable_map_test.py1057 def update_invalid_keyword(worker_value: int) -> None:CODE
LOW…/thrift/src/thrift/lib/python/schema/runtime_digest.py83__all__ = [CODE
LOW…rty/thrift/src/thrift/lib/python/schema/type_system.py641 def _set_target_type(self, target_type: TypeRef) -> None:CODE
LOW…rty/thrift/src/thrift/lib/python/schema/type_system.py485 def _set_annotations(self, annotations: Mapping[str, SerializableRecord]) -> None:CODE
LOW…rty/thrift/src/thrift/lib/python/schema/type_system.py490 def _set_source_info(self, source_info: SourceInfo | None) -> None:CODE
LOW…rty/thrift/src/thrift/lib/python/schema/type_system.py550 def _set_fields(self, fields: Sequence[FieldDefinition]) -> None:CODE
LOW…rty/thrift/src/thrift/lib/python/schema/type_system.py584 def _set_fields(self, fields: Sequence[FieldDefinition]) -> None:CODE
LOW…rty/thrift/src/thrift/lib/python/schema/type_system.py613 def _set_values(self, values: Sequence[EnumValue]) -> None:CODE
LOW…c/thrift/lib/python/reflection/constants_reflection.py67 def _setattr(self: Any, name: str, value: Any) -> None:CODE
LOW…ty/thrift/src/thrift/lib/python/reflection/__init__.py21__all__ = ["inspect", "inspectable"]CODE
LOWthird-party/thrift/src/thrift/lib/py3/__init__.py20__all__ = []CODE
LOW…party/watchman/src/watchman/integration/lib/TempDir.py68 def set_keep(self, value) -> None:CODE
LOW…d-party/folly/src/folly/python/test/request_context.py214 async def set_context() -> None:CODE
Redundant / Tautological Comments19 hits · 24 pts
SeverityFileLineSnippetContext
LOW…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh623# Set func_arith_result to the result of evaluating TERMs.COMMENT
LOW…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh647# Set func_basename_result to FILE with everything up to and includingCOMMENT
LOW…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh813# Set func_len_result to the length of STRING. STRING may notCOMMENT
LOW…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh1031# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.COMMENT
LOW…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh3911 # Check if any of the arguments is a wrapper script.COMMENT
LOW…ql/8.0.20/extra/libedit/libedit-20190324-3.1/ltmain.sh9868 # Loop over the list of objects to be linked.COMMENT
LOWthird-party/fb-mysql/8.0.20/extra/zlib/os400/make.sh66# Set LINK to "YES" if the module has been compiled.COMMENT
LOW…rty/fb-mysql/8.0.20/extra/icu/source/common/rbbicst.pl206# Assign numbers to each of the character classes classes used.COMMENT
LOW….0.20/extra/duktape/duktape-2.3.0/tools/genbuiltins.py118# Check if string is an "array index" in ECMAScript terms.COMMENT
LOWthird-party/thrift/src/thrift/lib/py/util/randomizer.py1017 # Check if this randomizer is already in self.randomizersCOMMENT
LOW…-party/thrift/src/thrift/lib/python/test/serializer.py915 # Set fields to their intrinsic default.COMMENT
LOW…ift/src/thrift/lib/py3/test/auto_migrate/serializer.py378 # Set fields to their intrinsic default.COMMENT
LOWthird-party/folly/src/folly/support/gdb.py413 # Check if the segment has been initialized or setp over itCOMMENT
LOWthird-party/folly/src/folly/support/gdb.py427 # Check if we're done with this segmentCOMMENT
LOWthird-party/folly/src/folly/coro/scripts/co_bt.py221 # Check if the tls key is initializedCOMMENT
LOWthird-party/folly/src/folly/coro/scripts/co_bt.py352 # Check if there is an AsyncStackRoot and if so, whether thereCOMMENT
LOWthird-party/folly/src/folly/coro/scripts/co_bt.py370 # Check if there is a higher-level AsyncStackRoot that definesCOMMENT
LOWhphp/hack/test/verify.py634 # Check if UPDATE environment variable is set to 'always'COMMENT
LOWhphp/hack/test/milner/verify_well_typed.py77 # Check if the verifier found any errorsCOMMENT
Dead Code12 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUMthird-party/thrift/src/thrift/lib/python/test/stream.py64CODE
MEDIUM…lib/python/server/interceptor/test/interceptor_test.py72CODE
MEDIUM…y/thrift/src/thrift/lib/py3/test/stream/test_client.py55CODE
MEDIUMthird-party/mcrouter/src/mcrouter/test/MCProcess.py39CODE
MEDIUMhphp/tools/lldb/hhbc.py161CODE
MEDIUMhphp/tools/lldb/hhbc.py163CODE
MEDIUMhphp/tools/lldb/hhbc.py187CODE
MEDIUMhphp/tools/lldb/hhbc.py188CODE
MEDIUMhphp/tools/lldb/hhbc.py192CODE
MEDIUMhphp/tools/lldb/hhbc.py193CODE
MEDIUMhphp/tools/lldb/hhbc.py194CODE
MEDIUMhphp/tools/lldb/hhbc.py196CODE
Example Usage Blocks13 hits · 19 pts
SeverityFileLineSnippetContext
LOW…rty/fb-mysql/8.0.20/extra/icu/source/common/rbbicst.pl11# Usage:COMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/common/ucase.cpp1146# Usage:COMMENT
LOWthird-party/fb-mysql/8.0.20/extra/icu/as_is/bomlist.py10# Usage:COMMENT
LOWthird-party/thrift/src/thrift/lib/go/thrift/client.go204// Example usage:COMMENT
LOW…rd-party/thrift/src/thrift/lib/cpp2/util/DebugString.h62// Usage example:COMMENT
LOW…rd-party/thrift/src/thrift/lib/cpp2/util/DebugString.h73// Usage example:COMMENT
LOW…/src/thrift/lib/cpp2/fast_thrift/bench/perf_harness.sh23# Usage:COMMENT
LOWthird-party/folly/src/folly/CancellationToken.h141// Example usage:COMMENT
LOWthird-party/folly/src/folly/container/vector_bool.h30/// Usage example:COMMENT
LOWthird-party/folly/src/folly/coro/Baton.h43/// Example usage:COMMENT
LOWthird-party/folly/src/folly/coro/SharedMutex.h83/// Example usage:COMMENT
LOWthird-party/folly/src/folly/coro/AutoCleanup.h45/// Example usage:COMMENT
LOWhphp/hack/src/utils/stack_limit/lib.rs18/// # Usage:COMMENT
TODO Padding12 hits · 18 pts
SeverityFileLineSnippetContext
LOW…/proxygen/src/proxygen/lib/http/coro/HTTPCoroSession.h718 // TODO: implementCOMMENT
LOWthird-party/tbb/src/include/tbb/machine/gcc_generic.h173// TODO: implement with __atomic_* builtins where availableCOMMENT
LOW…d-party/fb-mysql/8.0.20/extra/icu/source/i18n/rbnf.cpp1447 // TODO: implement UParseErrorCOMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/i18n/rematch.cpp3922 // TODO: implement transparent bounds. Ticket #6067COMMENT
LOW…arty/fb-mysql/8.0.20/extra/icu/source/i18n/rematch.cpp5440 // TODO: implement transparent bounds. Ticket #6067COMMENT
LOWthird-party/thrift/src/thrift/lib/py/Thrift.py81 # TODO: implement asyncComplete for TwistedCOMMENT
LOWthird-party/watchman/src/watchman/stream_win.cpp620 // TODO: implement this for WindowsCOMMENT
LOW…arty/watchman/src/watchman/test/lib/FakeFileSystem.cpp173 // TODO: implement strict case checkingCOMMENT
LOWthird-party/folly/src/folly/io/async/AsyncSSLSocket.h389 // TODO: implement graceful shutdown in close()COMMENT
LOWthird-party/folly/src/folly/io/async/AsyncSSLSocket.h390 // TODO: implement detachSSL() that returns the SSL connectionCOMMENT
LOWhphp/vixl/aarch64/simulator-aarch64.h5344 // TODO: implement guarding at page granularity, rather than globally.COMMENT
LOWhphp/runtime/server/proxygen/proxygen-transport.h234 // TODO: implement IDebuggableCOMMENT
AI Structural Patterns13 hits · 12 pts
SeverityFileLineSnippetContext
LOWthird-party/thrift/src/thrift/test/testset/generator.py593CODE
LOWthird-party/thrift/src/thrift/test/testset/generator.py629CODE
LOW…party/thrift/src/thrift/lib/py/transport/TSSLSocket.py179CODE
LOW…arty/thrift/src/thrift/lib/py/server/TAsyncioServer.py50CODE
LOW…rc/thrift/lib/python/reflection/services_reflection.py190CODE
LOW…/thrift/lib/py3/test/auto_migrate/test_auto_migrate.py40CODE
LOWthird-party/mcrouter/src/mcrouter/test/MCProcess.py848CODE
LOW…d-party/mcrouter/src/mcrouter/test/McrouterTestCase.py76CODE
LOW…chman/src/watchman/test/async/AsyncWatchmanTestCase.py52CODE
LOW…ty/watchman/src/watchman/python/pywatchman/__init__.py860CODE
LOWhphp/tools/lldb/utils.py663CODE
LOWhphp/hack/test/integration/lspcommand.py435CODE
LOWhphp/hack/test/integration/lsp_test_base.py100CODE
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHhphp/hack/src/utils/rust/signed_source.rs89/// In this implementation, we rewrite the entire string anyway.COMMENT
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…party/mcrouter/src/mcrouter/lib/carbon/RequestCommon.h108 // Privacylib agentic context in base64-encoded serialized formatCOMMENT
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…/thrift/src/thrift/lib/py/protocol/TCompactProtocol.py42 def helper(func):CODE