Repository Analysis

JetBrains/intellij-community

IntelliJ IDEA & IntelliJ Platform

4.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of JetBrains/intellij-community, a Java project with 20,495 GitHub stars. SynthScan v2.0 examined 14,435,868 lines of code across 211598 source files, recording 22441 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 4.9 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.9
Adjusted Score
4.9
Raw Score
100%
Time Factor
2026-08-29
Last Push
20.5K
Stars
Java
Language
14.4M
Lines of Code
211.6K
Files
22.4K
Pattern Hits
2026-08-29
Scan Date
0.03
HC Hit Rate

What These Metrics Mean

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

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

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

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 5008HIGH 1224MEDIUM 2336LOW 13873

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

Hallucination Indicators5008 hits · 45035 pts
SeverityFileLineSnippetContext
CRITICAL…stomization/resources/META-INF/AndroidStudioPlugin.xml3<!-- Source: org.jetbrains.intellij.build.AndroidStudioProperties.getProductContentDescriptor() -->CODE
CRITICAL…tools/ide/metrics/benchmark/BenchmarkTestInfoImpl.java277 "Couldn't manage to detect the calling test method. Please use one of the overloads of com.intellij.tools.ide.CODE
CRITICAL…o-edt-in-dump/threadDump-before-kill-1725405196582.txt8 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…o-edt-in-dump/threadDump-before-kill-1725405196582.txt27 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…o-edt-in-dump/threadDump-before-kill-1725405196582.txt35 at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.ktCODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt26 at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:469)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt27 at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1763)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt28 at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1712)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt29 at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.kt:97)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt30 at com.intellij.ide.actions.ShowSettingsAction.perform(ShowSettingsAction.java:61)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt31 at com.intellij.ide.actions.ShowSettingsAction.actionPerformed(ShowSettingsAction.java:48)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt32 at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.kt:355)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt35 at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.performWithActionCallbacks(ActionManagerImpl.kt:1179)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt36 at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.kt:325)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt39 at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt40 at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:95)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt41 at com.intellij.openapi.actionSystem.impl.ActionManagerImplKt.doPerformAction(ActionManagerImpl.kt:1325)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt42 at com.intellij.openapi.actionSystem.impl.ActionManagerImplKt.tryToExecuteNow(ActionManagerImpl.kt:1377)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt44 at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.tryToExecute(ActionManagerImpl.kt:1227)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt47 at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:340)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt53 at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:231)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt55 at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt57 at com.intellij.openapi.application.impl.DispatchedRunnable.run(DispatchedRunnable.kt:44)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt58 at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:229)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt61 at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithImplicitRead(AnyThreadWriteThreadingSuppCODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt62 at com.intellij.openapi.application.impl.ApplicationImpl.runWithImplicitRead(ApplicationImpl.java:1160)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt63 at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:79)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt64 at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:120)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt65 at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:42)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt78 at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithoutImplicitRead(AnyThreadWriteThreadingSCODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt83 at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:844)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt90 at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadinCODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt91 at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:908)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt92 at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt93 at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt98 at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt8 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt117 at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt130 at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt142 at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt154 at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt167 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt175 at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.ktCODE
CRITICAL…ata/no-dialog/threadDump-before-kill-1725405196582.txt8 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…ata/no-dialog/threadDump-before-kill-1725405196582.txt29 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…ata/no-dialog/threadDump-before-kill-1725405196582.txt48 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…ata/no-dialog/threadDump-before-kill-1725405196582.txt56 at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.ktCODE
CRITICAL…ata/no-dialog/threadDump-before-kill-1725405196582.txt68 at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269)CODE
CRITICAL…dialog/thread-dumps-ide/threadDump-2-1725405017595.txt8 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…dialog/thread-dumps-ide/threadDump-2-1725405017595.txt29 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…dialog/thread-dumps-ide/threadDump-2-1725405017595.txt48 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…dialog/thread-dumps-ide/threadDump-2-1725405017595.txt56 at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.ktCODE
CRITICAL…dialog/thread-dumps-ide/threadDump-2-1725405017595.txt68 at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269)CODE
CRITICAL…dialog/thread-dumps-ide/threadDump-1-1725404956966.txt8 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…dialog/thread-dumps-ide/threadDump-1-1725404956966.txt29 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…dialog/thread-dumps-ide/threadDump-1-1725404956966.txt48 at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371)CODE
CRITICAL…dialog/thread-dumps-ide/threadDump-1-1725404956966.txt56 at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.ktCODE
CRITICAL…dialog/thread-dumps-ide/threadDump-1-1725404956966.txt68 at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269)CODE
CRITICAL…ea-log/thread-dumps-ide/threadDump-1-1725281266345.txt26 at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:469)CODE
CRITICAL…ea-log/thread-dumps-ide/threadDump-1-1725281266345.txt27 at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1763)CODE
4948 more matches not shown…
Decorative Section Separators1939 hits · 6124 pts
SeverityFileLineSnippetContext
MEDIUM…tSrc/src/com/intellij/ide/starter/ProcessKillerTest.kt37 // ── killProcess(Process) ────────────────────────────────────────────────────COMMENT
MEDIUM…tSrc/src/com/intellij/ide/starter/ProcessKillerTest.kt74 // ── killProcesses ───────────────────────────────────────────────────────────COMMENT
MEDIUM…tive/fsNotifier/linux/.devcontainer/reinstall-cmake.sh2#-------------------------------------------------------------------------------------------------------------COMMENT
MEDIUM…tive/fsNotifier/linux/.devcontainer/reinstall-cmake.sh5#-------------------------------------------------------------------------------------------------------------COMMENT
MEDIUM…ns/PyAbstractClassInspection/typingProtocolSubclass.py5# ------------------COMMENT
MEDIUM…ns/PyAbstractClassInspection/typingProtocolSubclass.py21# ------------------COMMENT
MEDIUM…ns/PyAbstractClassInspection/typingProtocolSubclass.py37# ------------------COMMENT
MEDIUM…ns/PyAbstractClassInspection/typingProtocolSubclass.py54# ------------------COMMENT
MEDIUM…ns/PyAbstractClassInspection/typingProtocolSubclass.py71# ------------------COMMENT
MEDIUM…ns/PyAbstractClassInspection/typingProtocolSubclass.py89# ------------------COMMENT
MEDIUM…ns/PyAbstractClassInspection/typingProtocolSubclass.py109# ------------------COMMENT
MEDIUM…hon-pyproject/testData/statistics/tools/pyproject.toml112# ─────────────────────────COMMENT
MEDIUM…hon-pyproject/testData/statistics/tools/pyproject.toml114# ─────────────────────────COMMENT
MEDIUMpython/helpers/pydev/pydevconsole.py69#=======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevconsole.py71#=======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevconsole.py392#=======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevconsole.py394#=======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevconsole.py543#=======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevconsole.py545#=======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py134# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py136# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py168# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py171# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py364# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py366# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py1807# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py1809# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py2122# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py2124# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py2205# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/pydevd.py2207# ======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py11#=======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py13#=======================================================================================================================COMMENT
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py105#=======================================================================================================================STRING
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py107#=======================================================================================================================STRING
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py274#=======================================================================================================================STRING
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py276#=======================================================================================================================STRING
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py532 #===================================================================================================================STRING
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py534 #===================================================================================================================STRING
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py861#=======================================================================================================================STRING
MEDIUMpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py863#=======================================================================================================================STRING
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py13#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py15#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py24#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py26#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py159 #===================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py161 #===================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py168 #===================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py170 #===================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py6#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py8#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py23#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py25#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py35#=======================================================================================================================COMMENT
MEDIUM…lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py37#=======================================================================================================================COMMENT
MEDIUM…n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py8#=======================================================================================================================COMMENT
MEDIUM…n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py10#=======================================================================================================================COMMENT
MEDIUM…n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py33 #===================================================================================================================COMMENT
MEDIUM…n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py37 #===================================================================================================================COMMENT
MEDIUM…n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py151#=======================================================================================================================COMMENT
1879 more matches not shown…
Cross-File Repetition1132 hits · 5660 pts
SeverityFileLineSnippetContext
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0property attribute. fget function to be used for getting an attribute value fset function to be used for setting an attrSTRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0property attribute. fget function to be used for getting an attribute value fset function to be used for setting an attrSTRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0property attribute. fget function to be used for getting an attribute value fset function to be used for setting an attrSTRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0descriptor to obtain a copy of the property with a different deleter.STRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0descriptor to obtain a copy of the property with a different deleter.STRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0descriptor to obtain a copy of the property with a different deleter.STRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0descriptor to obtain a copy of the property with a different getter.STRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0descriptor to obtain a copy of the property with a different getter.STRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0descriptor to obtain a copy of the property with a different getter.STRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0descriptor to obtain a copy of the property with a different setter.STRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0descriptor to obtain a copy of the property with a different setter.STRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0descriptor to obtain a copy of the property with a different setter.STRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0return an attribute of instance, which is of type owner.STRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0return an attribute of instance, which is of type owner.STRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0return an attribute of instance, which is of type owner.STRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0create and return a new object. see help(type) for accurate signature.STRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0create and return a new object. see help(type) for accurate signature.STRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0create and return a new object. see help(type) for accurate signature.STRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0common ops mixin to support a unified interface / docs for series / indexSTRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0common ops mixin to support a unified interface / docs for series / indexSTRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0common ops mixin to support a unified interface / docs for series / indexSTRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0return a list of the values. these are each a scalar type, which is a python scalar (for str, int, float) or a pandas scSTRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0return a list of the values. these are each a scalar type, which is a python scalar (for str, int, float) or a pandas scSTRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0return a list of the values. these are each a scalar type, which is a python scalar (for str, int, float) or a pandas scSTRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0one-dimensional ndarray with axis labels (including time series). labels need not be unique but must be a hashable type.STRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0one-dimensional ndarray with axis labels (including time series). labels need not be unique but must be a hashable type.STRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0one-dimensional ndarray with axis labels (including time series). labels need not be unique but must be a hashable type.STRING
HIGH…ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py0return series as ndarray or ndarray-like depending on the dtype. .. warning:: we recommend using :attr:`series.array` orSTRING
HIGH…ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py0return series as ndarray or ndarray-like depending on the dtype. .. warning:: we recommend using :attr:`series.array` orSTRING
HIGH…sTruthValueIsAmbiguousInspection/pandas/core/series.py0return series as ndarray or ndarray-like depending on the dtype. .. warning:: we recommend using :attr:`series.array` orSTRING
HIGH…testData/types/NumpyArrayType/numpy/core/multiarray.py0ndarray(shape, dtype=float, buffer=none, offset=0, strides=none, order=none) an array object represents a multidimensionSTRING
HIGH…tData/inspections/PyNumpyType/numpy/core/multiarray.py0ndarray(shape, dtype=float, buffer=none, offset=0, strides=none, order=none) an array object represents a multidimensionSTRING
HIGH…ressionOnClassHavingSkeletons/numpy/core/multiarray.py0ndarray(shape, dtype=float, buffer=none, offset=0, strides=none, order=none) an array object represents a multidimensionSTRING
HIGH…estData/quickdoc/NumPyOnesDoc/numpy/core/multiarray.py0ndarray(shape, dtype=float, buffer=none, offset=0, strides=none, order=none) an array object represents a multidimensionSTRING
HIGH…eResolvesToDataclassInitParameterOverClassAttribute.py0class description parameters ---------- attr1: <ref> attr1 descriptionSTRING
HIGH…terNameResolvesToDataclassClassAttributeWithoutInit.py0class description parameters ---------- attr1: <ref> attr1 descriptionSTRING
HIGH…solve/NumpyDocstringParameterNameUnresolvedWithInit.py0class description parameters ---------- attr1: <ref> attr1 descriptionSTRING
HIGH…esolve/RestDocstringVarNameResolvesToClassAttribute.py0class description :var var1: var1 description <ref>STRING
HIGH…VarNameResolvesToInstanceAttributeOverInitParameter.py0class description :var var1: var1 description <ref>STRING
HIGH…arNameResolvesToInstanceAttributeOverClassAttribute.py0class description :var var1: var1 description <ref>STRING
HIGH…tringAttributeNameResolvesToDataclassClassAttribute.py0class description attributes: attr1: attr1 description <ref>STRING
HIGH…uteNameResolvesToInstanceAttributeOverInitParameter.py0class description attributes: attr1: attr1 description <ref>STRING
HIGH…teNameResolvesToInstanceAttributeOverClassAttribute.py0class description attributes: attr1: attr1 description <ref>STRING
HIGH…ringAttributeNameResolvesToNamedTupleClassAttribute.py0class description attributes: attr1: attr1 description <ref>STRING
HIGH…oogleDocstringAttributeNameResolvesToClassAttribute.py0class description attributes: attr1: attr1 description <ref>STRING
HIGH…ta/quickdoc/ArgsDescriptionFromClassDocstringGoogle.py0args: p1: p1 doc from class p2: p2 doc from class keyword args: k: k doc from classSTRING
HIGH…quickdoc/ArgsFromInitNotTakenInClassDocstringGoogle.py0args: p1: p1 doc from class p2: p2 doc from class keyword args: k: k doc from classSTRING
HIGHpython/testData/quickdoc/ArgsInClassDocGoogle.py0args: p1: p1 doc from class p2: p2 doc from class keyword args: k: k doc from classSTRING
HIGHpython/testData/psi/FStringAllKindsNested.txt0) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psieSTRING
HIGHpython/testData/psi/NestedTemplateStrings.txt0) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psieSTRING
HIGH…/FStringNotTerminatedByQuoteOfNestedFStringLiteral.txt0) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psieSTRING
HIGH…/psi/FStringNotTerminatedByQuoteInNestedFormatPart.txt0) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psieSTRING
HIGH…erminatedByQuoteOfNestedFStringLiteralInFormatPart.txt0) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psieSTRING
HIGH…tTerminatedByQuoteInsideFStringLiteralInFormatPart.txt0) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psieSTRING
HIGH…/testData/fillParagraph/docstringOneParagraph_after.py0this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. iSTRING
HIGH…hon/testData/fillParagraph/multilineDocstring_after.py0this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. iSTRING
HIGHpython/testData/fillParagraph/docstring.py0this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. iSTRING
HIGHpython/testData/fillParagraph/singleLine.py0this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. iSTRING
HIGHpython/testData/fillParagraph/singleLine_after.py0this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. iSTRING
HIGHpython/testData/fillParagraph/docstring_after.py0this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. iSTRING
1072 more matches not shown…
Over-Commented Block4566 hits · 4329 pts
SeverityFileLineSnippetContext
LOWtools/uv.sh1#!/usr/bin/env bashCOMMENT
LOWtools/fd.sh1#!/usr/bin/env bashCOMMENT
LOWtools/tool-wrapper.sh1#!/usr/bin/env bashCOMMENT
LOWtools/rg.sh1#!/usr/bin/env bashCOMMENT
LOW…om/intellij/tools/ide/metrics/benchmark/Benchmark.java21 /// If you start a benchmark in a unit test, ensure `ApplicationManagerEx.setInStressTest(true)` is called.COMMENT
LOW…om/intellij/tools/ide/metrics/benchmark/Benchmark.java41 /// ### BewareCOMMENT
LOW…ter/src/com/intellij/ide/starter/ide/IDETestContext.kt841 // val jbrDistroPath = if (OS.CURRENT == OS.macOS) ide.installationPath / "jbr" / "Contents" / "Home" else ide.instCOMMENT
LOW…/src/winshellintegration/include/winshellintegration.h1// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license COMMENT
LOW…nshellintegration/include/winshellintegration/winapi.h1// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license COMMENT
LOW…nshellintegration/include/winshellintegration/winapi.h21COMMENT
LOW…nshellintegration/include/winshellintegration/winapi.h41#endif // (WINVER < WINSHELLINTEGRATION_WINVER)COMMENT
LOW…ellintegration/include/winshellintegration/jump_list.h21#include <utility> // std::pairCOMMENT
LOW…ellintegration/include/winshellintegration/jump_list.h61 /// JumpLists are non-copyableCOMMENT
LOW…ellintegration/include/winshellintegration/jump_list.h81 /// for detailed info about "Tasks" category.COMMENT
LOW…lintegration/include/winshellintegration/application.h61 // non-movableCOMMENT
LOW…lintegration/include/winshellintegration/application.h81 /// for detailed info about Recent items.COMMENT
LOW…lintegration/include/winshellintegration/application.h101 ///COMMENT
LOW…ellintegration/include/winshellintegration/jump_task.h81 BuildSession(const BuildSession&) = delete;COMMENT
LOW…ntegration/src/winshellintegration/src/application.cpp1// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license COMMENT
LOW…hellintegrationbridge/win_shell_integration_bridge.cpp1// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license COMMENT
LOWnative/LinuxGlobalMenu/DbusMenuWrapper.c1#include <string.h>COMMENT
LOWnative/LinuxGlobalMenu/DbusMenuWrapper.h1#ifndef DBM_DBUSMENUWRAPPER_HCOMMENT
LOWnative/WslTools/xxhash.h101 */COMMENT
LOWnative/WslTools/xxhash.h141# undef XXH32_updateCOMMENT
LOWnative/WslTools/xxhash.h161# undef XXH3_freeStateCOMMENT
LOWnative/WslTools/xxhash.h201# define XXH128_canonical_t XXH_IPREF(XXH128_canonical_t)COMMENT
LOWnative/WslTools/xxhash.h221COMMENT
LOWnative/WslTools/xxhash.h261# define XXH_NAME2(A,B) XXH_CAT(A,B)COMMENT
LOWnative/WslTools/xxhash.h281# define XXH64_canonicalFromHash XXH_NAME2(XXH_NAMESPACE, XXH64_canonicalFromHash)COMMENT
LOWnative/WslTools/xxhash.h301# define XXH3_128bits_reset XXH_NAME2(XXH_NAMESPACE, XXH3_128bits_reset)COMMENT
LOWnative/WslTools/xxhash.h601#endifCOMMENT
LOWnative/WslTools/xxhash.h1001 XXH64_hash_t reserved64; /*!< Reserved field. Do not read or write to it, it may be removed. */COMMENT
LOWnative/WslTools/xxhash.h1361 ) \COMMENT
LOWnative/WslTools/xxhash.h1381#ifndef XXH_NO_INLINE_HINTSCOMMENT
LOWnative/WslTools/xxhash.h1441/* *************************************COMMENT
LOWnative/WslTools/xxhash.h1481 * XXH_DEBUGLEVEL is expected to be defined externally, typically via theCOMMENT
LOWnative/WslTools/xxhash.h1841 /* #define instead of static const, to be used as initializers */COMMENT
LOWnative/WslTools/xxhash.h2381 * @{COMMENT
LOWnative/WslTools/xxhash.h2681# define XXH_RESTRICT restrictCOMMENT
LOWnative/WslTools/xxhash.h2841# define XXH_VSX 5COMMENT
LOWnative/WslTools/xxhash.h2861# define XXH_VECTOR XXH_SCALARCOMMENT
LOWnative/WslTools/xxhash.h3121 xxh_u64x2 result;COMMENT
LOWnative/WslTools/xxhash.h4261typedef void (*XXH3_f_initCustomSecret)(void* XXH_RESTRICT, xxh_u64);COMMENT
LOWnative/WslTools/xxhash.h4281COMMENT
LOWnative/WslTools/xxhash.h4301COMMENT
LOWnative/WslTools/wslproxy.c1#include <stdio.h>COMMENT
LOWnative/WslTools/wslhash.c1#define XXH_VECTOR XXH_SSE2COMMENT
LOWnative/WslTools/wslhash.c21// wslhash [OPTIONS] DIRCOMMENT
LOWnative/WslTools/wslhash.c41// and MATCHER is one of:COMMENT
LOWnative/WslTools/wslhash.c61 do { fprintf(stderr, "%s:%d:%s: " fmt, __FILE__, __LINE__, __func__, __VA_ARGS__); } while (0)COMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h1/* DO NOT EDIT THIS FILE - it is machine generated */COMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h21#define java_awt_event_KeyEvent_MOUSE_EVENT_MASK 16LLCOMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h41#define java_awt_event_KeyEvent_INVOCATION_EVENT_MASK 16384LLCOMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h61#define java_awt_event_KeyEvent_COMPONENT_MOVED 100LCOMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h81#define java_awt_event_KeyEvent_BUTTON1_MASK 16LCOMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h101#define java_awt_event_KeyEvent_ALT_GRAPH_DOWN_MASK 8192LCOMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h121#define java_awt_event_KeyEvent_VK_ENTER 10LCOMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h141#define java_awt_event_KeyEvent_VK_ESCAPE 27LCOMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h161#define java_awt_event_KeyEvent_VK_COMMA 44LCOMMENT
LOWnative/MacScreenMenu/src/java_awt_event_KeyEvent.h181#define java_awt_event_KeyEvent_VK_6 54LCOMMENT
4506 more matches not shown…
Hyper-Verbose Identifiers3032 hits · 2817 pts
SeverityFileLineSnippetContext
LOWpython/testData/folding/longStringsFolding.py7def normal_foldable_element_to_ensure_two_step_folding() :<fold text='...'>CODE
LOWpython/testData/folding/collectionsFolding.py12def normal_foldable_element_to_ensure_two_step_folding() :<fold text='...'>CODE
LOWpython/testData/folding/multilineComments.py18def normal_foldable_element_to_ensure_two_step_folding() :<fold text='...'>CODE
LOW…on/testData/testCompletion/after_test_parametrized.txt10def test_returns_correct_result(test_input, expected, x, y): # False positive: unused parametersCODE
LOW…on/testData/testCompletion/after_test_parametrized.txt17def test_wrong_number_of_parameters(x, y):CODE
LOWpython/testData/testCompletion/test_parametrized.py10def test_returns_correct_result(test_input, expected, x, y): # False positive: unused parametersCODE
LOWpython/testData/testCompletion/test_parametrized.py17def test_wrong_number_of_parameters(x, y):CODE
LOWpython/testData/types/ParamSpecInImportedFile/mod.py6def changes_return_type_to_str(x: Callable[P, int]) -> Callable[P, str]:CODE
LOW…ighting/awaitInNonAsyncInnerFunctionOfAsyncFunction.py9def my_non_async_function_correct():CODE
LOWpython/testData/highlighting/keywordOnlyArguments.py10def keywordonly_and_kwarg_sum(*, k1, k2, **kwarg):CODE
LOW…res/test_override_record_testsuite_property_fixture.py4def record_testsuite_property():CODE
LOW…ving/testReservedFixtures/_pytest/reserved_fixtures.py57def record_testsuite_property():CODE
LOW…formance/tests/generics_typevartuple_specialization.py72def takes_float_array_of_any_shape(x: FloatArray):CODE
LOW…formance/tests/generics_typevartuple_specialization.py80def takes_float_array_with_specific_shape(y: FloatArray[Height, Width]):CODE
LOW…/testData/typing/conformance/tests/aliases_explicit.py66def good_type_aliases_used_badly(CODE
LOW…ping/conformance/tests/generics_paramspec_semantics.py13def changes_return_type_to_str(x: Callable[P, int]) -> Callable[P, str]:CODE
LOW…ping/conformance/tests/generics_typevartuple_concat.py56def move_first_element_to_last(tup: tuple[T, *Ts]) -> tuple[*Ts, T]:CODE
LOW…/testData/typing/conformance/tests/aliases_implicit.py75def good_type_aliases_used_badly(CODE
LOW…stData/typing/conformance/tests/generics_self_usage.py82 def has_existing_self_annotation(self: TFoo2) -> Self: # ECODE
LOW…g/conformance/tests/dataclasses_transform_converter.py63def converter_with_param_before_args(s: str, *args: int, **kwargs: int) -> int:CODE
LOW…/testData/typing/conformance/tests/narrowing_typeis.py148def takes_callable_bool_proto(f: CallableBoolProto) -> None:CODE
LOW…testData/typing/conformance/tests/generics_defaults.py138def test_type_var_tuple_defaults(a: Class_TypeVarTuple):CODE
LOW…stData/typing/conformance/tests/narrowing_typeguard.py139def takes_callable_bool_proto(f: CallableBoolProto) -> None:CODE
LOW…stData/typing/conformance/tests/generics_self_basic.py72def object_with_concrete_type(CODE
LOWpython/testData/inspections/AddToImportFromFoo.py1def add_to_import_test_unique_name(a):CODE
LOW…estData/inspections/PyShadowingNamesInspection/test.py42def test_outer_comprehensions():CODE
LOW…estData/inspections/PyShadowingNamesInspection/test.py49def test_outer_single_underscore():CODE
LOW…estData/inspections/PyShadowingNamesInspection/test.py56def test_outer_underscore_prefixed():CODE
LOW…estData/inspections/PyShadowingNamesInspection/test.py63def test_outer_underscore_prefixed_parameter():CODE
LOW…sInspection/overlappingOverloadsDifferentReturnType.py42class ResponseHandler:CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py249def test_same_named_variable_inside_class():CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py258def test_only_name_in_local_class():CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py286def test_unused_empty_function(<weak_warning descr="Parameter 'x' value is not used">x</weak_warning>):CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py291def test_unused_variable_in_cycle(x, c):CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py299def test_unused_condition_local_with_last_if_in_cycle(c):CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py308def test_unused_empty_init_parameter():CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py320def test_used_local_augmented_assignment(x, y):CODE
LOW…ions/PyUnusedLocalVariableInspection/unusedFunction.py27def unused_inner_function_with_known_decorator():CODE
LOW…ions/PyUnusedLocalVariableInspection/unusedFunction.py33def unused_inner_function_with_unknown_decorator():CODE
LOW…ions/PyUnusedLocalVariableInspection/unusedFunction.py42def unused_inner_function_with_incomplete_decorator():CODE
LOW…tions/PyPropertyAccessInspection/overrideAssignment.py1def test_property_override_assignment():CODE
LOW…Data/inspections/PyShadowingBuiltinsInspection/test.py1def test_import_builtin_names():CODE
LOW…Data/inspections/PyShadowingBuiltinsInspection/test.py7def test_builtin_function_parameters():CODE
LOW…Data/inspections/PyShadowingBuiltinsInspection/test.py12def test_builtin_function_name():CODE
LOW…Data/inspections/PyShadowingBuiltinsInspection/test.py17def test_builtin_assignment_targets():CODE
LOW…Data/inspections/PyShadowingBuiltinsInspection/test.py39def test_builtin_qualified_name():CODE
LOW…Data/inspections/PyShadowingBuiltinsInspection/test.py48def test_builtin_class_attribute():CODE
LOW…/ComparisonForUnorderedDataclassTransform/decorator.py12def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…ction/FrozenInheritanceDataclassTransform/decorator.py11def my_dataclass_frozen_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…assTransformKwOnlyFieldOrderInInheritance/decorator.py32def my_dataclass_kw_only_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…nspection/OrderAndNotEqDataclassTransform/decorator.py12def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…tingFrozenInInheritanceDataclassTransform/decorator.py11def my_dataclass_frozen_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…risonForManuallyOrderedDataclassTransform/decorator.py12def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…ansformUselessInitEqUnsafeHashOrderFrozen/decorator.py12def my_dataclass_frozen_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…ansformUselessInitEqUnsafeHashOrderFrozen/decorator.py17def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…on/ComparisonForOrderedDataclassTransform/decorator.py12def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…nForOrderedAndUnorderedDataclassTransform/decorator.py12def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…spection/MutatingFrozenDataclassTransform/decorator.py12def my_dataclass_frozen_default(**kwargs) -> Callable[[type[T]], type[T]]:CODE
LOW…nspections/GoogleDocstringParametersInspection/test.py46def varagrs_defined_without_stars(x, *args, y, **kwargs):CODE
LOW…a/inspections/PyNumpyType/ReturnTypeHintHasPriority.py14def test_explicit_type_comment():CODE
2972 more matches not shown…
Unused Imports2294 hits · 2165 pts
SeverityFileLineSnippetContext
LOW…ckaging/PyPackageUtil/AbsentSetupCallUpdating/setup.py1CODE
LOW…ackaging/PyPackageUtil/AbsentSetupCallReading/setup.py1CODE
LOWpython/testData/folding/futureImportWithOneImport.py3CODE
LOW…WithBinaryModules/python_stubs/PyQt4/QtGui/__init__.py1CODE
LOW…eImports/extractImportBlockWithIntermediateComments.py3CODE
LOW…hon/testData/optimizeImports/commentsHandling.after.py14CODE
LOW…eImports/moduleLevelDunderWithImportFromFutureAbove.py1CODE
LOW…eImports/moduleLevelDunderWithImportFromFutureAbove.py6CODE
LOWpython/testData/optimizeImports/moduleLevelDunder.py4CODE
LOWpython/testData/optimizeImports/importStar.after.py1CODE
LOW…ts/moduleLevelDunderWithImportFromFutureAbove.after.py1CODE
LOW…hon/testData/optimizeImports/insertBlankLines.after.py1CODE
LOW…hon/testData/optimizeImports/insertBlankLines.after.py7CODE
LOWpython/testData/optimizeImports/fromFuture.after.py1CODE
LOWpython/testData/optimizeImports/commentsHandling.py17CODE
LOWpython/testData/optimizeImports/orderByType.after.py1CODE
LOWpython/testData/optimizeImports/orderByType.after.py7CODE
LOW…a/optimizeImports/joinFromImportsIgnoresStarImports.py2CODE
LOWpython/testData/optimizeImports/tryExcept.py2CODE
LOW…/optimizeImports/importFromFutureWithRegularImports.py2CODE
LOW…/optimizeImports/importFromFutureWithRegularImports.py4CODE
LOW…eenEncodingDeclarationAndFirstImportPreserved.after.py2CODE
LOW…eenEncodingDeclarationAndFirstImportPreserved.after.py2CODE
LOWpython/testData/optimizeImports/insertBlankLines.py1CODE
LOWpython/testData/optimizeImports/insertBlankLines.py5CODE
LOWpython/testData/optimizeImports/unresolved.py1CODE
LOWpython/testData/optimizeImports/importStar.py1CODE
LOWpython/testData/optimizeImports/importStar.py2CODE
LOW…ts/suppressedWithLegacyUnresolvedReferencesId.after.py2CODE
LOW…optimizeImports/extractImportBlockNoWhitespaceAtEnd.py1CODE
LOW…optimizeImports/extractImportBlockNoWhitespaceAtEnd.py2CODE
LOWpython/testData/optimizeImports/suppressed.py2CODE
LOW…timizeImports/importsFromTypingUnusedInTypeComments.py1CODE
LOW…timizeImports/importsFromTypingUnusedInTypeComments.py1CODE
LOW…timizeImports/importsFromTypingUnusedInTypeComments.py1CODE
LOWpython/testData/optimizeImports/unresolved.after.py1CODE
LOW…mizeImports/joinFromImportsIgnoresStarImports.after.py1CODE
LOWpython/testData/optimizeImports/tryExcept.after.py2CODE
LOWpython/testData/optimizeImports/suppressed.after.py2CODE
LOW…eImports/moduleLevelDunderWithImportFromFutureBelow.py3CODE
LOW…eImports/moduleLevelDunderWithImportFromFutureBelow.py5CODE
LOW…neBetweenEncodingDeclarationAndFirstImportPreserved.py2CODE
LOW…neBetweenEncodingDeclarationAndFirstImportPreserved.py2CODE
LOW…on/testData/optimizeImports/importStarOneOfMultiple.py1CODE
LOW…eImports/suppressedWithLegacyUnresolvedReferencesId.py2CODE
LOW…Imports/importsFromTypingUnusedInTypeComments.after.py1CODE
LOW…Imports/importsFromTypingUnusedInTypeComments.after.py1CODE
LOW…n/testData/optimizeImports/keepLicenseComment.after.py20CODE
LOWpython/testData/optimizeImports/simple.py1CODE
LOW…ts/moduleLevelDunderWithImportFromFutureBelow.after.py3CODE
LOWpython/testData/optimizeImports/fromFuture.py1CODE
LOWpython/testData/optimizeImports/orderByType.py1CODE
LOWpython/testData/optimizeImports/orderByType.py4CODE
LOW…izeImports/importFromFutureWithRegularImports.after.py1CODE
LOWpython/testData/optimizeImports/keepLicenseComment.py17CODE
LOW…RootQuickFixTest/mysrc/foo/abc_folder_no_init_after.py1CODE
LOW…ryAsSourceRootQuickFixTest/mysrc/foo/abc_auto_after.py1CODE
LOW…irectoryAsSourceRootQuickFixTest/mysrc/foo/abc_auto.py1CODE
LOW…rectoryAsSourceRootQuickFixTest/mysrc/foo/abc_after.py1CODE
LOW…urceRootQuickFixTest/mysrc/foo/abc_folder_with_init.py1CODE
2234 more matches not shown…
Deep Nesting1911 hits · 1668 pts
SeverityFileLineSnippetContext
LOWpython/testData/mover/indent_afterDown.py2CODE
LOWpython/testData/mover/indent_afterUp.py2CODE
LOWpython/testData/inspections/PyNumpyType/Dtype.py1CODE
LOWpython/testData/intentions/splitIf_after.py1CODE
LOW…st-env/core/scripts/generate_python_version_mapping.py68CODE
LOWpython/helpersTests/testing.py120CODE
LOWpython/helpersTests/testing.py187CODE
LOWpython/helpersTests/testing.py204CODE
LOWpython/helpers/packaging_tool.py84CODE
LOWpython/helpers/pycodestyle-2.8.0.py362CODE
LOWpython/helpers/pycodestyle-2.8.0.py595CODE
LOWpython/helpers/pycodestyle-2.8.0.py866CODE
LOWpython/helpers/pycodestyle-2.8.0.py1000CODE
LOWpython/helpers/pycodestyle-2.8.0.py1066CODE
LOWpython/helpers/pycodestyle-2.8.0.py1128CODE
LOWpython/helpers/pycodestyle-2.8.0.py1187CODE
LOWpython/helpers/pycodestyle-2.8.0.py1251CODE
LOWpython/helpers/pycodestyle-2.8.0.py1499CODE
LOWpython/helpers/pycodestyle-2.8.0.py1636CODE
LOWpython/helpers/pycodestyle-2.8.0.py1696CODE
LOWpython/helpers/pycodestyle-2.8.0.py1767CODE
LOWpython/helpers/pycodestyle-2.8.0.py1901CODE
LOWpython/helpers/pycodestyle-2.8.0.py2624CODE
LOWpython/helpers/pycodestyle-2.8.0.py2699CODE
LOWpython/helpers/pycodestyle-2.8.0.py1978CODE
LOWpython/helpers/pycodestyle-2.8.0.py2071CODE
LOWpython/helpers/pycodestyle-2.8.0.py2208CODE
LOWpython/helpers/pycodestyle-2.8.0.py2464CODE
LOWpython/helpers/pycodestyle.py348CODE
LOWpython/helpers/pycodestyle.py562CODE
LOWpython/helpers/pycodestyle.py837CODE
LOWpython/helpers/pycodestyle.py1024CODE
LOWpython/helpers/pycodestyle.py1099CODE
LOWpython/helpers/pycodestyle.py1164CODE
LOWpython/helpers/pycodestyle.py1219CODE
LOWpython/helpers/pycodestyle.py1284CODE
LOWpython/helpers/pycodestyle.py1631CODE
LOWpython/helpers/pycodestyle.py1692CODE
LOWpython/helpers/pycodestyle.py1794CODE
LOWpython/helpers/pycodestyle.py2530CODE
LOWpython/helpers/pycodestyle.py1871CODE
LOWpython/helpers/pycodestyle.py1963CODE
LOWpython/helpers/pycodestyle.py2065CODE
LOWpython/helpers/pycodestyle.py2119CODE
LOWpython/helpers/pycodestyle.py2373CODE
LOWpython/helpers/docstring_formatter.py41CODE
LOWpython/helpers/docstring_formatter.py138CODE
LOWpython/helpers/pycodestyle-2.10.0.py332CODE
LOWpython/helpers/pycodestyle-2.10.0.py571CODE
LOWpython/helpers/pycodestyle-2.10.0.py842CODE
LOWpython/helpers/pycodestyle-2.10.0.py976CODE
LOWpython/helpers/pycodestyle-2.10.0.py1042CODE
LOWpython/helpers/pycodestyle-2.10.0.py1107CODE
LOWpython/helpers/pycodestyle-2.10.0.py1166CODE
LOWpython/helpers/pycodestyle-2.10.0.py1230CODE
LOWpython/helpers/pycodestyle-2.10.0.py1577CODE
LOWpython/helpers/pycodestyle-2.10.0.py1637CODE
LOWpython/helpers/pycodestyle-2.10.0.py1708CODE
LOWpython/helpers/pycodestyle-2.10.0.py1827CODE
LOWpython/helpers/pycodestyle-2.10.0.py2551CODE
1851 more matches not shown…
Excessive Try-Catch Wrapping851 hits · 916 pts
SeverityFileLineSnippetContext
LOWpython/testData/folding/blocksFolding.py42except Exception:<fold text='...'>CODE
LOW…Fixes/PyRemoveUnusedLocalQuickFixTest/except2_after.py4 except Exception:CODE
MEDIUM…Fixes/PyRemoveUnusedLocalQuickFixTest/except2_after.py1def f():CODE
LOW…kFixes/PyRemoveUnusedLocalQuickFixTest/except_after.py4 except Exception:CODE
MEDIUM…kFixes/PyRemoveUnusedLocalQuickFixTest/except_after.py1def f():CODE
MEDIUM…/quickFixes/PyRemoveUnusedLocalQuickFixTest/except2.py1def f():CODE
MEDIUM…a/quickFixes/PyRemoveUnusedLocalQuickFixTest/except.py1def f():CODE
LOW…ickFixes/PyMoveExceptQuickFixTest/exceptChain_after.py12except Exception:CODE
LOW…ata/quickFixes/PyMoveExceptQuickFixTest/exceptChain.py10except Exception:CODE
LOW…nboundLocalVariableInspection/DefinedInTryAndExcept.py4 except Exception:CODE
MEDIUM…nboundLocalVariableInspection/DefinedInTryAndExcept.py1def f(g):CODE
LOW…s/PyUnboundLocalVariableInspection/DefinedInTryElse.py5 except Exception:CODE
LOW…riableInspection/UnboundDefinedInTryUsedAfterExcept.py4 except Exception:CODE
MEDIUM…riableInspection/UnboundDefinedInTryUsedAfterExcept.py1def a2():CODE
LOW…yUnboundLocalVariableInspection/ParamAfterTryExcept.py4 except Exception:CODE
MEDIUM…yUnboundLocalVariableInspection/ParamAfterTryExcept.py1def f(x):CODE
LOW…calVariableInspection/ControlFlowInTryExceptFinally.py6 except Exception:CODE
LOW…calVariableInspection/ControlFlowInTryExceptFinally.py17 except Exception:CODE
LOW…ort/importExceptImportError/importExceptImportError.py9 except Exception:CODE
MEDIUM…ort/importExceptImportError/importExceptImportError.py6def f(x):CODE
LOW…inspections/PyUnreachableCodeInspection/Unreachable.py95 except Exception:CODE
LOW…inspections/PyUnreachableCodeInspection/Unreachable.py99 except Exception:CODE
MEDIUM…inspections/PyUnreachableCodeInspection/Unreachable.py51def f():CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py194 except Exception:CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py206 except Exception:CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py216 except Exception:CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py243 except Exception:CODE
MEDIUM…ata/inspections/PyUnusedLocalVariableInspection/py2.py235def f(c):CODE
LOW…bleInspection/exceptionTargetStartingWithUnderscore.py4 except Exception as _e:CODE
MEDIUM…bleInspection/exceptionTargetStartingWithUnderscore.py1def f():CODE
LOW…ata/inspections/PyExceptClausesOrderInspection/test.py14except Exception as e:CODE
LOW…estData/inspections/PyBroadExceptionInspection/test.py29except Exception:CODE
LOW…ta/postfix/editable/editableTemplateExceptionExcept.py4 except Exception as e:CODE
MEDIUM…ta/postfix/editable/editableTemplateExceptionExcept.py1def _():CODE
LOW…tfix/editable/editableTemplateExceptionExcept_after.py4 except Exception as e:CODE
MEDIUM…tfix/editable/editableTemplateExceptionExcept_after.py1def _():CODE
LOW…tListAddInExceptBlock/statementListAddInExceptBlock.py3except Exception:CODE
LOW…dInExceptBlock/after/statementListAddInExceptBlock.txt5except Exception:CODE
LOW…dInExceptBlock/after/statementListAddInExceptBlock.txt12except Exception:CODE
LOW…estData/refactoring/extractmethod/SingleRaise.after.py9 except Exception:CODE
MEDIUM…estData/refactoring/extractmethod/SingleRaise.after.py6def bar():CODE
LOW…stData/refactoring/extractmethod/SingleRaise.before.py4 except Exception:CODE
LOW…estData/refactoring/extractmethod/TryContext.before.py5 except Exception:CODE
LOW…efactoring/extractmethod/TryContext.after.withTypes.py13 except Exception:CODE
MEDIUM…efactoring/extractmethod/TryContext.after.withTypes.py10def bar(f_new, x_new) -> Any:CODE
LOW…testData/refactoring/extractmethod/TryContext.after.py10 except Exception:CODE
MEDIUM…testData/refactoring/extractmethod/TryContext.after.py7def bar(f_new, x_new):CODE
LOWpython/testData/codeInsight/smartEnter/try_after.py3except Exception:CODE
LOW…hon/testData/codeInsight/controlflow/ForTryContinue.py6 except Exception:CODE
MEDIUM…st-env/core/scripts/generate_python_version_mapping.py386 print('Error: No version mappings generated', file=sys.stderr)CODE
LOW…/com/jetbrains/python/types/PyInferenceMiscTypeTest.kt1122 except Exception:CODE
MEDIUM…/com/jetbrains/python/types/PyInferenceMiscTypeTest.kt1077def test():CODE
LOW…hon/inspections/PyInconsistentReturnsInspectionTest.kt196 except Exception:CODE
LOW…hon/inspections/PyInconsistentReturnsInspectionTest.kt279 except Exception:CODE
MEDIUM…hon/inspections/PyInconsistentReturnsInspectionTest.kt273def fn():CODE
LOWpython/helpers/packaging_tool.py124 except Exception:CODE
MEDIUMpython/helpers/packaging_tool.py84def main():CODE
LOWpython/helpers/pycharm_package_installer.py337 except Exception as e:CODE
LOWpython/helpers/pycharm_package_installer.py401 except Exception:CODE
MEDIUMpython/helpers/pycharm_package_installer.py243def find_pip_command(self):CODE
791 more matches not shown…
Fake / Example Data617 hits · 729 pts
SeverityFileLineSnippetContext
LOWpython/testData/formatter/trailingCommaMixed.py30 "author": "John Doe",CODE
LOWpython/testData/formatter/trailingCommaMixed_after.py30 "author": "John Doe",CODE
LOWpython/testData/fillParagraph/enter_after.py1# Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmodCOMMENT
LOWpython/testData/fillParagraph/enter_after.py1# Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmodCOMMENT
LOWpython/testData/fillParagraph/enter.py1# Lorem ipsum dolor sit amet, consectetur adipisicing elit,COMMENT
LOWpython/testData/fillParagraph/enter.py1# Lorem ipsum dolor sit amet, consectetur adipisicing elit,COMMENT
LOW…thon/codeInsight/mlcompletion/AssignmentVisitorTest.kt38 Pair("tensorflow", "placeholder"),CODE
LOW…/webview/views/markdown-link-graph/assets/dompurify.js516 "placeholder",CODE
LOW…/webview/views/markdown-link-graph/assets/dompurify.js1039 "placeholder",CODE
LOW…sources/webview/views/sample-panel/assets/dompurify.js516 "placeholder",CODE
LOW…sources/webview/views/sample-panel/assets/dompurify.js1039 "placeholder",CODE
LOW…esources/webview/views/acp-chat/assets/highlight-js.js2612 "placeholder",CODE
LOW…esources/webview/views/acp-chat/assets/highlight-js.js4872 "placeholder",CODE
LOW…esources/webview/views/acp-chat/assets/highlight-js.js8484 "placeholder",CODE
LOW…webview/views/acp-chat/assets/radix-ui-react-select.js235 children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Fragment, { children: showPlaceholder ? placeholderCODE
LOW…o/resources/webview/views/acp-chat/assets/dompurify.js516 "placeholder",CODE
LOW…o/resources/webview/views/acp-chat/assets/dompurify.js1039 "placeholder",CODE
LOW…/webview/views/markdown-preview/assets/highlight-js.js2612 "placeholder",CODE
LOW…/webview/views/markdown-preview/assets/highlight-js.js4872 "placeholder",CODE
LOW…/webview/views/markdown-preview/assets/highlight-js.js8484 "placeholder",CODE
LOW…ces/webview/views/markdown-preview/assets/dompurify.js516 "placeholder",CODE
LOW…ces/webview/views/markdown-preview/assets/dompurify.js1039 "placeholder",CODE
LOWplugins/git4idea/tests/git4idea/test/GitTestUtil.kt47const val USER_NAME = "John Doe"CODE
LOW…ns/git4idea/tests/git4idea/history/GitLogParserTest.kt362 Pair(AUTHOR_NAME, "John Doe"),CODE
LOW…ns/git4idea/tests/git4idea/history/GitLogParserTest.kt365 Pair(COMMITTER_NAME, "John Doe"),CODE
LOW…testData/highlighting/Html5EntitiesWithoutRootTag.html1Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur consequaturCODE
LOW…testData/highlighting/Html5EntitiesWithoutRootTag.html1Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur consequaturCODE
LOW…brains/plugins/javaFX/packaging/JavaFxAntTaskTest.java21 private static final String PLACEHOLDER = "placeholder";CODE
LOW…n/test/data/parser/comments/multiple_comments.HTML.txt5 PsiElement(MARKDOWN_OUTER_BLOCK)('# This is some document\n\n## Some section\n\nLorem ipsum dolor sit amet, consectetuCODE
LOW…n/test/data/parser/comments/multiple_comments.HTML.txt5 PsiElement(MARKDOWN_OUTER_BLOCK)('# This is some document\n\n## Some section\n\nLorem ipsum dolor sit amet, consectetuCODE
LOW…st/data/parser/comments/multiple_comments.Markdown.txt17 PsiElement(Markdown:Markdown:TEXT)('Lorem ipsum dolor sit amet,')CODE
LOW…st/data/parser/comments/multiple_comments.Markdown.txt17 PsiElement(Markdown:Markdown:TEXT)('Lorem ipsum dolor sit amet,')CODE
LOW…arkdown/test/data/parser/comments/multiple_comments.md5Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…arkdown/test/data/parser/comments/multiple_comments.md5Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…data/formatter/admonitions_with_custom_title_before.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…data/formatter/admonitions_with_custom_title_before.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…not_wrap_codespan_when_wrap_settings_disabled_after.md1Lorem `ipsum` dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna alCODE
LOW…/formatter/keep_line_breaks_inside_text_block_after.md1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non dignissim tellus, sed feugiat ante.CODE
LOW…/formatter/keep_line_breaks_inside_text_block_after.md1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non dignissim tellus, sed feugiat ante.CODE
LOW…gins/markdown/test/data/formatter/punctuation_after.md11Lorem ipsum dolor sit amet,CODE
LOW…gins/markdown/test/data/formatter/punctuation_after.md11Lorem ipsum dolor sit amet,CODE
LOW…/data/formatter/admonitions_with_custom_title_after.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…/data/formatter/admonitions_with_custom_title_after.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…st/data/formatter/admonitions_multi_paragraph_after.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…st/data/formatter/admonitions_multi_paragraph_after.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…st/data/formatter/admonitions_with_blank_line_after.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…st/data/formatter/admonitions_with_blank_line_after.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…ot_wrap_codespan_when_wrap_settings_disabled_before.md1Lorem `ipsum` dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna alCODE
LOW…t/data/formatter/admonitions_multi_paragraph_before.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…t/data/formatter/admonitions_multi_paragraph_before.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…ins/markdown/test/data/formatter/punctuation_before.md9Lorem ipsum dolor sit amet, consectetur... adipiscing elit. Vestibulum vitae nunc ornare, dignissim risus ut, pellentesqCODE
LOW…ins/markdown/test/data/formatter/punctuation_before.md9Lorem ipsum dolor sit amet, consectetur... adipiscing elit. Vestibulum vitae nunc ornare, dignissim risus ut, pellentesqCODE
LOW…t/data/formatter/admonitions_with_blank_line_before.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…t/data/formatter/admonitions_with_blank_line_before.md3 Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…formatter/keep_line_breaks_inside_text_block_before.md1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non dignissim tellus, sed feugiat ante.CODE
LOW…formatter/keep_line_breaks_inside_text_block_before.md1Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non dignissim tellus, sed feugiat ante.CODE
LOW…markdown/test/data/preview/id/plainTextParagraphs.html1<body md-src-pos="0..1101"><p md-src-pos="0..626"><span md-src-pos='0..27'>Lorem ipsum dolor sit amet,</span> <span md-sCODE
LOW…markdown/test/data/preview/id/plainTextParagraphs.html1<body md-src-pos="0..1101"><p md-src-pos="0..626"><span md-src-pos='0..27'>Lorem ipsum dolor sit amet,</span> <span md-sCODE
LOW…st/data/editor/tables/format/multiple_tables.before.md64 <td>Lorem Ipsum is simply dummy text of the printingCODE
LOW…st/data/editor/tables/format/multiple_tables.before.md65and typesetting industry. Lorem Ipsum has been theCODE
557 more matches not shown…
Cross-Language Confusion76 hits · 402 pts
SeverityFileLineSnippetContext
HIGH…yping/conformance/tests/directives_version_platform.py66 this_raises = val10 # E?: `val10` is undefined, but support for `os.name` is optionalCODE
HIGH…yping/conformance/tests/directives_version_platform.py75 this_raises = val13 # E?: `val13` is undefined, but support for `os.name` is optionalCODE
HIGH…ozenInheritanceDataclassTransformMetaclassNoDefault.py25# OK: Customer2 has frozen=True, Customer4 doesn't specify frozen (undefined)COMMENT
HIGH…ozenInheritanceDataclassTransformMetaclassNoDefault.py34# OK: Customer3 has frozen=False, subclass doesn't specify (undefined)COMMENT
HIGH…formatMethodIndexContainsHostAlternativeQuote_after.py1'{foo["]}'.format(foo=undefined)CODE
HIGH…ingIntentionTest/formatMethodIndexContainsBackslash.py1'{0[\\]}'.format(undefined)CODE
HIGH…nTest/formatMethodIndexContainsHostAlternativeQuote.py1'{foo["]}'.format(foo=undefined)CODE
HIGH…entionTest/formatMethodIndexContainsBackslash_after.py1'{0[\\]}'.format(undefined)CODE
HIGH…stData/codeInsight/controlflow/AssignmentExpression.py1(result := undefined)CODE
HIGH…dev/_pydevd_bundle/pydevconsole_code_for_ironpython.py445 more = self.push(line)CODE
HIGH…helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py340# This behavior should be treated as undefined, and can be changed on theCOMMENT
HIGHpython/helpers/pydev/_pydevd_bundle/pydevd_console.py140 return InteractiveConsole.push(self, line), FalseCODE
HIGHpython/helpers/pydev/_pydevd_bundle/pydevd_console.py217 more, output_messages, error_messages = interpreter.push(line, frame, buffer_output)CODE
HIGH…ers/pydev/_pydevd_bundle/pydevd_process_net_command.py811 sys.stderr.write('Custom operation now needs a || separator. Found: %s\n' % (text,))CODE
HIGH…pers/pydev/pydevd_attach_to_process/winappdbg/crash.py829 result = ("Not likely exploitable", "ReadAVNearNull", "This is a user mode read access violation neaCODE
HIGH…ers/pydev/third_party/wrapped_for_pydev/ctypes/util.py49 cmd = 'if type gcc &>/dev/null; then CC=gcc; else CC=cc; fi;' \CODE
HIGH…/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py147 self.push(t, self.grammar.dfas[t], newstate, context)CODE
HIGH…test_ds_sorting_commands/test_pandas_internal_pydev.py37 assert actual_series.equals(expected_series)CODE
HIGH…test_ds_sorting_commands/test_pandas_internal_pydev.py48 assert actual_df.equals(expected_df)CODE
HIGH…test_ds_sorting_commands/test_pandas_internal_pydev.py61 assert actual_df.equals(expected_df)CODE
HIGH…test_ds_sorting_commands/test_pandas_internal_pydev.py73 assert actual_df.equals(expected_df)CODE
HIGH…test_ds_sorting_commands/test_pandas_internal_pydev.py87 assert actual_df.equals(expected_df)CODE
HIGHpython/helpers/pydev/pydev_tests_python/test_null.py5 assert len(null) == 0CODE
HIGHpython/helpers/debugpy/common/messaging.py414 If that value is missing or null, it is treated as if it were {}.STRING
HIGH…ugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py137 return InteractiveConsole.push(self, line)CODE
HIGH…ugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py239 more, output_messages, error_messages = interpreter.push(line, frame, buffer_output)CODE
HIGH…y/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py472 more = self.push(line)CODE
HIGH…ed/pydevd/_pydevd_bundle/pydevd_process_net_command.py707 sys.stderr.write("Custom operation now needs a || separator. Found: %s\n" % (text,))CODE
HIGH…endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py149 self.stack.push(self)CODE
HIGH…endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py195 self.stack.push(self)CODE
HIGH…endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py212 self.stack.push(self)CODE
HIGH…endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py345 self.stack.push(self)CODE
HIGH…endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py428 stack.push(self)CODE
HIGH…red/pydevd/pydevd_attach_to_process/winappdbg/crash.py865 "This is a user mode read access violation near null, and is probably not exploitable.",CODE
HIGHpython/helpers/generator3/_vendor/pyparsing/core.py3848 # match group 2 matches escaped octal, null, hex, and UnicodeSTRING
HIGHpython/helpers/pycharm/teamcity/jb_behave_formatter.py117 elif step.status in [Status.failed, Status.undefined]:CODE
HIGHpython/helpers/py2only/docutils/utils/math/math2html.py3907 # only if partkey and partkey.number are not null, send partkey.numberCOMMENT
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py1912 # not /dev/null, but afile starts with bfileCOMMENT
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py2106 lr.push(l2)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py2116 lr.push(l2)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py2119 lr.push(l3)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py2121 lr.push(l2)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py1433 lr.push(l)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py1476 lr.push(l)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py1485 lr.push(l)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py1531 lr.push(l)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py1976 lr.push(line)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py1993 lr.push(fromfile)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/patch.py2030 gitlr.push(firstline)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/metadata.py157 case | exists in parents | exists in gca || removedSTRING
HIGHplugins/hg4idea/testData/bin/mercurial/metadata.py159 (b) | one | none || yesSTRING
HIGHplugins/hg4idea/testData/bin/mercurial/metadata.py160 (c) | one | same filenode || noSTRING
HIGHplugins/hg4idea/testData/bin/mercurial/metadata.py161 (d) | one | new filenode || yesSTRING
HIGHplugins/hg4idea/testData/bin/mercurial/exchange.py1612 res = unfi.set(b'heads((%ln + %ln - null))', h1, h2)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/exchange.py1611 """Returns heads((h1 + h2) - null)"""STRING
HIGHplugins/hg4idea/testData/bin/mercurial/mdiff.py261 If the diff is not null, `headers` is a list with unified diff headerSTRING
HIGHplugins/hg4idea/testData/bin/mercurial/localrepo.py3542 ret = pushkey.push(self, namespace, key, old, new)CODE
HIGHplugins/hg4idea/testData/bin/mercurial/revlog.py267 # normally resort parents to ensure that the first parent is non-null,COMMENT
HIGHplugins/hg4idea/testData/bin/mercurial/hg.py1026 # TODO lift restriction once exchange.push() accepts narrowCOMMENT
HIGHplugins/hg4idea/testData/bin/mercurial/hg.py1036 exchange.push(CODE
16 more matches not shown…
Self-Referential Comments140 hits · 352 pts
SeverityFileLineSnippetContext
MEDIUM…AfterMoveInvalidatesMembersToBeMoved/before/src/src.py4# This file is part of Serviceform.COMMENT
MEDIUM…sAfterMoveInvalidatesMembersToBeMoved/after/src/src.py4# This file is part of Serviceform.COMMENT
MEDIUMpython/pluginTestResources/main.py26 # Create a Django application for WSGI.COMMENT
MEDIUM…onorepo/uv_workspace_codeinsightg_check/pyproject.toml13# Define the workspace members (subprojects)COMMENT
MEDIUM…rkspace_2copies_with_dependencies/copy1/pyproject.toml14# Define the workspace members (subprojects)COMMENT
MEDIUM…rkspace_2copies_with_dependencies/copy2/pyproject.toml14# Define the workspace members (subprojects)COMMENT
MEDIUM…elpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py174 #Create a null server, so that we keep the interface even without any connection.COMMENT
MEDIUMpython/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py11 threading.current_thread() # Create the dummy thread for qt.CODE
MEDIUMpython/helpers/pydev/_pydev_bundle/pydev_umd.py41# The following classes and functions are mainly intended to be used fromCOMMENT
MEDIUMpython/helpers/pydev/pydevd_plugins/django_debug.py204 # This method is usable only for the Django <= 1.8COMMENT
MEDIUMpython/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py1004# Create a parser object, and connect it to an unmarshalling instance.COMMENT
MEDIUMpython/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py1512# This class is available as ServerProxy and Server. New code shouldCOMMENT
MEDIUMpython/helpers/pydev/pydev_tests_mainloop/gui-wx.py28 # Create the menubarCOMMENT
MEDIUM…on/helpers/pydev/pydev_tests_runfiles/test_runfiles.py327 #This method is called at the very start (in runfiles.py), and we do not check this hereCOMMENT
MEDIUM…ers/pydev/pydevd_attach_to_process/winappdbg/disasm.py535 # Create the variables for the instruction length, mnemonic andCOMMENT
MEDIUM…ers/pydev/pydevd_attach_to_process/winappdbg/thread.py224 # This method is really bad :PCOMMENT
MEDIUM…pydev/pydevd_attach_to_process/winappdbg/breakpoint.py4354 # Create the buffer watch identifier.COMMENT
MEDIUM…rs/pydev/pydevd_attach_to_process/winappdbg/process.py1275 # Create an empty environment dictionary.COMMENT
MEDIUM…rs/pydev/pydevd_attach_to_process/winappdbg/process.py3780 # Create a new thread to load the library.COMMENT
MEDIUM…rs/pydev/pydevd_attach_to_process/winappdbg/process.py4275 # Create the process the easy way.COMMENT
MEDIUM…rs/pydev/pydevd_attach_to_process/winappdbg/process.py4282 # Create the process the hard way...COMMENT
MEDIUM…rs/pydev/pydevd_attach_to_process/winappdbg/process.py4361 # Create the process using the new primary token.COMMENT
MEDIUM…ers/pydev/pydevd_attach_to_process/winappdbg/module.py1492 # This function is overwritten by __init__COMMENT
MEDIUM…elpers/pydev/pydevd_attach_to_process/winappdbg/sql.py273 # Create a new session.COMMENT
MEDIUM…elpers/pydev/pydevd_attach_to_process/winappdbg/sql.py276 # Create the required tables if they don't exist.COMMENT
MEDIUM…ev/pydevd_attach_to_process/winappdbg/win32/defines.py65# The following code can be enabled to make the Win32 API wrappers log toCOMMENT
MEDIUM…pydevd_attach_to_process/linux_and_mac/lldb_prepare.py1# This file is meant to be run inside lldbCOMMENT
MEDIUM…pydev/third_party/wrapped_for_pydev/ctypes/__init__.py320 """This class represents the Python library itself. It allows toSTRING
MEDIUM…pydev/third_party/wrapped_for_pydev/ctypes/__init__.py331 """This class represents a dll exporting functions using theSTRING
MEDIUM…pydev/third_party/wrapped_for_pydev/ctypes/__init__.py355 """This class represents a dll exporting functions using theSTRING
MEDIUM…s/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py261### The following functions are to find bindings in a suiteCOMMENT
MEDIUM…dev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py78### The following functions help test if node is part of an assignmentSTRING
MEDIUM…s/pydev/pydev_test_pydevd_reload/test_pydevd_reload.py263 # Creating a new class and using it from old classSTRING
MEDIUM…s/pydev/pydev_test_pydevd_reload/test_pydevd_reload.py287 # Creating a new class and using it from old classSTRING
MEDIUM…s/pydev/pydev_test_pydevd_reload/test_pydevd_reload.py315 # Creating a new class and using it from old classSTRING
MEDIUM…pydev/pydev_tests_python/resources/_debugger_case14.py20 #Create a new car objCOMMENT
MEDIUM…pydev/pydev_tests_python/resources/_debugger_case15.py20 #Create a new car objCOMMENT
MEDIUMpython/helpers/debugpy/_version.py8# This file is released into the public domain. Generated byCOMMENT
MEDIUMpython/helpers/debugpy/_vendored/pydevd/pydevd.py3190 # Create a dummy writer and wait for the real connection.COMMENT
MEDIUM…dored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py157 # Create a null server, so that we keep the interface even without any connection.COMMENT
MEDIUM…devd/_pydevd_bundle/pydevd_net_command_factory_json.py294 # Create a source-reference to be used where we provide the source by decompiling the code.COMMENT
MEDIUM…/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py654 values = list(py_db.api_received_breakpoints.values()) # Create a copy with items to reapply.CODE
MEDIUM…/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py687 items = list(py_db.api_received_breakpoints.items()) # Create a copy to remove items.CODE
MEDIUM…ugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py13 threading.current_thread() # Create the dummy thread for qt.CODE
MEDIUM…rs/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py38# The following classes and functions are mainly intended to be used fromCOMMENT
MEDIUM…ebugpy/_vendored/pydevd/pydevd_plugins/django_debug.py296 # This method is usable only for the Django <= 1.8COMMENT
MEDIUM…ed/pydevd/pydevd_attach_to_process/winappdbg/disasm.py528 # Create the variables for the instruction length, mnemonic andCOMMENT
MEDIUM…ed/pydevd/pydevd_attach_to_process/winappdbg/thread.py224 # This method is really bad :PCOMMENT
MEDIUM…ydevd/pydevd_attach_to_process/winappdbg/breakpoint.py4300 # Create the buffer watch identifier.COMMENT
MEDIUM…d/pydevd/pydevd_attach_to_process/winappdbg/process.py1250 # Create an empty environment dictionary.COMMENT
MEDIUM…d/pydevd/pydevd_attach_to_process/winappdbg/process.py3675 # Create a new thread to load the library.COMMENT
MEDIUM…d/pydevd/pydevd_attach_to_process/winappdbg/process.py4153 # Create the process the easy way.COMMENT
MEDIUM…d/pydevd/pydevd_attach_to_process/winappdbg/process.py4159 # Create the process the hard way...COMMENT
MEDIUM…d/pydevd/pydevd_attach_to_process/winappdbg/process.py4229 # Create the process using the new primary token.COMMENT
MEDIUM…ed/pydevd/pydevd_attach_to_process/winappdbg/module.py1465 # This function is overwritten by __init__COMMENT
MEDIUM…dored/pydevd/pydevd_attach_to_process/winappdbg/sql.py277 # Create a new session.COMMENT
MEDIUM…dored/pydevd/pydevd_attach_to_process/winappdbg/sql.py280 # Create the required tables if they don't exist.COMMENT
MEDIUM…vd/pydevd_attach_to_process/winappdbg/win32/defines.py65# The following code can be enabled to make the Win32 API wrappers log toCOMMENT
MEDIUM…pydevd_attach_to_process/linux_and_mac/lldb_prepare.py1# This file is meant to be run inside lldbCOMMENT
MEDIUM…ed/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py258 # Create a copy (and make sure we're dealing with a set).COMMENT
80 more matches not shown…
AI Slop Vocabulary136 hits · 260 pts
SeverityFileLineSnippetContext
MEDIUM…on/resources/event-log-metadata/FUS/events-scheme.json1{"groups":[{"id":"actions","builds":[],"versions":[{"from":"1"}],"rules":{"event_id":["{enum#__event_id}"],"event_data":CODE
MEDIUM…de/metrics/benchmark/BenchmarksSpanMetricsCollector.kt39 // "... the MAD is a robust statistic, being more resilient to outliers in data set than the standard deviation."COMMENT
MEDIUM…testData/typing/conformance/tests/generics_variance.py10# > To facilitate the declaration of container types where covariant orCOMMENT
MEDIUM…on/resources/event-log-metadata/FUS/events-scheme.json1{"groups":[{"id":"accessibility","builds":[],"versions":[{"from":"1"}],"rules":{"event_id":["{enum:screen.reader.detecteCODE
LOWpython/helpers/pydev/pydev_coverage.py16 #just pass a dir and make the find files here, but as that's alreadyCOMMENT
LOWpython/helpers/pydev/pydevd.py1952 # ok, we're already in debug mode, with all set, so, let's just set the breakCOMMENT
LOWpython/helpers/pydev/_pydevd_bundle/pydevd_comm.py906 # If the debugger is not suspended, just return the thread and its id.COMMENT
MEDIUMpython/helpers/pydev/_pydevd_bundle/pydevd_console.py79 """Wrapper around code.InteractiveConsole, in order to sendSTRING
MEDIUM…hon/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py501 # Essentially static class variablesCOMMENT
MEDIUMpython/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py76# pertaining to distribution of the software without specific, writtenCOMMENT
LOW…pydevd_attach_to_process/add_code_to_python_process.py150 # For other platforms, just use the the same bitness of the process we're running in.STRING
LOW…elpers/pydev/pydevd_attach_to_process/attach_script.py48 # correct, so, just add to the available possibilities as we'll have to chooseCOMMENT
LOW…ydev/pydevd_attach_to_process/winappdbg/interactive.py1090 # If not found, it's usually OK to just use the filename,COMMENT
LOW…s/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py373 # Can't just return self.arcs == other.arcs, because thatCOMMENT
LOWpython/helpers/debugpy/_version.py26 # each be defined on a line of their own. _version.py will just callCOMMENT
LOW…/helpers/debugpy/_vendored/pydevd/pydevd_file_utils.py192 # Don't fail, just return the original file passed.STRING
LOW…hon/helpers/debugpy/_vendored/pydevd/pydevd_tracing.py146 # If it's already loaded, just return it.COMMENT
LOW…hon/helpers/debugpy/_vendored/pydevd/pydev_coverage.py33 # just pass a dir and make the find files here, but as that's alreadyCOMMENT
LOWpython/helpers/debugpy/_vendored/pydevd/pydevd.py2297 # could just set the internal state and signal the event insteadCOMMENT
LOWpython/helpers/debugpy/_vendored/pydevd/pydevd.py3242 # ok, we're already in debug mode, with all set, so, let's just set the breakCOMMENT
LOW…/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py39 # have methods to allow items to be removed, only added. So just set the item to None.COMMENT
LOW…debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py1015 # just create variants for the child (notifying properly about the parent too).COMMENT
LOW…ydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py442 # If the debugger is not suspended, just return the thread and its id.COMMENT
MEDIUM…ugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py78 """Wrapper around code.InteractiveConsole, in order to sendSTRING
LOW…ed/pydevd/_pydevd_bundle/pydevd_process_net_command.py188 # If the offset wasn't passed, just use the line/func_name to do the stop.COMMENT
LOW…endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py487 # Something is off, let's just add as is.COMMENT
LOW…_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py45 # Let's just return to show the original error.COMMENT
LOW…ndored/pydevd/pydevd_plugins/pydevd_line_validation.py91 # We just add it if found and if there's no existing breakpoint at thatCOMMENT
LOW…plugins/extensions/types/pydevd_plugin_pandas_types.py91 # let's just add some string representation for it.COMMENT
LOW…plugins/extensions/types/pydevd_plugin_pandas_types.py137 # let's just add some string representation for it.COMMENT
LOW…pydevd_attach_to_process/add_code_to_python_process.py149 # For other platforms, just use the the same bitness of the process we're running in.STRING
LOW…dored/pydevd/pydevd_attach_to_process/attach_script.py48 # correct, so, just add to the available possibilities as we'll have to chooseCOMMENT
LOW…devd/pydevd_attach_to_process/winappdbg/interactive.py1123 # If not found, it's usually OK to just use the filename,COMMENT
MEDIUMpython/helpers/typeshed/tests/stubtest_third_party.py310 """Perform some black magic in order to run stubtest inside uWSGI.STRING
LOWpython/helpers/generator3/_vendor/pyparsing_py2.py3282 # last resort, just use MatchFirstCOMMENT
LOWpython/helpers/generator3/_vendor/pyparsing/util.py323 # no need to list them with "-", just return as a listSTRING
LOWpython/helpers/generator3/_vendor/pyparsing/util.py384 # internal recursive call, just return empty string if no wordsSTRING
LOWpython/helpers/generator3/_vendor/pyparsing/core.py3561 # a match with `pos > len(instring)`, it will just return ""STRING
LOWpython/helpers/generator3/_vendor/pyparsing/helpers.py302 # last resort, just use MatchFirst of Token class corresponding to caselessCOMMENT
LOW…lpers/generator3/_vendor/pyparsing/diagram/__init__.py602 # if not, just return NoneSTRING
LOWpython/helpers/third_party/thriftpy/_shaded_ply/yacc.py404 # is already set, we just use that. Otherwise, we'll pullSTRING
LOWpython/helpers/third_party/thriftpy/_shaded_ply/yacc.py742 # is already set, we just use that. Otherwise, we'll pullSTRING
LOWpython/helpers/third_party/thriftpy/_shaded_ply/yacc.py1042 # is already set, we just use that. Otherwise, we'll pullSTRING
MEDIUM…n/helpers/py2only/docutils/writers/latex2e/__init__.py1240 # A heterogenous stack used in conjunction with the tree traversal.COMMENT
MEDIUM…helpers/py2only/docutils/writers/html4css1/__init__.py308 # A heterogenous stack used in conjunction with the tree traversal.COMMENT
MEDIUM…on/helpers/py2only/docutils/utils/punctuation_chars.py339 # # compact output (visible with a comprehensive font):COMMENT
LOW…n/helpers/py3only/docutils/writers/latex2e/__init__.py1931 self.out.append('\n') # TODO: just pass?CODE
LOW…helpers/py3only/docutils/writers/html4css1/__init__.py533 # just pass on generated textCOMMENT
LOW…/webview/views/markdown-link-graph/assets/cytoscape.js26371 var vertexShaderSource = "#version 300 es\n precision highp float;\n\n uniform mat3 uPanZoomMatrix;\n CODE
LOW…sources/webview/views/sample-panel/assets/cytoscape.js26371 var vertexShaderSource = "#version 300 es\n precision highp float;\n\n uniform mat3 uPanZoomMatrix;\n CODE
LOW…o/resources/webview/views/acp-chat/assets/cytoscape.js26371 var vertexShaderSource = "#version 300 es\n precision highp float;\n\n uniform mat3 uPanZoomMatrix;\n CODE
LOW…ces/webview/views/markdown-preview/assets/cytoscape.js26371 var vertexShaderSource = "#version 300 es\n precision highp float;\n\n uniform mat3 uPanZoomMatrix;\n CODE
MEDIUMplugins/htmltools/testData/highlighting/HtmlPsi.html1<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">CODE
MEDIUM…htmltools/codeInsight/daemon/HtmlHighlightingTest.java708 assertNotNull(tag.getAttribute("type", "http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"));CODE
MEDIUM…htmltools/codeInsight/daemon/HtmlHighlightingTest.java710 assertNotNull(tag.getAttribute("type", "http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"));CODE
MEDIUM…hEverywhereMl/SearchEverywhereMlSettingsServiceTest.kt127 setMlRankingEnabled(testCase.tab, false) // Essentially mocking the user's unticking the checkboxCODE
MEDIUM…/testData/bundles/css_vsc/syntaxes/css.tmLanguage.json1396 "match": "(?xi) (?<![\\w-])\n[-+]? # Sign indicator\n\n(?: CODE
MEDIUM…/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json1{"information_for_contributors":["This file has been converted from https://github.com/microsoft/vscode-css/blob/master/CODE
MEDIUM…extmate/lib/bundles/less/syntaxes/less.tmLanguage.json1{"information_for_contributors":["This file has been converted from https://github.com/radium-v/Better-Less/blob/master/CODE
MEDIUM…extmate/lib/bundles/less/syntaxes/less.tmLanguage.json1{"information_for_contributors":["This file has been converted from https://github.com/radium-v/Better-Less/blob/master/CODE
76 more matches not shown…
Modern Structural Boilerplate209 hits · 216 pts
SeverityFileLineSnippetContext
LOW…stData/MockSdkWithBinaryModules/Lib/PySide/__init__.py1__all__ = ['QtCore', 'QtGui', 'QtNetwork', 'QtOpenGL', 'QtSql', 'QtSvg', 'QtTest', 'QtWebKit', 'QtScript']CODE
LOWpython/testData/types/NumpyArrayType/numpy/__init__.py4__all__ = []CODE
LOW…n/testData/types/NumpyArrayType/numpy/core/__init__.py5__all__ = []CODE
LOW…on/testData/types/NumpyArrayType/numpy/core/numeric.py3__all__ = ['ndarray', 'array']CODE
LOW…ta/types/NotImportedPackageInDunderAll/pkg/__init__.py1__all__ = ["aaa"]CODE
LOW…ata/types/NotImportedModuleInDunderAll/pkg/__init__.py1__all__ = ["aaa"]CODE
LOW…thon/testData/resolve/multiFile/dunderAll/mypackage.py1__all__ = ["dostuff"]CODE
LOW…ve/multiFile/importSubModuleDunderAll/pkg1/__init__.py1__all__ = ['m1']CODE
LOW…iFile/dontResolveToMissingNameInDynamicDunderAll/m1.py1__all__ = [CODE
LOW…Data/resolve/multiFile/dunderAllConflict/mypackage2.py1__all__ = ['other_stuff']CODE
LOW…multiFile/modulePrivateNameInDunderAll/ImportedFile.py1__all__ = [CODE
LOW…derAllDynamicallyBuiltInHelperFunction/pkg/__init__.py5__all__ = ['foo']CODE
LOW…underAllDynamicallyBuiltInHelperFunction/pkg/submod.py1__all__ = ['bar']CODE
LOW…ata/resolve/multiFile/directoryVsClass/foo/__init__.py1__all__ = ['Context']CODE
LOW…ultiFile/fromImportSubModuleDunderAll/pkg1/__init__.py1__all__ = ['m1']CODE
LOWpython/testData/completion/dunderAllReferenceImport.py3__all__ = ['hexve<caret>']CODE
LOWpython/testData/completion/dunderAllReference.py1__all__ = ['xy<caret>']CODE
LOWpython/testData/completion/dunderAllReference.after.py1__all__ = ['xyzzy']CODE
LOW…/testData/completion/dunderAllReferenceImport.after.py3__all__ = ['hexversion']CODE
LOWpython/testData/completion/dunderAll/importSource.py1__all__ = ['xyzzy', 'shazam', 'xy is not a valid python identifier']CODE
LOW…estData/completion/dunderAllClassReference/__init__.py1__all__ = ['MyC<caret>']CODE
LOW…a/completion/dunderAllClassReference/__init__.after.py1__all__ = ['MyClass']CODE
LOWpython/testData/completion/starImport/importSource.py1__all__ = ['my_foo', 'my_bar']CODE
LOW…ssName/classReexportedThroughDunderAll/pkg/__init__.py4__all__ = ["Foo"]CODE
LOW…n/className/classReexportedThroughDunderAll/pkg/bar.py1__all__ = ["Foo"]CODE
LOW…ta/completion/namesReexportedViaStarImport/pkg/mod2.py1__all__ = ['_bar']CODE
LOW…AliasAttributesNotLimitedByDunderAll/numpy/__init__.py9__all__ = ['max']CODE
LOW…edQualifiedName/AttributesNotLimitedByDunderAll/mod.py3__all__ = ['bar']CODE
LOW…testData/completion/modulesAndPackagesInDunderAll/a.py1__all__ = ["<caret>"]CODE
LOW…reResolving/testImportedFixturesInConftest/conftest.py3__all__ = ['foo_fixture1', 'foo_fixture2']CODE
LOW…typing/conformance/tests/typeddicts_readonly_update.py33def update_a(a: A, b: B) -> None:CODE
LOW…yping/conformance/tests/generics_variance_inference.py145 def set_value(self, value: T) -> None:CODE
LOW…thon/testData/inspections/unusedImport/dunderAll/m3.py4__all__ = ["m3m1"]CODE
LOW…thon/testData/inspections/unusedImport/dunderAll/m2.py4__all__ = ["m2m1"]CODE
LOW…thon/testData/inspections/unusedImport/dunderAll/m1.py1__all__ = ["m1m1"]CODE
LOW…/unusedImport/unusedImportBeforeStarDunderAll/p1/m1.py2__all__ = []CODE
LOW…s/unusedImport/subpackageInInitPy/package1/module_b.py1__all__ = ["ClassB"]CODE
LOW…ons/unusedImport/unusedImportsInPackage/p1/__init__.py7__all__ = ['f', 'g']CODE
LOW…nspections/PyProtectedMemberInspection/DunderAll/m1.py1__all__ = ["m1m1"]CODE
LOW…yProtectedMemberInspection/DunderAll/pkg/A/__init__.py1__all__ = []CODE
LOW…on/testData/inspections/importFromModuleStar/target.py1__all__ = ['shazam']CODE
LOW…hon/testData/inspections/PyNumpyType/numpy/__init__.py4__all__ = []CODE
LOW…estData/inspections/PyNumpyType/numpy/core/__init__.py5__all__ = []CODE
LOW…olvedReferencesInspection/unknownElementInDunderAll.py5__all__ = ["a", "<error descr="Unresolved reference 'a1'">a1</error>"]CODE
LOW…olvedReferencesInspection/unknownElementInDunderAll.py7__all__ = ["a", "<error descr="Unresolved reference 'a1'">a1</error>", 1]CODE
LOW…/PyUnresolvedReferencesInspection/compoundDunderAll.py1__all__ = [ name for name, obj in locals().items()CODE
LOW…efixExpressionOnClassHavingSkeletons/numpy/__init__.py4__all__ = []CODE
LOW…xpressionOnClassHavingSkeletons/numpy/core/__init__.py5__all__ = []CODE
LOW…ExpressionOnClassHavingSkeletons/numpy/core/numeric.py3__all__ = ['ndarray', 'array']CODE
LOW…spection/NotImportedPackageInDunderAll/pkg/__init__.py1__all__ = ["aaa"]CODE
LOW…nspection/NotImportedModuleInDunderAll/pkg/__init__.py1__all__ = ["aaa"]CODE
LOW…esInspection/ImportedPrivateNameListedInDunderAll/b.py1__all__ = ['item', '__item']CODE
LOW…yUnresolvedReferencesInspection/DynamicDunderAll/m2.py1__all__ = ["m2m1"] * 2CODE
LOW…yUnresolvedReferencesInspection/DynamicDunderAll/m1.py1__all__ = ["m1m1"] + abcCODE
LOW…yUnresolvedReferencesInspection/DynamicDunderAll/m5.py1__all__ = ["m5m2"]CODE
LOWpython/testData/quickdoc/NumPyOnesDoc/numpy/__init__.py4__all__ = []CODE
LOW…/testData/quickdoc/NumPyOnesDoc/numpy/core/__init__.py5__all__ = []CODE
LOW…n/testData/quickdoc/NumPyOnesDoc/numpy/core/numeric.py3__all__ = ['ndarray', 'ones']CODE
LOW…on/testData/refactoring/move/dunderAll/before/src/a.py1__all__ = ['func', 'C']CODE
LOW…hon/testData/refactoring/move/dunderAll/after/src/a.py1__all__ = ['C']CODE
149 more matches not shown…
Redundant / Tautological Comments94 hits · 135 pts
SeverityFileLineSnippetContext
LOWtools/tool-wrapper.sh153 # Check if another process completed the downloadCOMMENT
LOWtools/tool-wrapper.sh453# Check if tool is already cached and validCOMMENT
LOW…st-env/core/scripts/generate_python_version_mapping.py258 # Check if asset should be includedCOMMENT
LOWpython/helpers/pycodestyle-2.8.0.py1076 Okay: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle-2.8.0.py1077 Okay: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle-2.8.0.py1079 E261: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle-2.8.0.py1080 E262: x = x + 1 #Increment xCODE
LOWpython/helpers/pycodestyle-2.8.0.py1081 E262: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle-2.8.0.py953 # Check if the operator is used as a binary operatorSTRING
LOWpython/helpers/pycodestyle.py1109 Okay: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle.py1110 Okay: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle.py1114 E261: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle.py1115 E262: x = x + 1 #Increment xCODE
LOWpython/helpers/pycodestyle.py1116 E262: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle.py979 # Check if the operator is used as a binary operatorSTRING
LOWpython/helpers/pycodestyle-2.10.0.py1052 Okay: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle-2.10.0.py1053 Okay: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle-2.10.0.py1057 E261: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle-2.10.0.py1058 E262: x = x + 1 #Increment xCODE
LOWpython/helpers/pycodestyle-2.10.0.py1059 E262: x = x + 1 # Increment xCODE
LOWpython/helpers/pycodestyle-2.10.0.py929 # Check if the operator is used as a binary operatorSTRING
LOWpython/helpers/pydev/pydevd_tracing.py221 # Check if it actually worked.COMMENT
LOWpython/helpers/pydev/interpreterInfo.py106 #Check if the encoding is actually there to be used!COMMENT
LOW…/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py116 # Check if `setuptools` are available. Without them, it is impossibleCOMMENT
LOW…pers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py33 #Check if the encoding is actually there to be used!COMMENT
LOW…hon/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py504 # Set this to HTTP/1.1 to enable automatic keepaliveCOMMENT
LOW…ers/pydev/pydevd_attach_to_process/winappdbg/system.py606 # Check if the architecture is supported.COMMENT
LOW…pers/pydev/pydevd_attach_to_process/winappdbg/debug.py958 # Check if the process is still being debugged.COMMENT
LOW…pydev/pydevd_attach_to_process/winappdbg/breakpoint.py536# Check if the user is trying to set a code breakpoint on a memory mapped file,COMMENT
LOWpython/helpers/pydev/third_party/pep8/pycodestyle.py869 Okay: x = x + 1 # Increment xCODE
LOWpython/helpers/pydev/third_party/pep8/pycodestyle.py870 Okay: x = x + 1 # Increment xCODE
LOWpython/helpers/pydev/third_party/pep8/pycodestyle.py872 E261: x = x + 1 # Increment xCODE
LOWpython/helpers/pydev/third_party/pep8/pycodestyle.py873 E262: x = x + 1 #Increment xCODE
LOWpython/helpers/pydev/third_party/pep8/pycodestyle.py874 E262: x = x + 1 # Increment xCODE
LOWpython/helpers/pydev/third_party/pep8/pycodestyle.py769 # Check if the operator is being used as a binary operatorSTRING
LOW…hird_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py113 # Check if the expr_node is a simple assignment.COMMENT
LOW…/pydev/pydev_tests_python/tests_single_notification.py109 # Set 2 to run before it starts (should not send additional message).COMMENT
LOW…hon/helpers/debugpy/_vendored/pydevd/pydevd_tracing.py359 # Check if it actually worked.COMMENT
LOWpython/helpers/debugpy/_vendored/pydevd/pydevd.py984 cancel.set() # Set cancel to prevent reuseCODE
LOW…on/helpers/debugpy/_vendored/pydevd/interpreterInfo.py104 # Check if the encoding is actually there to be used!COMMENT
LOW…devd/_pydevd_bundle/pydevd_net_command_factory_json.py299 # Check if someone added a source reference to the linecache (Python attrs does this).COMMENT
LOW…py/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py214 # Check if the user specified something.COMMENT
LOW…/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py827 # Check if it's in the linecache first.COMMENT
LOW…red/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py35 # Check if the encoding is actually there to be used!COMMENT
LOW…ed/pydevd/pydevd_attach_to_process/winappdbg/system.py577 # Check if the architecture is supported.COMMENT
LOW…red/pydevd/pydevd_attach_to_process/winappdbg/debug.py939 # Check if the process is still being debugged.COMMENT
LOW…ydevd/pydevd_attach_to_process/winappdbg/breakpoint.py533# Check if the user is trying to set a code breakpoint on a memory mapped file,COMMENT
LOW…bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py868 Okay: x = x + 1 # Increment xCODE
LOW…bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py869 Okay: x = x + 1 # Increment xCODE
LOW…bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py871 E261: x = x + 1 # Increment xCODE
LOW…bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py872 E262: x = x + 1 #Increment xCODE
LOW…bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py873 E262: x = x + 1 # Increment xCODE
LOW…bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py769 # Check if the operator is being used as a binary operatorSTRING
LOW…ored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py71 # Set line to line -1STRING
LOW…n/helpers/typeshed/scripts/sync_protobuf/tensorflow.py80 # Write the file out againCOMMENT
LOWpython/helpers/pycharm/docrunner.py274 # Read the file, convert it to a test, and run it.COMMENT
LOWpython/helpers/third_party/thriftpy/_shaded_ply/yacc.py2187 # Loop over the items in C and each grammar symbolsSTRING
LOWpython/helpers/py2only/docutils/nodes.py253 # Check if `condition` is a class (check for TypeType for PythonCOMMENT
LOW…thon/helpers/py2only/docutils/transforms/references.py78 # Set refid to point to the first former ID of targetCOMMENT
LOWpython/helpers/py3only/docutils/core.py373# Display output on success, but keep it brief.COMMENT
34 more matches not shown…
AI Structural Patterns131 hits · 116 pts
SeverityFileLineSnippetContext
LOWpython/testData/override/typeAnnotations.py2CODE
LOWpython/testData/override/typeAnnotations_after.py2CODE
LOWpython/testData/override/typeAnnotations_after.py8CODE
LOW…estData/inspections/PyNumpyType/DefaultValueKeyword.py1CODE
LOW…tions/PyAsyncCallInspection/CorrectAsyncioCorCall/a.py22CODE
LOW…tEditAfterDecorator/statementListEditAfterDecorator.py5CODE
LOW…nsideParentheses/statementListEditInsideParentheses.py6CODE
LOW…ditNearFunctionDef/statementListEditNearFunctionDef.py4CODE
LOW…ssMethod/statementListEditInDeeplyNestedClassMethod.py7CODE
LOW…actoring/inlineFunction/localFunctionUse/main.after.py8CODE
LOW…ta/refactoring/inlineFunction/localFunctionUse/main.py8CODE
LOW…toring/inlineFunction/callAsDefaultValue/main.after.py5CODE
LOW…/refactoring/inlineFunction/callAsDefaultValue/main.py5CODE
LOW…refactoring/inlineFunction/localClassUse/main.after.py8CODE
LOW…tData/refactoring/inlineFunction/localClassUse/main.py8CODE
LOW…ctoring/inlineFunction/methodInsideClass/main.after.py14CODE
LOW…d/StartInArgumentListOfMultiLineFunctionCall.before.py10CODE
LOW…ng/extractmethod/StartOnMultiLineFunctionCall.after.py6CODE
LOW…method/StartOnMultiLineFunctionCall.after.withTypes.py9CODE
LOW…od/StartInArgumentListOfMultiLineFunctionCall.after.py6CODE
LOW…ArgumentListOfMultiLineFunctionCall.after.withTypes.py9CODE
LOWpython/testData/debug/test_exceptbreak.py12CODE
LOWpython/testData/debug/test_add_breakpoint_after_run.py7CODE
LOW…helpersTests/tests/generator3_tests/test_generation.py76CODE
LOWpython/helpers/pydev/pydevd.py1810CODE
LOWpython/helpers/pydev/_pydev_runfiles/pydev_runfiles.py16CODE
LOWpython/helpers/pydev/_pydevd_bundle/pydevd_referrers.py242CODE
LOW…pers/pydev/pydevd_attach_to_process/winappdbg/crash.py1330CODE
LOW…v/pydevd_attach_to_process/winappdbg/win32/advapi32.py1646CODE
LOW…v/pydevd_attach_to_process/winappdbg/win32/advapi32.py1701CODE
LOW…v/pydevd_attach_to_process/winappdbg/win32/advapi32.py1754CODE
LOW…v/pydevd_attach_to_process/winappdbg/win32/advapi32.py1797CODE
LOW…v/pydevd_attach_to_process/winappdbg/win32/advapi32.py2762CODE
LOW…v/pydevd_attach_to_process/winappdbg/win32/advapi32.py2783CODE
LOW…v/pydevd_attach_to_process/winappdbg/win32/kernel32.py3814CODE
LOW…v/pydevd_attach_to_process/winappdbg/win32/kernel32.py3857CODE
LOW…ev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py1270CODE
LOW…/helpers/pydev/pydev_tests_python/debugger_fixtures.py254CODE
LOW…v/pydev_tests_python/my_django_proj_21/my_app/views.py29CODE
LOW…v/pydev_tests_python/my_django_proj_17/my_app/views.py25CODE
LOW…/helpers/debugpy/_vendored/pydevd/pydevd_file_utils.py282CODE
LOWpython/helpers/debugpy/_vendored/pydevd/pydevd.py3009CODE
LOW…gpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py16CODE
LOW…debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py1630CODE
LOW…py/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py252CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py2906CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py13073CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py13545CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py13815CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py13950CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py14105CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py14887CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py15216CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py15488CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py15885CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py16103CODE
LOW…/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py18627CODE
LOW…red/pydevd/pydevd_attach_to_process/winappdbg/crash.py1382CODE
LOW…d/pydevd_attach_to_process/winappdbg/win32/advapi32.py1769CODE
LOW…d/pydevd_attach_to_process/winappdbg/win32/advapi32.py1861CODE
71 more matches not shown…
Slop Phrases61 hits · 89 pts
SeverityFileLineSnippetContext
MEDIUMpython/testData/toxtest/toxSimpleRun/setup.py67 # simple. Or you can use find_packages().COMMENT
MEDIUM…Data/typing/conformance/tests/generics_type_erasure.py25# > you can use an annotation to force the type of the variable, e.g.:COMMENT
LOW…ntelliLang-python/resources/resources/pyInjections.xml27 <!-- /\ don't forget to remove this space -->CODE
LOW…pl/src/com/jetbrains/python/psi/PyFileElementType.java68 // Don't forget to update versions of indexes that use the updated stub-based elementsCOMMENT
LOW…mpl/src/com/jetbrains/python/psi/impl/PyEvaluator.java452 // don't forget to update fromBigInteger() after changing this methodCOMMENT
LOW…mpl/src/com/jetbrains/python/psi/impl/PyEvaluator.java462 // don't forget to update toBigInteger() after changing this methodCOMMENT
LOW…ers/pydev/pydevd_attach_to_process/winappdbg/system.py981 Don't forget to enclose the program filename in double quotes ifSTRING
LOW…pers/pydev/pydevd_attach_to_process/winappdbg/event.py1370 Class constructor. Don't forget to call it when subclassing!STRING
LOW…pers/pydev/pydevd_attach_to_process/winappdbg/event.py1591 don't forget to call the superclass constructor!STRING
LOW…rs/pydev/pydevd_attach_to_process/winappdbg/process.py3544 @warning: Don't forget to free the memory when you're done with it!STRING
LOW…elpers/pydev/pydevd_attach_to_process/winappdbg/sql.py773 # WARNING: In nested calls, make sure to deleteCOMMENT
LOW…ed/pydevd/pydevd_attach_to_process/winappdbg/system.py938 Don't forget to enclose the program filename in double quotes ifSTRING
LOW…red/pydevd/pydevd_attach_to_process/winappdbg/event.py1379 Class constructor. Don't forget to call it when subclassing!STRING
LOW…red/pydevd/pydevd_attach_to_process/winappdbg/event.py1602 don't forget to call the superclass constructor!STRING
LOW…d/pydevd/pydevd_attach_to_process/winappdbg/process.py3451 @warning: Don't forget to free the memory when you're done with it!STRING
LOW…dored/pydevd/pydevd_attach_to_process/winappdbg/sql.py772 # WARNING: In nested calls, make sure to deleteCOMMENT
MEDIUM…s/typeshed/stdlib/@tests/test_cases/check_importlib.py30 return None # simplified mock for demonstration purposes onlyCODE
MEDIUM…s/typeshed/stdlib/@tests/test_cases/check_importlib.py36 return cls # simplified mock for demonstration purposes onlyCODE
MEDIUM…s/typeshed/stdlib/@tests/test_cases/check_importlib.py40 return None # simplified mock for demonstration purposes onlyCODE
LOWpython/helpers/third_party/thriftpy/_shaded_ply/yacc.py3114 # Sort all of the actions by line number; make sure to stringifySTRING
LOW…n/helpers/py2only/docutils/writers/latex2e/__init__.py1943 # * make sure to generate a toc file if needed for local contents:COMMENT
LOW…n/helpers/py3only/docutils/writers/latex2e/__init__.py2028 # * make sure to generate a toc file if needed for local contents:COMMENT
LOW…m/intellij/tasks/integration/AsanaIntegrationTest.java78 // Don't forget to extract summary here, even though it doesn't happen when myRepository#getIssues is calledCOMMENT
LOW…/kotlin/idea/debugger/test/util/KotlinOutputChecker.kt69 LOG.error("Test file created ${outFile.path}\n**************** Don't forget to put it into VCS! ************CODE
LOW…tformTests/testFeatures/PublishProjectsTestsFeature.kt45 * If you want to publish MPP with Android-target, don't forget toCOMMENT
LOW…tbrains/performancePlugin/commands/InstallCustomJBR.kt11 * Command installs new JBR (don't forget to reset!!!)COMMENT
LOWplugins/hg4idea/testData/bin/mercurial/exchange.py1928 # make sure to always includes bookmark data when migratingCOMMENT
LOWplugins/hg4idea/testData/bin/mercurial/revset.py2263 # since matching the diff is very costly, make sure toCOMMENT
MEDIUMplugins/hg4idea/testData/bin/mercurial/statprof.py89Right now the profiler is quite simplistic. I cannot provideSTRING
LOWplugins/hg4idea/testData/bin/mercurial/hg.py1305 repo.ui.status(_(b"(branch merge, don't forget to commit)\n"))CODE
LOWplugins/hg4idea/testData/bin/mercurial/commands.py887 msg = _(b"changeset %s backed out, don't forget to commit.\n")CODE
MEDIUM…4idea/testData/bin/mercurial/thirdparty/attr/_funcs.py419 # Return the class so you can use it as a decorator too.COMMENT
LOW…tic/actions/devkit/StatisticsEventLogToolWindowTest.kt129 assertTrue("Don't forget to change toolWindow logic in case of a new value ${resultType.name} in ValidationResult"CODE
LOW…latform-api/src/com/intellij/tasks/TaskRepository.java186 * @param id task ID. Don't forget to define {@link #extractId(String)}, if your server uses not <tt>PROJECT-123</tt> COMMENT
LOW…latform-api/src/com/intellij/tasks/TaskRepository.java223 * Don't forget to add {@link #STATE_UPDATING} in {@link #getFeatures()} and supported states in {@link #getAvailableTCOMMENT
MEDIUM…lij/util/indexing/UnindexedFilesScannerExecutorImpl.kt146 // Feel free to adjust this logic as needed. Clearing the flag looks like the "least surprising" behavior toCOMMENT
MEDIUM…s/jewel/samples/standalone/markdown/MarkdownCatalog.kt1188It's worth noting that it's possible to trigger an ordered list bySTRING
LOW…here/shared/src/equalityProviders/SeEqualityChecker.kt24 * Don't forget to make SeItem implementation conforming SeLegacyItem interface.COMMENT
LOW…de/impl/legacyBridge/module/ModuleManagerBridgeImpl.kt171 delay(1000) // TODO: Get rid of it, but don't forget to test with itCODE
LOW…orm/util/ui/src/com/intellij/util/ui/GraphicsUtil.java156 * and don't forget to invoke {@link Graphics#dispose()} afterwards.</p>COMMENT
LOW…om/intellij/ui/treeStructure/ProjectViewUpdateCause.kt16 * **Don't forget to increment the group version in `com.intellij.ide.projectView.impl.ProjectViewPerformanceCollector` COMMENT
LOW…-api/src/com/intellij/ui/treeStructure/SimpleNode.java129 * (don't forget to call {@link PresentationData#clearText()} first, as it's initially copied from the template presCOMMENT
LOW…/serialization/impl/ModuleImlFileEntitiesSerializer.kt450 // Don't forget to load external system options even if custom root serializer existCOMMENT
LOWplatform/eel/codegen/BuildersGeneratorTest.kt290 "The new version of the file has been written to the disk, don't forget to commit it."CODE
LOW…rm/todo/src/com/intellij/ide/todo/TodoTreeBuilder.java180 * Initializes the builder. Subclasses should don't forget to call this method after constructor hasCOMMENT
MEDIUM…/openapi/application/impl/BackgroundWriteActionTest.kt614 * This test is not set in stone; if you feel that the platform is ready to block same-level read actions, the feel frCOMMENT
LOW…ript-debugger/backend/src/debugger/values/ValueType.kt23 * Don't forget to update NashornDebuggerSupport.ValueType and DebuggerSupport.ts respectively alsoCOMMENT
LOW…lij/remoteDev/downloader/CodeWithMeClientDownloader.kt202 "don't forget to update your locally built archive")CODE
LOW…com/intellij/openapi/application/TransactionGuard.java45 * Don't forget to check inside the "later" runnable that it's still actual, that the model haven't been changed by someCOMMENT
LOWplatform/core-api/src/com/intellij/lang/Language.java325 * Please don't forget to call {@link #unregisterDialect(Language)} later,COMMENT
LOW…com/intellij/refactoring/BaseRefactoringProcessor.java156 * Generally, you shouldn't override {@link #doRun()}, but if you need to, make sure to call {@code super.doRun()}.COMMENT
LOW…m/intellij/testFramework/ExpectedHighlightingData.java615 // uncomment to overwrite, don't forget to revert on commit!COMMENT
MEDIUM…m/intellij/codeInspection/options/OptionContainer.java11 * <p>Here is a simple example of inspection that contains a tab with nested options. In this case, you need to implemenCOMMENT
LOW…platform-impl/src/com/intellij/ui/SpeedSearchBase.java411 * @param element Element to select. Don't forget to convert model index to view index if needed (i.e. table.convCOMMENT
LOW…/intellij/openapi/editor/impl/EditorComponentImpl.java679 @RequiresEdt // if you're going to remove this requirement, don't forget to make access to the fields thread-safeCODE
LOW…latform-impl/src/com/intellij/toolWindow/toolwindow.kt38// Adding or removing items? Don't forget to increment the version in ToolWindowEventLogGroup.GROUPCOMMENT
LOW…/impl/src/com/intellij/execution/ui/JrePathEditor.java84 * This constructor can be used in UI forms. <strong>Don't forget to call {@link #setDefaultJreSelector(DefaultJreSeleCOMMENT
LOW…work/src/com/intellij/debugger/impl/OutputChecker.java172 fail("Test file created " + outFile + "\n" + "**************** Don't forget to put it into VCS! ******************CODE
MEDIUM…resources-gen/com/intellij/documentation/mdn/Html.json1513 "doc": "A Boolean attribute used to disable the capability of remote playback in devices that are attached usiCODE
MEDIUM…resources-gen/com/intellij/documentation/mdn/Html.json9889 "doc": "The <strong><code>&lt;select&gt;</code></strong> <a href=\"$MDN_URL$/Web/HTML\">HTML</a> element representCODE
1 more matches not shown…
Verbosity Indicators46 hits · 79 pts
SeverityFileLineSnippetContext
LOWnative/WinProcessListHelper/WinProcessListHelper.cpp38 // Step 1: --------------------------------------------------COMMENT
LOWnative/WinProcessListHelper/WinProcessListHelper.cpp49 // Step 2: --------------------------------------------------COMMENT
LOWnative/WinProcessListHelper/WinProcessListHelper.cpp73 // Step 3: ---------------------------------------------------COMMENT
LOWnative/WinProcessListHelper/WinProcessListHelper.cpp93 // Step 4: -----------------------------------------------------COMMENT
LOWnative/WinProcessListHelper/WinProcessListHelper.cpp124 // Step 5: --------------------------------------------------COMMENT
LOWnative/WinProcessListHelper/WinProcessListHelper.cpp148 // Step 6: --------------------------------------------------COMMENT
LOWnative/WinProcessListHelper/WinProcessListHelper.cpp171 // Step 7: -------------------------------------------------COMMENT
LOW…on/pytools/ui/configuration/PyExternalToolsRowModel.kt212 // Step 1: resolve the displayed path off the EDT — detection does disk I/O.COMMENT
LOW…on/pytools/ui/configuration/PyExternalToolsRowModel.kt222 // Step 2: publish the resolved path so the cell can render it before the version arrives.COMMENT
LOW…on/pytools/ui/configuration/PyExternalToolsRowModel.kt236 // Step 3: run `<path> --version` on background.COMMENT
LOW…on/pytools/ui/configuration/PyExternalToolsRowModel.kt241 // Step 4: publish the version (and any custom-edit error) on the EDT, but only if theCOMMENT
LOWpython/helpers/third_party/thriftpy/_shaded_ply/yacc.py2526 # Step 1: Construct C = { I0, I1, ... IN}, collection of LR(0) itemsSTRING
LOW…ages/src/org/intellij/images/ide/ImagePasteProvider.kt47 // Step 1: Obtain image data from the clipboardCOMMENT
LOW…ages/src/org/intellij/images/ide/ImagePasteProvider.kt73 // Step 2: Create fileCOMMENT
LOW…ages/src/org/intellij/images/ide/ImagePasteProvider.kt82 // Step 3: Save image data to the created fileCOMMENT
LOW…om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt726 // Step 1: focus starts in Swing, then one real Robot click opens the bad combo inside WebView.STRING
LOW…om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt767 // Step 2: a real Robot click on the external Swing field must take focus back and close it.STRING
LOW…om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt793 // Step 3: reproduce sample-panel style jb-select/native select, then click Swing once.STRING
LOW…n/j2k/k2/src/org/jetbrains/kotlin/j2k/PostProcessor.kt86 // Step 1: compute appliersCOMMENT
LOW…n/j2k/k2/src/org/jetbrains/kotlin/j2k/PostProcessor.kt101 // Step 2: apply themCOMMENT
LOW…kotlin/idea/completion/implCommon/PsiTreeCompletion.kt326 // Step 1: parse through all the scopes and establish which declarations are defined whereCOMMENT
LOW…kotlin/idea/completion/implCommon/PsiTreeCompletion.kt334 // Step 2: find all function calls and property access that are used somewhere in the file.COMMENT
LOW…kotlin/idea/completion/implCommon/PsiTreeCompletion.kt339 // Step 3: Find the scope at the current position and filter the results by the prefixCOMMENT
LOW…om/intellij/psi/impl/file/impl/FileInvalidationTest.kt44 // Step 1: no modulesCOMMENT
LOW…om/intellij/psi/impl/file/impl/FileInvalidationTest.kt56 // Step 2: adding module1COMMENT
LOW…om/intellij/psi/impl/file/impl/FileInvalidationTest.kt72 // Step 3: adding module2 on same rootCOMMENT
LOW…om/intellij/psi/impl/file/impl/FileInvalidationTest.kt88 // Step 4: removing module1 rootsCOMMENT
LOW…/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt265 // Step 1: Normalize CSS textCOMMENT
LOW…/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt271 // Step 2: Find all CSS rulesCOMMENT
LOW…/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt275 // Step 3: Split by comma for multiple selectorsCOMMENT
LOW…/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt280 // Step 4: Store each selectorCOMMENT
LOW…ins/jewel/ui/component/banner/BannerLinkActionScope.kt142 // If the show more action is not yet estimated, we need to check if we can fit itCOMMENT
LOWplatform/util/src/com/intellij/util/io/ZipUtil.java207 // in the ZIP archive is placed in a subdirectory, so we need to check if the slashCOMMENT
LOW…src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt221 // Step 1 : We should take into account cases with detached toolwindows and editorsCOMMENT
LOW…src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt229 // Step 2 : If the best candidate to focus is a panel, usually it does notCOMMENT
LOW…src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt235 //Step 3 : Return the component, but find the first focusable component firstCOMMENT
LOW…/src/com/intellij/tests/bazel/TestCaseXmlRenderer.java189 // Step 1: Build the LCS matrixCOMMENT
LOW…/src/com/intellij/tests/bazel/TestCaseXmlRenderer.java202 // Step 2: Backtrack through the matrix to construct the diff outputCOMMENT
LOW…m-impl/src/com/intellij/ide/plugins/PluginInstaller.kt282 // in the ZIP archive is placed in a subdirectory, so we need to check if the slash is found anywhere in the patCOMMENT
LOW…src/com/intellij/openapi/editor/impl/ComponentInlay.kt213 // Step 1: Sync inlay size with preferred component size.COMMENT
LOW…src/com/intellij/openapi/editor/impl/ComponentInlay.kt245 // Step 2: Way editor implemented now it will validate size after inlay update and set it to preferred size which maCOMMENT
LOW…src/com/intellij/openapi/editor/impl/ComponentInlay.kt251 // Step 3: Set bounds of container to bounds of inner area (without insets) of editor. It defines a viewport for inlCOMMENT
LOW…src/com/intellij/openapi/editor/impl/ComponentInlay.kt254 // Step 4: Layout inlay componentsCOMMENT
LOW…l/src/com/intellij/toolWindow/InternalDecoratorImpl.kt888 // 1. We need to check if there's an editor touching the left edge to calculate the border width.COMMENT
LOW…structuralsearch/impl/matcher/JavaMatchingVisitor.java745 // when the same variable is used multiple times in a pattern, we need to check if they are the same,COMMENT
LOW…ellij/psi/impl/source/codeStyle/javadoc/JDComment.java141 // Last symbol is always '\n', so we need to check if there is one more COMMENT
Structural Annotation Overuse38 hits · 67 pts
SeverityFileLineSnippetContext
LOW…on/pytools/ui/configuration/PyExternalToolsRowModel.kt212 // Step 1: resolve the displayed path off the EDT — detection does disk I/O.COMMENT
LOW…on/pytools/ui/configuration/PyExternalToolsRowModel.kt222 // Step 2: publish the resolved path so the cell can render it before the version arrives.COMMENT
LOW…on/pytools/ui/configuration/PyExternalToolsRowModel.kt236 // Step 3: run `<path> --version` on background.COMMENT
LOW…on/pytools/ui/configuration/PyExternalToolsRowModel.kt241 // Step 4: publish the version (and any custom-edit error) on the EDT, but only if theCOMMENT
LOW…lpers/pydev/_pydev_bundle/pydev_ipython_console_011.py98 # WARNING: The auto-indent feature requires the readline libraryCOMMENT
LOWpython/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py3# NOTE: This module must remain compatible with Python 2.3, as it is sharedCOMMENT
LOW…ored/pydevd/_pydev_bundle/pydev_ipython_console_011.py133 # WARNING: The auto-indent feature requires the readline libraryCOMMENT
LOWpython/helpers/third_party/thriftpy/_shaded_ply/yacc.py2526 # Step 1: Construct C = { I0, I1, ... IN}, collection of LR(0) itemsSTRING
LOWpython/helpers/profiler/_imps/_pydev_pkgutil_old.py3# NOTE: This module must remain compatible with Python 2.3, as it is sharedCOMMENT
LOW…ages/src/org/intellij/images/ide/ImagePasteProvider.kt47 // Step 1: Obtain image data from the clipboardCOMMENT
LOW…ages/src/org/intellij/images/ide/ImagePasteProvider.kt73 // Step 2: Create fileCOMMENT
LOW…ages/src/org/intellij/images/ide/ImagePasteProvider.kt82 // Step 3: Save image data to the created fileCOMMENT
LOW…om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt726 // Step 1: focus starts in Swing, then one real Robot click opens the bad combo inside WebView.STRING
LOW…om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt767 // Step 2: a real Robot click on the external Swing field must take focus back and close it.STRING
LOW…om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt793 // Step 3: reproduce sample-panel style jb-select/native select, then click Swing once.STRING
LOW…al/resources/shell-integrations/bash/bash-preexec.bash79# WARNING: This variable is no longer used and should not be relied upon.COMMENT
LOW…n/j2k/k2/src/org/jetbrains/kotlin/j2k/PostProcessor.kt86 // Step 1: compute appliersCOMMENT
LOW…n/j2k/k2/src/org/jetbrains/kotlin/j2k/PostProcessor.kt101 // Step 2: apply themCOMMENT
LOW…kotlin/idea/completion/implCommon/PsiTreeCompletion.kt326 // Step 1: parse through all the scopes and establish which declarations are defined whereCOMMENT
LOW…kotlin/idea/completion/implCommon/PsiTreeCompletion.kt334 // Step 2: find all function calls and property access that are used somewhere in the file.COMMENT
LOW…kotlin/idea/completion/implCommon/PsiTreeCompletion.kt339 // Step 3: Find the scope at the current position and filter the results by the prefixCOMMENT
LOW…om/intellij/psi/impl/file/impl/FileInvalidationTest.kt44 // Step 1: no modulesCOMMENT
LOW…om/intellij/psi/impl/file/impl/FileInvalidationTest.kt56 // Step 2: adding module1COMMENT
LOW…om/intellij/psi/impl/file/impl/FileInvalidationTest.kt72 // Step 3: adding module2 on same rootCOMMENT
LOW…om/intellij/psi/impl/file/impl/FileInvalidationTest.kt88 // Step 4: removing module1 rootsCOMMENT
LOW…/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt265 // Step 1: Normalize CSS textCOMMENT
LOW…/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt271 // Step 2: Find all CSS rulesCOMMENT
LOW…/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt275 // Step 3: Split by comma for multiple selectorsCOMMENT
LOW…/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt280 // Step 4: Store each selectorCOMMENT
LOW…src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt221 // Step 1 : We should take into account cases with detached toolwindows and editorsCOMMENT
LOW…src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt229 // Step 2 : If the best candidate to focus is a panel, usually it does notCOMMENT
LOW…src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt235 //Step 3 : Return the component, but find the first focusable component firstCOMMENT
LOW…/src/com/intellij/tests/bazel/TestCaseXmlRenderer.java189 // Step 1: Build the LCS matrixCOMMENT
LOW…/src/com/intellij/tests/bazel/TestCaseXmlRenderer.java202 // Step 2: Backtrack through the matrix to construct the diff outputCOMMENT
LOW…src/com/intellij/openapi/editor/impl/ComponentInlay.kt213 // Step 1: Sync inlay size with preferred component size.COMMENT
LOW…src/com/intellij/openapi/editor/impl/ComponentInlay.kt245 // Step 2: Way editor implemented now it will validate size after inlay update and set it to preferred size which maCOMMENT
LOW…src/com/intellij/openapi/editor/impl/ComponentInlay.kt251 // Step 3: Set bounds of container to bounds of inner area (without insets) of editor. It defines a viewport for inlCOMMENT
LOW…src/com/intellij/openapi/editor/impl/ComponentInlay.kt254 // Step 4: Layout inlay componentsCOMMENT
TODO Padding45 hits · 66 pts
SeverityFileLineSnippetContext
LOWnative/repair-utility/helpers/log_parser_test.go126 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go143 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go163 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go183 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go203 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go223 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go243 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go263 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go283 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go303 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go323 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go343 // TODO: Add test cases.COMMENT
LOWnative/repair-utility/helpers/log_parser_test.go363 // TODO: Add test cases.COMMENT
LOW…thon/testSrc/com/jetbrains/python/PySdkFlavorTest.java63 // TODO: Add tests for MayaPy and IronPython SDK flavorsCOMMENT
LOW…ers/pydev/pydevd_attach_to_process/winappdbg/textio.py864# TODO: implement an ANSI parser to simplify using colorsCOMMENT
LOW…ed/pydevd/pydevd_attach_to_process/winappdbg/textio.py834# TODO: implement an ANSI parser to simplify using colorsCOMMENT
LOW…n/helpers/py3only/docutils/writers/latex2e/__init__.py232 # TODO: implement "latex footnotes" alternativeCOMMENT
LOW…om/jetbrains/python/console/PyConsoleDebugProcess.java53 //TODO: implement disconnectCOMMENT
LOW…rains/java/decompiler/modules/code/DeadCodeHelper.java494 // TODO: implement a dummy start blockCOMMENT
LOW…lab/ui/clone/model/GitLabCloneRepositoriesViewModel.kt68 // TODO: implement ssh "git@"COMMENT
LOW…gins/xpathView/support/jaxen/PsiDocumentNavigator.java256 // TODO: implement when namespace axis is supportedCOMMENT
LOW…gins/xpathView/support/jaxen/PsiDocumentNavigator.java306 // TODO: implement when namespace axis is supportedCOMMENT
LOW…gins/xpathView/support/jaxen/PsiDocumentNavigator.java312 // TODO: implement when namespace axis is supportedCOMMENT
LOW…tellij/maven/server/m40/Maven40ServerEmbedderImpl.java1234 // TODO: implementCOMMENT
LOW…tellij/maven/server/m40/Maven40ServerEmbedderImpl.java1244 // TODO: implementCOMMENT
LOW…/terminal/block/prompt/renderer/ShellPromptRenderer.kt116 // TODO: Add tests. Consider using it in TerminalCaretModel, because it is not taking into account the line wraps now.COMMENT
LOW…/terminal/block/prompt/renderer/ShellPromptRenderer.kt144 // TODO: Add testsCOMMENT
LOW…/terminal/block/prompt/renderer/ShellPromptRenderer.kt168 // TODO: Add testsCOMMENT
LOW…arch/ideaExtensions/FirKotlinTargetElementEvaluator.kt32 // TODO: implementCOMMENT
LOW…ns/kotlin/fir/testGenerator/GenerateK2DebuggerTests.kt140 //testClass<AbstractSequenceTraceTestCase> { // TODO: implement mapping logic for terminal operationsCOMMENT
LOW…ns/kotlin/fir/testGenerator/GenerateK2DebuggerTests.kt144 //testClass<AbstractSequenceTraceWithIREvaluatorTestCase> { // TODO: implement mapping logic for terminal operatCOMMENT
LOW…k/ReplaceJavaStaticMethodWithKotlinAnalogInspection.kt161 // TODO: implement [java.lang.System.arraycopy]COMMENT
LOW…ips-of-the-day/src/com/intellij/ide/util/TipPanel.java137 JPanel feedbackPanel = createFeedbackPanel(); // TODO: implement feedback sendingCODE
LOW…ugins/hg4idea/testData/bin/hgext/convert/subversion.py1716 # TODO: implement something better if necessary and feasibleSTRING
LOW…ins/gradle/execution/target/TargetProjectConnection.kt93 // TODO: implement passing information about recent file changes to a Gradle daemonCOMMENT
LOW…aml/backend/testSrc/formatting/YAMLFormattingTest.java45 //TODO: implement different align strategiesCOMMENT
LOW…ntellij/openapi/editor/impl/DocumentElfSettingsImpl.kt26 // TODO: implement cycle buffer for ElfDocumentCOMMENT
LOW…rc/com/intellij/openapi/editor/ex/DocumentTextPatch.kt24interface DocumentTextPatch : DocumentOp { // TODO: implement DocumentEventImpl via DocumentTextPatchCODE
LOW…ntellij/xdebugger/impl/inline/InlineDebugRenderer.java389 //TODO:implement better detectionCOMMENT
LOW…ion/impl/frontend/FrontendExecutionEnvironmentProxy.kt78 // TODO: implementCOMMENT
LOW…ntellij/platform/eel/provider/utils/EelPathTransfer.kt164 // TODO: implement once support for Windows permissions is present in Eel/IJentCOMMENT
LOW…ntellij/platform/eel/provider/utils/EelPathTransfer.kt178 // TODO: implement once support for Windows permissions is present in Eel/IJentCOMMENT
LOW…c/com/intellij/openapi/vcs/ui/VcsCloneComponentStub.kt43 // TODO: implement obtaining focus for GitHubCOMMENT
LOW…testSrc/com/intellij/util/net/ssl/CertificateTest.java40 // TODO: Add proper tests of client authentication, when it'll be supported (see IDEA-124209).COMMENT
LOW…com/intellij/openapi/command/impl/UndoClientState.java149 // TODO: implement undo meta collection (isForcedGlobal, recordOriginator)COMMENT
Overly Generic Function Names61 hits · 61 pts
SeverityFileLineSnippetContext
LOW…portQuickFixTest/nestedClassQualifiedAutoImport/mod.py3 def do_something(self):CODE
LOW…thon/testData/resolve/multiFile/importOsPath2/ypath.py1def do_stuff():CODE
LOW…Data/resolve/multiFile/dunderAllConflict/mypackage1.py1def do_stuff():CODE
LOW…Data/resolve/multiFile/dunderAllConflict/mypackage2.py3def do_stuff():CODE
LOWpython/testData/resolve/multiFile/nameConflict/pack1.py1def do_stuff(): print("wrong stuff")CODE
LOWpython/testData/resolve/multiFile/nameConflict/pack2.py1def do_stuff(): print("the good stuff")CODE
LOWpython/testData/override/implement_after.py7 def my_method(self):CODE
LOWpython/testData/override/implement_after.py11 def my_method(self):CODE
LOWpython/testData/override/implement.py7 def my_method(self):CODE
LOW…ighting/awaitInNonAsyncInnerFunctionOfAsyncFunction.py1async def my_function():CODE
LOW…typing/conformance/tests/literals_parameterizations.py56def my_function(x: Literal[1 + 2]) -> int: # ECODE
LOW…ata/typing/conformance/tests/literals_literalstring.py23def my_function(literal_string: LiteralString) -> LiteralString:CODE
LOW…/testData/typing/conformance/tests/generics_scoping.py67 def do_something(self, x: S) -> S: # OKCODE
LOW…n/testData/inspections/AddFunctionFromFString_after.py1def my_function():CODE
LOW…inspections/PyPep8NamingInspection/functionVariable.py1def do_stuff(): passCODE
LOW…ata/inspections/PyPep8NamingInspection/argumentName.py1def do_stuff(a, <weak_warning descr="Argument name should be lowercase">BCD</weak_warning>): passCODE
LOW…s/PyPep8NamingInspection/ignored/ignoreOnlyOneError.py1def do_stuff(): passCODE
LOW…spections/PyPep8NamingInspection/ignored/ignoreN806.py1def do_stuff(): return 1CODE
LOW…/inspections/PyMethodMayBeStaticInspection/selfName.py5 def my_method(my_inst):CODE
LOW…spections/PyMethodMayBeStaticInspection/classMethod.py6 def my_method(cls):CODE
LOW…ata/inspections/PyUnusedLocalVariableInspection/py2.py63def do_something(local_var):CODE
LOW…spections/PyCallingNonCallableInspection/staticMeth.py2 def my_method(): passCODE
LOW…tData/inspections/PyStatementEffectInspection/basic.py43def do_something(a):CODE
LOW…FinalInspection/ImportedInstanceFinalReassignment/a.py11 def my_method(self):CODE
LOW…ctions/PyRedeclarationInspection/redeclaredFunction.py1def test_function():CODE
LOW…ntListInspection/AnotherMethodIsWrappedIntoStatic/b.py2 def my_method(self, p):CODE
LOWpython/testData/testing/pyMock/example_module.py4 def my_method(self):CODE
LOWpython/testData/testing/pyMonkeypatch/example_module.py4 def my_method(self):CODE
LOW…AlignmentAfterDictHangingIndentInFunctionCall_after.py1def test_function(*args):CODE
LOW…ter/noAlignmentAfterDictHangingIndentInFunctionCall.py1def test_function(*args):CODE
LOWpython/testData/wrap/wrapRightMargin.py1def do_stuff():CODE
LOWpython/testData/wrap/wrapRightMargin.after.py1def do_stuff():CODE
LOW…hon/testData/deprecation/customDeprecatedAnnotation.py17def my_method():CODE
LOWpython/testData/deprecation/deprecatedLibrary.py1def my_method(x: int) -> int:CODE
LOW…tEditAfterDecorator/statementListEditAfterDecorator.py3 def helper():CODE
LOWpython/testData/refactoring/dependenciesTest.py6 def my_method(self):CODE
LOW…toring/inlineFunction/methodOutsideClass/main.after.py3 def do_stuff(self, x, y):CODE
LOW…/refactoring/inlineFunction/methodOutsideClass/main.py3 def do_stuff(self, x, y):CODE
LOW…actoring/inlineFunction/localFunctionUse/main.after.py6def my_function():CODE
LOW…ta/refactoring/inlineFunction/localFunctionUse/main.py6def my_function():CODE
LOW…refactoring/inlineFunction/localClassUse/main.after.py6def my_function():CODE
LOW…tData/refactoring/inlineFunction/localClassUse/main.py6def my_function():CODE
LOW…ctoring/inlineFunction/methodInsideClass/main.after.py3 def do_stuff(self, x, y):CODE
LOW…a/refactoring/inlineFunction/methodInsideClass/main.py3 def do_stuff(self, x, y):CODE
LOW…ctoring/pullup/abstractMethodPy3AddMeta/Class.after.py3 def my_method(self, foo):CODE
LOW…ng/pullup/abstractMethodPy3AddMeta/SuperClass.after.py6 def my_method(self, foo):CODE
LOW…a/refactoring/pullup/abstractMethodPy3AddMeta/Class.py3 def my_method(self, foo):CODE
LOW…efactoring/pullup/abstractMethodHasMeta/Class.after.py3 def my_method(self, foo):CODE
LOW…oring/pullup/abstractMethodHasMeta/SuperClass.after.py12 def my_method(self, foo):CODE
LOW…Data/refactoring/pullup/abstractMethodHasMeta/Class.py3 def my_method(self, foo):CODE
LOW…ctoring/pullup/abstractMethodPy2AddMeta/Class.after.py3 def my_method(self, foo):CODE
LOW…ng/pullup/abstractMethodPy2AddMeta/SuperClass.after.py8 def my_method(self, foo):CODE
LOW…a/refactoring/pullup/abstractMethodPy2AddMeta/Class.py3 def my_method(self, foo):CODE
LOW…stData/refactoring/argumentList/addKeyArgument/stub.py9def my_function(new_param="spam"): passCODE
LOW…hon/testData/refactoring/argumentList/addParam/stub.py11def my_function(new_param,some_param="spam"): passCODE
LOW…Data/debug/stepping/test_smart_step_into_multiline2.py17 def do_stuff(self, x, data=None):CODE
LOW…helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py578 def handle_request(self, request_text=None):CODE
LOWpython/helpers/pydev/_pydev_imps/_pydev_SocketServer.py253 def handle_request(self):CODE
LOW…es/webview/views/markdown-link-graph/assets/langium.js9786 function handleRequest(requestMessage) {CODE
LOW…resources/webview/views/sample-panel/assets/langium.js9786 function handleRequest(requestMessage) {CODE
1 more matches not shown…
Synthetic Comment Markers8 hits · 45 pts
SeverityFileLineSnippetContext
HIGH…intellij/ide/starter/junit5/CollectionPartitionTest.kt10// partially AI generatedCOMMENT
HIGHpython/helpers/pydev/pydevd_file_utils.py212# Caches filled as requested during the debug session.STRING
HIGH…/helpers/debugpy/_vendored/pydevd/pydevd_file_utils.py406# Caches filled as requested during the debug session.STRING
HIGH…s/hg4idea/testData/bin/mercurial/revlogutils/deltas.py856 # the cache is good, let us use the cache as requestedCOMMENT
HIGHplugins/hg4idea/testData/bin/hgext/rebase.py1698 # For non-merge changeset, just move p to adjusted dest as requested.COMMENT
HIGH…g/backend/resources/schemas/editorconfig/msnaming.json24 "documentation": "When this style is not being followed, do not show anything to the user; however, auto-generCODE
HIGH…g/backend/resources/schemas/editorconfig/msnaming.json29 "documentation": "When this style is not being followed, do not show anything to the user; however, auto-generCODE
HIGH…iment/test/com/intellij/platform/experiment/ab/test.kt51 //Relies on an experiment that was completed -- needs a mock experiment ot function properly. AI generated?"COMMENT
Dead Code15 hits · 30 pts
SeverityFileLineSnippetContext
MEDIUM…ata/typing/conformance/tests/annotations_generators.py140CODE
MEDIUM…ata/typing/conformance/tests/annotations_generators.py145CODE
MEDIUM…ata/typing/conformance/tests/annotations_generators.py190CODE
MEDIUM…fConditionIntentionTest/brokenReturnsMultiple_after.py12CODE
MEDIUM…fConditionIntentionTest/brokenReturnsMultiple_after.py13CODE
MEDIUM…yInvertIfConditionIntentionTest/brokenReturns_after.py11CODE
MEDIUM…n/helpers/pydev/pydev_tests/test_check_pydevconsole.py55CODE
MEDIUMpython/helpers/pydev/pydev_tests_python/flask1/app.py34CODE
MEDIUMpython/helpers/debugpy/_version.py630CODE
MEDIUMpython/helpers/debugpy/_version.py636CODE
MEDIUMpython/helpers/debugpy/_version.py649CODE
MEDIUMpython/helpers/debugpy/_version.py655CODE
MEDIUMpython/helpers/debugpy/_version.py661CODE
MEDIUM…_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py780CODE
MEDIUM…idea/testData/bin/mercurial/thirdparty/attr/_compat.py101CODE
Docstring Block Structure6 hits · 30 pts
SeverityFileLineSnippetContext
HIGHpython/testData/docstrings/simpleGoogleDocString.py2Summary Parameters: x (int) : first parameter y: second parameter with longer description STRING
HIGH…st-env/core/scripts/generate_python_version_mapping.py50 Fetch SHA256 checksum from a .sha256 file. Args: url: URL to the .sha256 file RetSTRING
HIGHpython/helpers/pockets/inspect.py241 Resolve a dotted name to an object (usually class, module, or function). If `name` is a string, attempt to resSTRING
HIGHpython/helpers/pockets/collections.py349 Return a mappified version of `x`. If `x` is a string, it becomes the only key of the returned dict. If `x` STRING
HIGHpython/helpers/pockets/collections.py460 Returns an order-preserved copy of `x` with duplicate items removed. >>> uniquify(['a', 'z', 'a', 'b', 'a', 'ySTRING
HIGHpython/helpers/pockets/iterators.py96 Get the next item or `n` items of the iterator. Args: n (int, optional): The number of iteSTRING
Example Usage Blocks17 hits · 26 pts
SeverityFileLineSnippetContext
LOW…on/helpers/py3only/docutils/utils/math/latex2mathml.py22# Usage:COMMENT
LOW…helpers/py3only/docutils/utils/math/mathml_elements.py25# Usage:COMMENT
LOWplugins/mermaid/updateMermaidGrammar.sh41# Usage:COMMENT
LOWplugins/mermaid/updateMermaidJs.sh9# Usage:COMMENT
LOWplugins/mermaid/updateMermaidExamples.sh27# Usage:COMMENT
LOWplatform/util/progress/src/ProgressReporter.kt10 * #### Example usageCOMMENT
LOWplatform/util/progress/src/ProgressReporter.kt29 * #### Example usageCOMMENT
LOW…atform/util/progress/src/SequentialProgressReporter.kt14 * #### Example usageCOMMENT
LOWplatform/util/progress/src/impl/ProgressStep.kt118 * ### Example usageCOMMENT
LOW…til/src/com/intellij/openapi/util/UserDataAccessors.kt13 * ##### Usage example:COMMENT
LOW…til/src/com/intellij/openapi/util/UserDataAccessors.kt29 * ##### Usage example:COMMENT
LOW…/src/com/intellij/collaboration/async/BatchesLoader.kt27 * ## Usage exampleCOMMENT
LOW…-project-leak-from-tc-report/scripts/summarize-runs.sh10# Usage:COMMENT
LOW…s/fix-project-leak-from-tc-report/scripts/leak-loop.sh18# Usage:COMMENT
LOW…-project-leak-from-tc-report/scripts/summarize-runs.sh10# Usage:COMMENT
LOW…s/fix-project-leak-from-tc-report/scripts/leak-loop.sh18# Usage:COMMENT
LOW…documentation_comments_migration/CodeBlocks.after.java27/// Usage example:COMMENT
Modern AI Meta-Vocabulary6 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUM…on/resources/event-log-metadata/FUS/events-scheme.json1{"groups":[{"id":"accessibility","builds":[],"versions":[{"from":"1"}],"rules":{"event_id":["{enum:screen.reader.detecteCODE
MEDIUM…on/resources/event-log-metadata/FUS/events-scheme.json1{"groups":[{"id":"accessibility","builds":[],"versions":[{"from":"1"}],"rules":{"event_id":["{enum:screen.reader.detecteCODE
MEDIUM…Insight/completion/PyClassFormCompletionContributor.kt84 // same offset, leaving the scaffold above its own import. The marked text is removed below; the live templateCOMMENT
MEDIUM…tSrc/com/jetbrains/python/PyClassFormCompletionTest.kt19 // The import must precede the scaffold that uses it. Regression guard: when completing at the very start of aCOMMENT
MEDIUM…tSrc/com/jetbrains/python/PyClassFormCompletionTest.kt20 // file the scaffold used to be inserted above its own freshly added import.COMMENT
MEDIUMpython/helpers/debugpy/adapter/clients.py212 # for the sequence of request and events necessary to orchestrate the start.COMMENT
Magic Placeholder Names2 hits · 10 pts
SeverityFileLineSnippetContext
HIGH…stData/requirement/environmentYmlEmpty/environment.yml17 API_KEY: your-api-key-hereCODE
HIGH…on/testData/requirement/environmentYml/environment.yml94 API_KEY: your-api-key-hereCODE