Repository Analysis

antlr/grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.

3.2 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of antlr/grammars-v4, a ANTLR project with 11,048 GitHub stars. SynthScan v2.0 examined 1,326,516 lines of code across 12658 source files, recording 3486 pattern matches distributed across 22 syntactic categories. The overall adjusted score of 3.2 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).

3.2
Adjusted Score
3.2
Raw Score
100%
Time Factor
2026-07-12
Last Push
11.0K
Stars
ANTLR
Language
1.3M
Lines of Code
12.7K
Files
3.5K
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 16HIGH 45MEDIUM 327LOW 3098

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 3486 distinct pattern matches across 22 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 Block2390 hits · 2148 pts
SeverityFileLineSnippetContext
LOWtoml/examples/long.toml21[table.subtable]COMMENT
LOWtoml/examples/hard.toml21 ]COMMENT
LOWtoml/examples/hard.toml41#number = 3.14 pi <--again forgot the # COMMENT
LOW…sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart1961 }COMMENT
LOW…/lib/_internal/js_dev_runtime/patch/convert_patch.dart61COMMENT
LOW…b/_internal/js_dev_runtime/patch/collection_patch.dart141 implements HashSet<E>, LinkedHashSet<E> {COMMENT
LOW…dk/lib/_internal/js_dev_runtime/patch/async_patch.dart1// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS fileCOMMENT
LOW…dk/lib/_internal/js_dev_runtime/patch/async_patch.dart81 runBody() {COMMENT
LOW…dk/lib/_internal/js_dev_runtime/patch/async_patch.dart201/// runtime/lib/core_patch.dartCOMMENT
LOW…dk/lib/_internal/js_dev_runtime/patch/async_patch.dart261 /// the [stream] as an error via [addError].COMMENT
LOW…dk/lib/_internal/js_dev_runtime/patch/async_patch.dart361 /// Adds element to [stream] and returns true if the caller should terminateCOMMENT
LOW…ib/_internal/js_dev_runtime/patch/developer_patch.dart81 _extensions[method] = handler;COMMENT
LOW…dk/lib/_internal/js_dev_runtime/private/js_string.dart181COMMENT
LOW…internal/js_dev_runtime/private/identity_hash_map.dart1// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS fileCOMMENT
LOW…/sdk/lib/_internal/js_dev_runtime/private/profile.dart41/// speedup lookup of source map frames when running the profiler.COMMENT
LOW…/_internal/js_dev_runtime/private/linked_hash_map.dart21 action(JS('', '#[0]', entry), JS('', '#[1]', entry));COMMENT
LOW…/_internal/js_dev_runtime/private/linked_hash_map.dart41 /// we lookup the key in this map.COMMENT
LOW…b/_internal/js_dev_runtime/private/foreign_helper.dart281/// Reads an embedded global.COMMENT
LOW…b/_internal/js_dev_runtime/private/foreign_helper.dart301/// Returns the Rti object for the type for JavaScript arrays via JS-interop.COMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart381COMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart421 double _getFloat32(int byteOffset, [bool? littleEndian]) native;COMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart441 ///COMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart461COMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart481 ///COMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart501 /// at the specified [byteOffset] in this object, in unsigned binaryCOMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart521 int getUint64(int byteOffset, [Endian endian = Endian.big]) {COMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart541 /// converted to the nearest binary32 value. If two binary32 values areCOMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart581 /// [value], which must fit in four bytes. In other words, [value] must lieCOMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart601 }COMMENT
LOW…internal/js_dev_runtime/private/native_typed_data.dart641 /// 0 and 2<sup>64</sup> - 1, inclusive.COMMENT
LOW…lib/_internal/js_dev_runtime/private/interceptors.dart81/// Superclass of all interop objects and native types defined in the webCOMMENT
LOW…sdk/lib/_internal/js_dev_runtime/private/debugger.dart341 // Treat Node objects as a native JavaScript type as the regular DOM renderCOMMENT
LOW…sdk/lib/_internal/js_dev_runtime/private/debugger.dart981 var _util = JS('', r'#.$dartStackTraceUtility', dart.global_);COMMENT
LOW…_internal/js_dev_runtime/private/ddc_runtime/rtti.dart1// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS fileCOMMENT
LOW…_internal/js_dev_runtime/private/ddc_runtime/rtti.dart21/// to the appropriate class type from core, which serves as theirCOMMENT
LOW…_internal/js_dev_runtime/private/ddc_runtime/rtti.dart41/// The other kind of object representing a "type" is the instances of theCOMMENT
LOW…_internal/js_dev_runtime/private/ddc_runtime/rtti.dart201/// loaded in this application.COMMENT
LOW…nal/js_dev_runtime/private/ddc_runtime/operations.dart581}COMMENT
LOW…nal/js_dev_runtime/private/ddc_runtime/operations.dart621///COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart81COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart101/// association can be queried via the "classes" module".COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart121/// get String name;COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart561/// The symbol used to store the cached `Type` object associated with a class.COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart581/// packet. Note that required and optional parameters packagesCOMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart681 // Named arguments native JS Object of the form { namedArgName: namedArgType }COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart841COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart981 /// See the issue for the algorithm description:COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1121 }COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1341///COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1501 // types, handled already above).COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1781COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1861COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1901 ///COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1921 // identical(). If P and Q are equal but not identical, recursing throughCOMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1941 }COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart1981 // Given generic functions g1 and g2, g1 <: g2 iff:COMMENT
LOW…internal/js_dev_runtime/private/ddc_runtime/types.dart2021 }COMMENT
LOW…ternal/js_dev_runtime/private/ddc_runtime/classes.dart1// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS fileCOMMENT
LOW…ternal/js_dev_runtime/private/ddc_runtime/classes.dart261/// Should be used in place of [getGenericClass] when we know the class we wantCOMMENT
LOW…ternal/js_dev_runtime/private/ddc_runtime/classes.dart521 _applyExtension(jsType, dartExtType);COMMENT
2330 more matches not shown…
Decorative Section Separators281 hits · 898 pts
SeverityFileLineSnippetContext
MEDIUMsync_pldb.py37# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py44# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py135# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py138# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py177# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py179# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py197# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py199# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py373# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py375# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py554# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py556# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py628# ---------------------------------------------------------------------------COMMENT
MEDIUMsync_pldb.py630# ---------------------------------------------------------------------------COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py5# ======================================================================COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py26# ======================================================================COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py318 # ==================================================COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py322 # ==================================================COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py330 # ==================================================COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py332 # ==================================================COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py524# ---------------------------------------------------------------------------COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py527# ---------------------------------------------------------------------------COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py552# ---------------------------------------------------------------------------COMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py554# ---------------------------------------------------------------------------COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1235 # ====================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1237 # ====================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1245 # ==================================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1247 # ==================================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py108# =============================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py110# =============================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py143# ===============COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py145# ===============COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py185 # ===============================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py187 # ===============================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py233 # ========================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py235 # ========================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py277 # =======================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py279 # =======================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py672# =====================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py674# =====================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py714# ==============COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py716# ==============COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1109# ==============COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1111# ==============COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1153# ===========================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1155# ===========================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1264 # =======================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1266 # =======================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1635 # =======================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1637 # =======================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1650 # ==================================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1652 # ==================================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1701 # =====================================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py1703 # =====================================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py2201 # ========================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py2203 # ========================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py2288 # =======================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py2290 # =======================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py2333 # =====================COMMENT
MEDIUMpython/python2_7_18/examples/argparse.py2335 # =====================COMMENT
221 more matches not shown…
Unused Imports203 hits · 203 pts
SeverityFileLineSnippetContext
LOWada/ada2022/Go/transformGrammar.py4CODE
LOWada/ada2022/Go/transformGrammar.py7CODE
LOWada/ada2022/Python3/AdaParserBase.py1CODE
LOWada/ada2022/Python3/AdaLexerBase.py1CODE
LOWada/ada2022/Python3/transformGrammar.py4CODE
LOWada/ada2022/Python3/transformGrammar.py7CODE
LOWada/ada2022/Cpp/transformGrammar.py4CODE
LOWada/ada2022/Cpp/transformGrammar.py7CODE
LOWada/ada2012/Go/transformGrammar.py4CODE
LOWada/ada2012/Go/transformGrammar.py7CODE
LOWada/ada2012/Python3/AdaParserBase.py1CODE
LOWada/ada2012/Python3/AdaLexerBase.py1CODE
LOWada/ada2012/Python3/transformGrammar.py4CODE
LOWada/ada2012/Python3/transformGrammar.py7CODE
LOWada/ada2012/Cpp/transformGrammar.py4CODE
LOWada/ada2012/Cpp/transformGrammar.py7CODE
LOWdart2/Go/transformGrammar.py1CODE
LOWdart2/Go/transformGrammar.py3CODE
LOWdart2/Python3/Dart2LexerBase.py2CODE
LOWdart2/Python3/Dart2LexerBase.py3CODE
LOWdart2/Python3/transformGrammar.py1CODE
LOWdart2/Python3/transformGrammar.py3CODE
LOWdart2/Cpp/transformGrammar.py1CODE
LOWdart2/Cpp/transformGrammar.py3CODE
LOWpython/python3/Go/transformGrammar.py1CODE
LOWpython/python3/Go/transformGrammar.py3CODE
LOWpython/python3/large/test_utils.py39CODE
LOWpython/python3/large/test_utils.py41CODE
LOWpython/python3/large/base_events.py19CODE
LOWpython/python3/large/__init__.py21CODE
LOWpython/python3/large/__init__.py22CODE
LOWpython/python3/large/__init__.py23CODE
LOWpython/python3/large/__init__.py24CODE
LOWpython/python3/large/__init__.py25CODE
LOWpython/python3/large/__init__.py26CODE
LOWpython/python3/large/__init__.py27CODE
LOWpython/python3/large/__init__.py28CODE
LOWpython/python3/large/__init__.py29CODE
LOWpython/python3/large/__init__.py30CODE
LOWpython/python3/large/__init__.py31CODE
LOWpython/python3/large/__init__.py9CODE
LOWpython/python3/large/__init__.py46CODE
LOWpython/python3/large/__init__.py49CODE
LOWpython/python3/large/__init__.py11CODE
LOWpython/python3/large/__init__.py16CODE
LOWpython/python3/large/__init__.py18CODE
LOWpython/python3/Python3/Python3LexerBase.py2CODE
LOWpython/python3/Python3/transformGrammar.py1CODE
LOWpython/python3/Python3/Python3ParserBase.py1CODE
LOWpython/python3/Cpp/transformGrammar.py1CODE
LOWpython/python3/Cpp/transformGrammar.py3CODE
LOWpython/python/Python3/transformGrammar.py1CODE
LOWpython/python/Python3/PythonLexerBase.py3CODE
LOWpython/python/Python3/PythonLexerBase.py4CODE
LOWpython/python/Cpp/transformGrammar.py1CODE
LOWpython/python/examples/import_stmt.py8CODE
LOWpython/python/examples/import_stmt.py11CODE
LOWpython/python/examples/import_stmt.py14CODE
LOWpython/python/examples/import_stmt.py14CODE
LOWpython/python/examples/import_stmt.py23CODE
143 more matches not shown…
Cross-File Repetition37 hits · 185 pts
SeverityFileLineSnippetContext
HIGHgolang/Cpp/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHgolang/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHbnf/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHantlr/antlr4/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHrust/Cpp/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHrust/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHlangium/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHphp/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHlua/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHcpp/Cpp/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHcpp/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHswift/swift5/Cpp/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHfortran/fortran90/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHbison/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHsql/postgresql/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHsql/plsql/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHcpp/Go/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHcsharp/v7/Go/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHcsharp/v8-spec/Go/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHcpp/Python3/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHcsharp/v7/Python3/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHcsharp/v8-spec/Python3/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHc/Python3/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHasn/asn_3gpp/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHc/Antlr4ng/transformGrammar.py0the script transforms the grammar to fit for the antlr4ng targetSTRING
HIGHtrapc/Go/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHtrapc/Python3/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHtrapc/Dart/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHtrapc/TypeScript/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHtrapc/Java/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHtrapc/Cpp/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHtrapc/CSharp/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHtrapc/JavaScript/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHtrapc/Antlr4ng/transformGrammar.py0apply a sequence of (old, new) renames to a file, using placeholders to prevent double-substitution of already-correct nSTRING
HIGHsql/mariadb/examples/fast/dml_select.sql0as col2; select '\'quoted string\' ' col1, 'backslash \\ ' ', two double quote "" ' ', two single quoteSTRING
HIGHsql/mysql/Oracle/examples/dml_select.sql0as col2; select '\'quoted string\' ' col1, 'backslash \\ ' ', two double quote "" ' ', two single quoteSTRING
HIGHsql/mysql/Positive-Technologies/examples/dml_select.sql0as col2; select '\'quoted string\' ' col1, 'backslash \\ ' ', two double quote "" ' ', two single quoteSTRING
Hallucination Indicators16 hits · 160 pts
SeverityFileLineSnippetContext
CRITICAL_scripts/templates/Java/st.Test.java273 String s = org.antlr.v4.runtime.misc.Utils.escapeWhitespace(getNodeText(t, ruleNames), false);CODE
CRITICAL_scripts/templates/Java/st.Test.java279 s = org.antlr.v4.runtime.misc.Utils.escapeWhitespace(getNodeText(t, ruleNames), false);CODE
CRITICALscala/scala3/examples/lila/app/controllers/Simul.scala51 chat <- canHaveChat(sim).optionFu(env.chat.api.userChat.cached.findMine(sim.id.into(ChatId)))CODE
CRITICAL…/scala3/examples/lila/app/controllers/Tournament.scala397 lila.tournament.Schedule.Freq.byName.get(freq).so { fr =>CODE
CRITICALscala/scala3/examples/lila/app/controllers/Auth.scala181 lila.core.i18n.I18nKey.emails.welcome_subject.txt(user.username)CODE
CRITICALscala/scala3/examples/lila/app/controllers/Auth.scala285 lila.mon.email.send.fix.increment()CODE
CRITICALscala/scala3/examples/lila/app/controllers/Study.scala142 .flatMap(_.study.members.members.values.take(StudyModel.previewNbMembers))CODE
CRITICALscala/scala3/examples/lila/app/controllers/Study.scala585 v => env.study.pager.featured.setting.setString(v.toString).inject(Redirect(routes.Study.staffPicks))CODE
CRITICAL…a/scala3/examples/lila/app/controllers/Challenge.scala394 req.sid orElse lila.security.Mobile.LichessMobileUa.sriFromUA.map(_.value)CODE
CRITICALscala/scala3/examples/lila/app/controllers/Team.scala72 chat <- hasChat.optionFu(env.chat.api.userChat.cached.findMine(team.id.into(ChatId)))CODE
CRITICALscala/scala3/examples/lila/app/controllers/Team.scala403 val msg = lila.core.i18n.I18nKey.team.onlyLeaderLeavesTeam.txt()CODE
CRITICALscala/scala3/examples/lila/app/controllers/Clas.scala146 views.clas.teacherDashboard.wall.edit(clas, _, env.clas.forms.clas.wall.fill(clas.wall))CODE
CRITICALscala/scala3/examples/lila/app/controllers/Round.scala224 env.chat.api.userChat.cached.findMine(sid.into(ChatId)).dmap(toEventChat(PublicSource.Simul(sid)))CODE
CRITICALscala/scala3/examples/lila/app/controllers/Main.scala134 val meta = lila.memo.PicfitApi.form.upload.bindFromRequest().valueCODE
CRITICAL…ala/scala3/examples/lila/app/controllers/Account.scala200 lila.core.i18n.I18nKey.site.checkYourEmail.txt())CODE
CRITICALscala/scala3/examples/lila/app/views/study.scala100 .csp(views.analyse.ui.bits.cspExternalEngine.compose(_.withPeer.withExternalAnalysisApis))CODE
Fake / Example Data123 hits · 134 pts
SeverityFileLineSnippetContext
LOW…ples/lua-test-suite/luvit/tests/test-fs-readstream.lua24 local text = [[Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed doCODE
LOW…ples/lua-test-suite/luvit/tests/test-fs-readstream.lua24 local text = [[Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed doCODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1624 {5: x Lorem ipsum labore et dolore magna aliqua }|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1632 {5: x Lorem ipsum labore et dolore magna aliqua }|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1640 {5: x Lorem ipsum labore et dolore magna aliqua }|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1383Lorem ipsum dolor sit amet, consecteturCODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1383Lorem ipsum dolor sit amet, consecteturCODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1415 {2:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1426 {2:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1439 {2:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1450 {2:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1465 {2:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1487 {2:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1514 {3:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1525 {3:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1538 {3:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1549 {3:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1565 {3:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1587 {3:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1611 command("map x Lorem ipsum labore et dolore magna aliqua")CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1741 {2:":lua"]:1: Lorem ipsum dolor sit am}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1765 {2:":lua"]:1: Lorem ipsum dolor s}|CODE
LOW…test-suite/neovim/test/functional/ui/messages_spec.lua1782 {2:":lua"]:1: Lorem ipsum dolor s}|CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1755 insert('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo')CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1755 insert('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo')CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1782 Lorem ipsum dolor sit amet, consectetur adipiscing el|CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1782 Lorem ipsum dolor sit amet, consectetur adipiscing el|CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1816 Lorem ipsum dolor sit amet, consectetur adipiscing el|CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1816 Lorem ipsum dolor sit amet, consectetur adipiscing el|CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1850 Lorem ipsum dolor sit amet, consectetur adipiscing el|CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1850 Lorem ipsum dolor sit amet, consectetur adipiscing el|CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1884 Lorem ipsum dolor sit amet, consectetur adipiscing elit, ^sed do eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1884 Lorem ipsum dolor sit amet, consectetur adipiscing elit, ^sed do eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1914 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ^eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1914 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ^eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1951 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ^eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1951 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ^eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1983 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua1983 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua2025 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua2025 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmo |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua2123 Lorem ipsum dolor sit amet, consecteturCODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua2123 Lorem ipsum dolor sit amet, consecteturCODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua2271 Lorem ipsum dolor sit amet, consectetur |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua2271 Lorem ipsum dolor sit amet, consectetur |CODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua2310 Lorem ipsum dolor sit amet, consecteturCODE
LOW…est-suite/neovim/test/functional/ui/multigrid_spec.lua2310 Lorem ipsum dolor sit amet, consecteturCODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua661 id2 = set_virtual_text(0, 2, {{"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor inCODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua661 id2 = set_virtual_text(0, 2, {{"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor inCODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua671 , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua683 , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua697 , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua709 , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua733 -- , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua788 {13:, 5, 5, 5, 5, 5, 5, } Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua800 , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua813 , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua825 , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua837 , 5, 5, 5, 5, 5, 5, Lorem ipsum dolor s|CODE
LOW…ua-test-suite/neovim/test/functional/ui/bufhl_spec.lua852 , 5, 5, 5, 5, 5, 5,{1:-$}Lorem ipsum dolor s|CODE
63 more matches not shown…
Deep Nesting135 hits · 120 pts
SeverityFileLineSnippetContext
LOWsync_pldb.py239CODE
LOWsync_pldb.py479CODE
LOWsync_pldb.py611CODE
LOWada/ada2022/Python3/AdaParserBase.py31CODE
LOWada/ada2022/Python3/AdaParserBase.py44CODE
LOWada/ada2022/Python3/AdaParserBase.py104CODE
LOWada/ada2022/Python3/AdaParserBase.py386CODE
LOWada/ada2022/Python3/AdaParserBase.py514CODE
LOWada/ada2012/Python3/AdaParserBase.py31CODE
LOWada/ada2012/Python3/AdaParserBase.py44CODE
LOWada/ada2012/Python3/AdaParserBase.py102CODE
LOWada/ada2012/Python3/AdaParserBase.py384CODE
LOWada/ada2012/Python3/AdaParserBase.py512CODE
LOWpython/python3/large/tasks.py555CODE
LOWpython/python3/large/tasks.py163CODE
LOWpython/python3/large/selector_events.py779CODE
LOWpython/python3/large/selector_events.py864CODE
LOWpython/python3/large/selector_events.py953CODE
LOWpython/python3/large/base_events.py101CODE
LOWpython/python3/large/base_events.py680CODE
LOWpython/python3/large/base_events.py836CODE
LOWpython/python3/large/base_events.py967CODE
LOWpython/python3/large/base_events.py1329CODE
LOWpython/python3/large/proactor_events.py180CODE
LOWpython/python3/large/sslproto.py169CODE
LOWpython/python3/large/sslproto.py624CODE
LOWpython/python3/large/base_tasks.py23CODE
LOWpython/python3/large/coroutines.py192CODE
LOWpython/python3/large/coroutines.py209CODE
LOWpython/python3/large/windows_events.py660CODE
LOWpython/python3/large/windows_events.py721CODE
LOWpython/python3/large/unix_events.py256CODE
LOWpython/python3/large/unix_events.py980CODE
LOWpython/python3/Python3/Python3LexerBase.py77CODE
LOWpython/python3_13/Python3/PythonLexerBase.py137CODE
LOWpython/python3_13/Python3/PythonLexerBase.py207CODE
LOWpython/python3_13/examples/_pyio.py74CODE
LOWpython/python3_13/examples/_pyio.py1151CODE
LOWpython/python3_13/examples/_pyio.py1237CODE
LOWpython/python3_13/examples/_pyio.py1475CODE
LOWpython/python3_13/examples/_pyio.py1793CODE
LOWpython/python3_13/examples/_pyio.py2319CODE
LOWpython/python3_13/examples/_pyio.py2545CODE
LOWpython/python3_13/examples/_sitebuiltins.py67CODE
LOWpython/python3_13/examples/_markupbase.py60CODE
LOWpython/python3_13/examples/_markupbase.py179CODE
LOWpython/python3_13/examples/_markupbase.py340CODE
LOWpython/python3_13/examples/_compression.py72CODE
LOWpython/python3_13/examples/_compression.py130CODE
LOWpython/python3_13/examples/_strptime.py415CODE
LOWpython/python3_13/examples/_strptime.py122CODE
LOWpython/python3_13/examples/_osx_support.py153CODE
LOWpython/python3_13/examples/_osx_support.py274CODE
LOWpython/python3_13/examples/_osx_support.py331CODE
LOWpython/python3_13/examples/_osx_support.py358CODE
LOWpython/python3_13/examples/_osx_support.py499CODE
LOWpython/python3_13/examples/_pydatetime.py208CODE
LOWpython/python3_13/examples/_pydatetime.py278CODE
LOWpython/python3_13/examples/_collections_abc.py108CODE
LOWpython/python3_13/examples/_pylong.py51CODE
75 more matches not shown…
Hyper-Verbose Identifiers75 hits · 80 pts
SeverityFileLineSnippetContext
LOWsync_pldb.py239def build_reverse_map_from_antlr_entries(concepts_dir):CODE
LOWsync_pldb.py261def extract_concept_from_readme(readme_path):CODE
LOWsync_pldb.py334def build_grammar_to_concept_mapping(grammar_dirs, grammars_dir, concepts_dir, pldb_dir):CODE
LOWsync_pldb.py437def _rename_links_to_reference(lines):CODE
LOWsync_pldb.py449def _merge_duplicate_reference_sections(lines):CODE
LOWsync_pldb.py516def _ensure_reference_section(lines, concept):CODE
LOWsync_pldb.py591def _find_scroll_insert_position(lines):CODE
LOWada/ada2022/Python3/AdaParserBase.py330 def _define_subprogram_from_spec(self, spec):CODE
LOWada/ada2022/Python3/AdaParserBase.py468 def _package_name_to_file_name(self, package_name):CODE
LOWada/ada2012/Python3/AdaParserBase.py328 def _define_subprogram_from_spec(self, spec):CODE
LOWada/ada2012/Python3/AdaParserBase.py466 def _package_name_to_file_name(self, package_name):CODE
LOW…dk/sdk/lib/_internal/js_runtime/lib/native_helper.dart439 function getUnknownTagGenericBrowser(object, tag) {CODE
LOWpython/python3/large/test_utils.py87class SilentWSGIRequestHandler(WSGIRequestHandler):CODE
LOWpython/python3/large/selector_events.py90 def _make_legacy_ssl_transport(self, rawsock, protocol, sslcontext,CODE
LOWpython/python3/large/events.py501 def default_exception_handler(self, context):CODE
LOWpython/python3/large/base_events.py325 def _make_read_pipe_transport(self, pipe, protocol, waiter=None,CODE
LOWpython/python3/large/base_events.py330 def _make_write_pipe_transport(self, pipe, protocol, waiter=None,CODE
LOWpython/python3/large/base_events.py336 def _make_subprocess_transport(self, protocol, args, shell,CODE
LOWpython/python3/large/base_events.py812 def _create_connection_transport(self, sock, protocol_factory, ssl,CODE
LOWpython/python3/large/base_events.py958 def _create_server_getaddrinfo(self, host, port, family, flags):CODE
LOWpython/python3/large/base_events.py1217 def default_exception_handler(self, context):CODE
LOWpython/python3/large/proactor_events.py410 def _make_duplex_pipe_transport(self, sock, protocol, waiter=None,CODE
LOWpython/python3/large/proactor_events.py415 def _make_read_pipe_transport(self, sock, protocol, waiter=None,CODE
LOWpython/python3/large/proactor_events.py419 def _make_write_pipe_transport(self, sock, protocol, waiter=None,CODE
LOWpython/python3/large/futures.py343def _set_result_unless_cancelled(fut, result):CODE
LOWpython/python3/large/futures.py350def _set_concurrent_future_state(concurrent, source):CODE
LOWpython/python3/large/sslproto.py15def _create_transport_context(server_side, server_hostname):CODE
LOWpython/python3/large/windows_events.py371 def _make_subprocess_transport(self, protocol, args, shell,CODE
LOWpython/python3/large/unix_events.py174 def _make_read_pipe_transport(self, pipe, protocol, waiter=None,CODE
LOWpython/python3/large/unix_events.py178 def _make_write_pipe_transport(self, pipe, protocol, waiter=None,CODE
LOWpython/python3/large/unix_events.py183 def _make_subprocess_transport(self, protocol, args, shell,CODE
LOWpython/python/Python3/PythonLexerBase.py110 def __is_not_new_line_or_comment(self, next_char: str) -> bool:CODE
LOWpython/python/Python3/PythonLexerBase.py137 def __emit_token_type_on_channel(self, token_type: int, channel: int, text: str) -> None:CODE
LOWpython/python3_13/Python3/PythonLexerBase.py128 def __set_current_and_following_tokens(self) -> None:CODE
LOWpython/python3_13/Python3/PythonLexerBase.py198 def __insert_leading_indent_token(self) -> None:CODE
LOWpython/python3_13/Python3/PythonLexerBase.py297 def __append_to_brace_expression(self, text: str) -> None:CODE
LOWpython/python3_13/Python3/PythonLexerBase.py406 def __get_last_two_chars_of_the_cur_token_text(self) -> str:CODE
LOWpython/python3_13/Python3/PythonLexerBase.py410 def __trim_last_char_add_pending_token_set_cur_token(self, type: int, text: str, channel: int) -> None:CODE
LOWpython/python3_13/Python3/PythonLexerBase.py470 def __is_dictionary_comprehension_or_set_comprehension(self, code: str) -> bool:CODE
LOWpython/python3_13/Python3/PythonLexerBase.py508 def __hide_and_add_pending_token(self, ctkn: CommonToken) -> None:CODE
LOWpython/python3_13/Python3/PythonLexerBase.py512 def __create_and_add_pending_token(self, ttype: int, channel: int, text: Optional[str], sample_token: CommonToken) -CODE
LOWpython/python3_13/examples/_weakrefset.py184 def symmetric_difference_update(self, other):CODE
LOWpython/python3_13/examples/_osx_support.py117def _get_system_version_tuple():CODE
LOWpython/python3_13/examples/_osx_support.py178def _supports_universal_builds():CODE
LOWpython/python3_13/examples/_osx_support.py198def _find_appropriate_compiler(_config_vars):CODE
LOWpython/python3_13/examples/_osx_support.py274def _remove_unsupported_archs(_config_vars):CODE
LOWpython/python3_13/examples/_osx_support.py331def _check_for_unavailable_sdk(_config_vars):CODE
LOWpython/python3_13/examples/_pydatetime.py278def _find_isoformat_datetime_separator(dtstr):CODE
LOWpython/python3_13/examples/_pydecimal.py4039 def create_decimal_from_float(self, f):CODE
LOWpython/python2_7_18/Python3/PythonLexerBase.py102 def __set_current_and_following_tokens(self) -> None:CODE
LOWpython/python2_7_18/Python3/PythonLexerBase.py129 def __insert_leading_indent_token(self) -> None:CODE
LOWpython/python2_7_18/Python3/PythonLexerBase.py167 def __insert_indent_or_dedent_token(self, indent_length: int) -> None:CODE
LOWpython/python2_7_18/Python3/PythonLexerBase.py196 def __hide_and_add_pending_token(self, ctkn: CommonToken) -> None:CODE
LOWpython/python2_7_18/Python3/PythonLexerBase.py200 def __create_and_add_pending_token(self, ttype: int, channel: int, text: str, sample_token: CommonToken) -> None:CODE
LOWpython/python2_7_18/examples/_weakrefset.py188 def symmetric_difference_update(self, other):CODE
LOWpython/python2_7_18/examples/_osx_support.py128def _supports_universal_builds():CODE
LOWpython/python2_7_18/examples/_osx_support.py144def _find_appropriate_compiler(_config_vars):CODE
LOWpython/python2_7_18/examples/_osx_support.py220def _remove_unsupported_archs(_config_vars):CODE
LOWpython/python2_7_18/examples/_osx_support.py277def _check_for_unavailable_sdk(_config_vars):CODE
LOWpython/python2_7_18/examples/argparse.py538 def _format_action_invocation(self, action):CODE
15 more matches not shown…
Excessive Try-Catch Wrapping61 hits · 76 pts
SeverityFileLineSnippetContext
LOWmd_to_sortable_html.py22 except Exception:CODE
LOWada/ada2022/Python3/AdaParserBase.py507 except Exception as ex:CODE
LOWada/ada2012/Python3/AdaParserBase.py505 except Exception as ex:CODE
MEDIUMdart2/examples/sdk/sdk/lib/async/future.dart811 /// print('Error: $err'); // Prints 401.COMMENT
MEDIUMdart2/examples/sdk/sdk/lib/io/io.dart124/// }, onError: (e) => print("An error occurred."));COMMENT
MEDIUMdart2/examples/sdk/sdk/lib/io/file.dart125/// print('Error: $e');COMMENT
LOWpython/python3/large/tasks.py186 except Exception as exc:CODE
LOWpython/python3/large/tasks.py245 except Exception as exc:CODE
LOWpython/python3/large/tasks.py704 except Exception as exc:CODE
MEDIUMpython/python3/large/tasks.py242def _wakeup(self, future):CODE
MEDIUMpython/python3/large/tasks.py701def callback():CODE
MEDIUMpython/python3/large/selector_events.py249def _ensure_fd_no_transport(self, fd):CODE
MEDIUMpython/python3/large/selector_events.py660def _call_connection_lost(self, exc):CODE
MEDIUMpython/python3/large/selector_events.py864def _on_handshake(self, start_time):CODE
LOWpython/python3/large/selector_events.py236 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py385 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py422 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py465 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py485 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py517 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py727 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py765 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py788 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py899 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py971 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py1006 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py1075 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py1110 except Exception as exc:CODE
LOWpython/python3/large/selector_events.py1133 except Exception as exc:CODE
LOWpython/python3/large/events.py127 except Exception as exc:CODE
MEDIUMpython/python3/large/events.py124def _run(self):CODE
LOWpython/python3/large/base_events.py1285 except Exception:CODE
LOWpython/python3/large/base_events.py1294 except Exception as exc:CODE
LOWpython/python3/large/base_events.py1303 except Exception:CODE
LOWpython/python3/large/proactor_events.py484 except Exception as exc:CODE
MEDIUMpython/python3/large/proactor_events.py127def _call_connection_lost(self, exc):CODE
LOWpython/python3/large/base_subprocess.py192 except Exception as exc:CODE
MEDIUMpython/python3/large/base_subprocess.py163def _connect_pipes(self, waiter):CODE
LOWpython/python3/large/transports.py262 except Exception as exc:CODE
LOWpython/python3/large/transports.py276 except Exception as exc:CODE
LOWpython/python3/large/windows_events.py381 except Exception as exc:CODE
LOWpython/python3/large/unix_events.py197 except Exception as exc:CODE
LOWpython/python3/large/unix_events.py552 except Exception as exc:CODE
LOWpython/python3/large/unix_events.py572 except Exception as exc:CODE
LOWpython/python3/large/unix_events.py811 except Exception as exc:CODE
MEDIUMpython/python3/large/unix_events.py379def _read_ready(self):CODE
MEDIUMpython/python3/large/unix_events.py652def _call_connection_lost(self, exc):CODE
LOWpython/python/examples/try_stmt.py12except Exception as ex:CODE
LOWpython/python/examples/try_stmt.py22except Exception:CODE
LOWpython/python3_13/examples/_pydatetime.py1001 except Exception:CODE
LOWpython/python3_13/examples/_pydatetime.py1560 except Exception:CODE
LOWpython/python2_7_18/examples/_pyio.py778 except Exception:CODE
LOWpython/python2_7_18/examples/_pyio.py1548 except Exception:STRING
MEDIUMpython/python2_7_18/examples/_pyio.py1218def close(self):CODE
LOWpython/python2_7_18/examples/_MozillaCookieJar.py108 except Exception:STRING
LOWpython/python2_7_18/examples/_LWPCookieJar.py167 except Exception:CODE
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py44def ReduceTree(self, currentctx):CODE
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py647def pre_scan(self, tokens):CODE
LOWcsharp/v8-spec/Python3/CSharpParserBase.py399 except Exception:CODE
LOWcsharp/v8-spec/Python3/CSharpParserBase.py442 except Exception:CODE
1 more matches not shown…
Redundant / Tautological Comments44 hits · 70 pts
SeverityFileLineSnippetContext
LOWpython/python3/large/streams.py548 # Check if we now have enough data in the buffer for `separator` toCOMMENT
LOWpython/python3/large/unix_events.py104 # Set SA_RESTART to limit EINTR occurrences.COMMENT
LOWpython/python3/Python3/Python3LexerBase.py32 # Check if the end-of-file is ahead and there are still some DEDENTS expected.COMMENT
LOWpython/python/Python3/PythonLexerBase.py43 # Check if the end-of-file is ahead and there are still some DEDENTS expected.COMMENT
LOWpython/python3_13/examples/_py_abc.py131 # Check if it's a direct subclassCOMMENT
LOWpython/python3_13/examples/_py_abc.py135 # Check if it's a subclass of a registered class (recursive)COMMENT
LOWpython/python3_13/examples/_py_abc.py140 # Check if it's a subclass of a subclass (recursive)COMMENT
LOWpython/python3_13/examples/_osx_support.py412 # Check if the SDK that is used during compilation actually exists,COMMENT
LOWpython/python2_7_18/examples/_osx_support.py348 # Check if the SDK that is used during compilation actually exists,COMMENT
LOWpython/python2_7_18/examples/BaseHTTPServer.py514 # Set this to HTTP/1.1 to enable automatic keepaliveCOMMENT
LOWpython/python2_7_18/examples/abc.py169 # Check if it's a direct subclassCOMMENT
LOWpython/python2_7_18/examples/abc.py173 # Check if it's a subclass of a registered class (recursive)COMMENT
LOWpython/python2_7_18/examples/abc.py178 # Check if it's a subclass of a subclass (recursive)COMMENT
LOWgolang/Python3/GoParserBase.py136 # Check if we're in a call to a built-in function that takes a type as first argument.COMMENT
LOWgolang/Python3/GoParserBase.py150 # Check if we're NOT in a call to a built-in function that takes a type.COMMENT
LOW_scripts/find-stale-links.sh118# Check if a URL is accessible (returns 0 if accessible, 1 if stale)COMMENT
LOW_scripts/find-stale-links.sh236 # Check if archived_snapshots is empty or has no closest snapshotCOMMENT
LOW_scripts/templates/Go/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/Go/st.test.sh121# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/Python3/st.test.sh101# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/Python3/st.test.sh124# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/Dart/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/Dart/st.test.sh121# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/TypeScript/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/TypeScript/st.test.sh121# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/Rust/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/Rust/st.test.sh121# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/Java/st.test.sh106# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/Java/st.test.sh129# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/PHP/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/PHP/st.test.sh121# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/Antlr4cs/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/Antlr4cs/st.test.sh121# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/Cpp/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/Cpp/st.test.sh121# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/CSharp/st.test.sh117# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/CSharp/st.test.sh140# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/JavaScript/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/JavaScript/st.test.sh121# Check if any untracked .errors files.COMMENT
LOW_scripts/templates/Antlr4ng/st.test.sh98# Check if any files in the test files directory have changed.COMMENT
LOW_scripts/templates/Antlr4ng/st.test.sh121# Check if any untracked .errors files.COMMENT
LOWcsharp/v7/testing/test.sh93 # Write file list to a temp file to avoid command-line length limitsCOMMENT
LOWcsharp/v8-spec/testing/test.sh93 # Write file list to a temp file to avoid command-line length limitsCOMMENT
LOWjavascript/javascript/Python3/JavaScriptParserBase.py84 # Check if the token is, or contains a line terminator.COMMENT
Modern Structural Boilerplate41 hits · 40 pts
SeverityFileLineSnippetContext
LOWpython/python3/large/queues.py3__all__ = ['Queue', 'PriorityQueue', 'LifoQueue', 'QueueFull', 'QueueEmpty']CODE
LOWpython/python3/large/streams.py3__all__ = ['StreamReader', 'StreamWriter', 'StreamReaderProtocol',CODE
LOWpython/python3/large/tasks.py3__all__ = ['Task',CODE
LOWpython/python3/large/selector_events.py7__all__ = ['BaseSelectorEventLoop']CODE
LOWpython/python3/large/protocols.py3__all__ = ['BaseProtocol', 'Protocol', 'DatagramProtocol',CODE
LOWpython/python3/large/events.py3__all__ = ['AbstractEventLoopPolicy',CODE
LOWpython/python3/large/base_events.py41__all__ = ['BaseEventLoop']CODE
LOWpython/python3/large/subprocess.py1__all__ = ['create_subprocess_exec', 'create_subprocess_shell']CODE
LOWpython/python3/large/proactor_events.py7__all__ = ['BaseProactorEventLoop']CODE
LOWpython/python3/large/locks.py3__all__ = ['Lock', 'Event', 'Condition', 'Semaphore', 'BoundedSemaphore']CODE
LOWpython/python3/large/futures.py3__all__ = ['CancelledError', 'TimeoutError', 'InvalidStateError',CODE
LOWpython/python3/large/windows_utils.py20__all__ = ['socketpair', 'pipe', 'Popen', 'PIPE', 'PipeHandle']CODE
LOWpython/python3/large/transports.py5__all__ = ['BaseTransport', 'ReadTransport', 'WriteTransport',CODE
LOWpython/python3/large/coroutines.py1__all__ = ['coroutine',CODE
LOWpython/python3/large/windows_events.py22__all__ = ['SelectorEventLoop', 'ProactorEventLoop', 'IocpProactor',CODE
LOWpython/python3/large/base_futures.py1__all__ = []CODE
LOWpython/python3/large/unix_events.py28__all__ = ['SelectorEventLoop',CODE
LOWpython/python3/small/base_futures.py1__all__ = []CODE
LOWpython/python/Python3/PythonLexerBase.py177 def set_version(self, required_version: int) -> None:CODE
LOWpython/python3_13/examples/_threading_local.py134__all__ = ["local"]CODE
LOWpython/python3_13/examples/_weakrefset.py8__all__ = ['WeakSet']CODE
LOWpython/python3_13/examples/_strptime.py26__all__ = []CODE
LOWpython/python3_13/examples/_osx_support.py7__all__ = [CODE
LOWpython/python3_13/examples/_collections_abc.py44__all__ = ["Awaitable", "Coroutine",CODE
LOWpython/python3_13/examples/__future__.py63__all__ = ["all_feature_names"] + all_feature_namesCODE
LOWpython/python3_13/examples/_pydecimal.py18__all__ = [CODE
LOWpython/python2_7_18/examples/bdb.py8__all__ = ["BdbQuit","Bdb","Breakpoint"]CODE
LOWpython/python2_7_18/examples/base64.py14__all__ = [CODE
LOWpython/python2_7_18/examples/Bastion.py32__all__ = ["BastionClass", "Bastion"]CODE
LOWpython/python2_7_18/examples/_threading_local.py132__all__ = ["local"]CODE
LOWpython/python2_7_18/examples/_weakrefset.py7__all__ = ['WeakSet']CODE
LOWpython/python2_7_18/examples/atexit.py8__all__ = ["register"]CODE
LOWpython/python2_7_18/examples/audiodev.py6__all__ = ["error","AudioDev"]CODE
LOWpython/python2_7_18/examples/_strptime.py25__all__ = []CODE
LOWpython/python2_7_18/examples/_abcoll.py14__all__ = ["Hashable", "Iterable", "Iterator",CODE
LOWpython/python2_7_18/examples/binhex.py29__all__ = ["binhex","hexbin","Error"]CODE
LOWpython/python2_7_18/examples/_osx_support.py7__all__ = [CODE
LOWpython/python2_7_18/examples/argparse.py65__all__ = [CODE
LOWpython/python2_7_18/examples/__future__.py60__all__ = ["all_feature_names"] + all_feature_namesCODE
LOWpython/python2_7_18/examples/BaseHTTPServer.py71__all__ = ["HTTPServer", "BaseHTTPRequestHandler"]CODE
LOWpython/python2_7_18/examples/aifc.py140__all__ = ["Error","open","openfp"]CODE
Self-Referential Comments15 hits · 35 pts
SeverityFileLineSnippetContext
MEDIUMdart2/examples/sdk/sdk/lib/io/directory.dart28/// ## Create a directoryCOMMENT
MEDIUMpython/python3/large/selector_events.py173 # This method is only called once for each event loop tick where theCOMMENT
MEDIUMpython/python3/large/futures.py111 """This class is *almost* compatible with concurrent.futures.Future.STRING
MEDIUMpython/python3/large/base_subprocess.py36 # Create the child process: set the _proc attributeCOMMENT
MEDIUMpython/python3/large/coroutines.py80 # This function is called from 'sys.set_coroutine_wrapper'.COMMENT
MEDIUMpython/python3_13/examples/_pyio.py279# Define a default pure-Python implementation for open_code()STRING
MEDIUMpython/python3_13/examples/_compat_pickle.py1# This module is used to map the old Python 2 names to the new names used inCOMMENT
MEDIUMpython/python3_13/examples/_opcode_metadata.py1# This file is generated by Tools/cases_generator/py_metadata_generator.pyCOMMENT
MEDIUMpython/python3_13/examples/_pylong.py111 # This function implements a divide-and-conquer algorithm that isCOMMENT
MEDIUMpython/python3_13/examples/_pylong.py195 # This function implements a divide-and-conquer algorithm making useCOMMENT
MEDIUMpython/python2_7_18/examples/bdb.py158 """This method is called when there is the remote possibilitySTRING
MEDIUMpython/python2_7_18/examples/bdb.py163 """This method is called when we stop or break at this line."""STRING
MEDIUMpython/python2_7_18/examples/bdb.py167 """This method is called when a return trap is set here."""STRING
MEDIUMpython/python2_7_18/examples/bdb.py172 """This method is called if an exception occurs,STRING
MEDIUMpython/python2_7_18/examples/bdb.py429 # This method is more useful to debug a single function call.COMMENT
Cross-Language Confusion5 hits · 32 pts
SeverityFileLineSnippetContext
HIGHc/Rust/transformGrammar.py48 " __bt.push((__btt, __btx));"CODE
HIGHc/Rust/transformGrammar.py49 " if __btt == 116 || __btt == 92 || __btt == 93 || __btt == 88 || __btt == 117 || __bk >= 200 { break; }"CODE
HIGHc/Rust/transformGrammar.py143 " __etoks.push((__ett, __etx));"CODE
HIGHc/Rust/transformGrammar.py145 " else if __ett == 92 && __edepth > 0 { __edepth -= 1; }" # 92 = LBRACE: leavingCODE
HIGHc/Rust/transformGrammar.py146 " if __edepth == 0 && (__ett == 116 || __ek >= 500) { break; }" # SEMI only at depth 0CODE
AI Slop Vocabulary12 hits · 26 pts
SeverityFileLineSnippetContext
MEDIUM…nal/js_dev_runtime/private/ddc_runtime/operations.dart61/// Essentially this works like `obj?.call`. It also handles the needs ofCOMMENT
MEDIUM…internal/js_dev_runtime/private/ddc_runtime/types.dart1103 // This is not robust in general for user-defined JS functions, but itCOMMENT
LOWpython/python3/large/streams.py618 # bytes. So just call self.read(self._limit) until EOF.COMMENT
LOWpython/python3/large/base_events.py115 # SOCK_NONBLOCK, we simply return None, which will triggerCOMMENT
LOWpython/python3/large/base_events.py1403 # All other places just add them to ready.COMMENT
LOWpython/python3_13/examples/_pydecimal.py3271 # otherwise, simply return the adjusted exponent of self, as aCOMMENT
MEDIUMpython/python2_7_18/examples/asyncore.py15# Rushing not be used in advertising or publicity pertaining toCOMMENT
LOWpython/python2_7_18/examples/argparse.py1997 # for regular arguments, just add them back into the listCOMMENT
MEDIUMpython/python2_7_18/examples/BaseHTTPServer.py511 # Essentially static class variablesCOMMENT
MEDIUMpython/python2_7_18/examples/asynchat.py15# Rushing not be used in advertising or publicity pertaining toCOMMENT
MEDIUMhtml/examples/wikipedia.html102<p><i><b><a href="/wiki/Oryzomys_peninsulae" title="Oryzomys peninsulae">Oryzomys peninsulae</a></b></i>, also known as CODE
MEDIUMhtml/examples/abc.com.html443The doctors of Grey Sloan Memorial Hospital deal with life-or-death consequences on a daily basis -- it's in one anotherCODE
Synthetic Comment Markers3 hits · 22 pts
SeverityFileLineSnippetContext
HIGHdart2/examples/sdk/sdk/lib/_http/websocket.dart180 /// negotiating the max window bits for both client and server as requestedCOMMENT
HIGHrust/examples/long/deno_core_runtime.rs1210 // 1. Source code resolved result have the same module name as requestedCOMMENT
HIGHrust/examples/long/deno_core_runtime.rs1213 // 2. Source code resolved result have a different name as requested:COMMENT
Structural Annotation Overuse7 hits · 12 pts
SeverityFileLineSnippetContext
LOWjava/java9/additional-examples/RecyclerView.java3444 // Step 0: Find out where all non-removed items are, pre-layoutCOMMENT
LOWjava/java9/additional-examples/RecyclerView.java3471 // Step 1: run prelayout: This will use the old positions of items. The layout managerCOMMENT
LOWjava/java9/additional-examples/RecyclerView.java3528 // Step 2: Run layoutCOMMENT
LOWjava/java9/additional-examples/RecyclerView.java3552 // Step 3: Find out where things are now, and process change animations.COMMENT
LOWjava/java9/additional-examples/RecyclerView.java3599 // Step 4: Process view info lists and trigger animationsCOMMENT
LOWc/Cpp/test_and_example/CMakeLists.txt45# Step 1: transformGrammar.py → 生成 Cpp 版 .g4COMMENT
LOWc/Cpp/test_and_example/CMakeLists.txt67# Step 2: ANTLR4 → 生成 CLexer / CParser C++ 源码COMMENT
Verbosity Indicators7 hits · 10 pts
SeverityFileLineSnippetContext
LOW…/examples/sdk/sdk/lib/_internal/js_shared/lib/rti.dart2969 // then we need to check if for some i, Ci <: [t]. However, this requires usCOMMENT
LOWrust/examples/long/deno_core_runtime.rs1087 /// Thus during turn of event loop we need to check if V8 hasCOMMENT
LOWjava/java9/additional-examples/RecyclerView.java3444 // Step 0: Find out where all non-removed items are, pre-layoutCOMMENT
LOWjava/java9/additional-examples/RecyclerView.java3471 // Step 1: run prelayout: This will use the old positions of items. The layout managerCOMMENT
LOWjava/java9/additional-examples/RecyclerView.java3528 // Step 2: Run layoutCOMMENT
LOWjava/java9/additional-examples/RecyclerView.java3552 // Step 3: Find out where things are now, and process change animations.COMMENT
LOWjava/java9/additional-examples/RecyclerView.java3599 // Step 4: Process view info lists and trigger animationsCOMMENT
AI Structural Patterns13 hits · 10 pts
SeverityFileLineSnippetContext
LOWpython/python3/large/events.py301CODE
LOWpython/python3/large/events.py306CODE
LOWpython/python3/large/events.py373CODE
LOWpython/python3/large/base_events.py680CODE
LOWpython/python3/large/base_events.py836CODE
LOWpython/python3/large/base_events.py967CODE
LOWpython/python3_13/examples/_pydatetime.py1688CODE
LOWpython/python3_13/examples/_pydatetime.py1960CODE
LOWpython/python3_13/examples/_pydecimal.py3816CODE
LOWpython/python2_7_18/examples/argparse.py769CODE
LOWpython/python2_7_18/examples/argparse.py811CODE
LOWpython/python2_7_18/examples/argparse.py903CODE
LOWpython/python2_7_18/examples/argparse.py1560CODE
Slop Phrases6 hits · 10 pts
SeverityFileLineSnippetContext
LOW…sdk/lib/_internal/js_dev_runtime/patch/core_patch.dart1367 // Don't forget to add the hidden bit.COMMENT
LOW…s/sdk/sdk/lib/_internal/js_runtime/lib/core_patch.dart1317 // Don't forget to add the hidden bit.COMMENT
LOW…xamples/sdk/sdk/lib/_internal/vm/lib/bigint_patch.dart431 // Don't forget to add the hidden bit.COMMENT
MEDIUMjava/java9/additional-examples/RecyclerView.java8800 * {@link View#measure(int, int)}, you can use this method to get decorations.COMMENT
LOW…xamples/lua-test-suite/neovim/test/unit/preprocess.lua185-- Don't forget to close the stream by calling the close() method on it.CODE
LOW…test-suite/neovim/test/functional/api/version_spec.lua111 "don't forget to set NVIM_API_PRERELEASE to true.")CODE
Dead Code7 hits · 7 pts
SeverityFileLineSnippetContext
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py93CODE
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py94CODE
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py96CODE
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py97CODE
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py98CODE
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py100CODE
MEDIUMcsharp/v8-spec/Python3/CSharpParserBase.py101CODE
Example Usage Blocks4 hits · 5 pts
SeverityFileLineSnippetContext
LOWgolang/examples/4739.go2300// Example usage:COMMENT
LOW_scripts/templates/CSharp/EarleyAtnParser.cs16// Usage example:COMMENT
LOWcsharp/v7/symbol-mapping.sh6# Usage:COMMENT
LOWcsharp/v8-spec/tooling/generate-csharp-parser.sh26# Usage:COMMENT
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWjavascript/javascript/examples/TemplateLiterals.js2// TODO: implement interpolation expressions parsing.COMMENT