IntelliJ IDEA & IntelliJ Platform
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).
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.
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.
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.
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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …stomization/resources/META-INF/AndroidStudioPlugin.xml | 3 | <!-- Source: org.jetbrains.intellij.build.AndroidStudioProperties.getProductContentDescriptor() --> | CODE |
| CRITICAL | …tools/ide/metrics/benchmark/BenchmarkTestInfoImpl.java | 277 | "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.txt | 8 | 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.txt | 27 | 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.txt | 35 | at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 26 | at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:469) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 27 | at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1763) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 28 | at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1712) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 29 | at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.kt:97) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 30 | at com.intellij.ide.actions.ShowSettingsAction.perform(ShowSettingsAction.java:61) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 31 | at com.intellij.ide.actions.ShowSettingsAction.actionPerformed(ShowSettingsAction.java:48) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 32 | at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.kt:355) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 35 | at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.performWithActionCallbacks(ActionManagerImpl.kt:1179) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 36 | at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.kt:325) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 39 | at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 40 | at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:95) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 41 | at com.intellij.openapi.actionSystem.impl.ActionManagerImplKt.doPerformAction(ActionManagerImpl.kt:1325) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 42 | at com.intellij.openapi.actionSystem.impl.ActionManagerImplKt.tryToExecuteNow(ActionManagerImpl.kt:1377) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 44 | at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.tryToExecute(ActionManagerImpl.kt:1227) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 47 | at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:340) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 53 | at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:231) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 55 | at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 57 | at com.intellij.openapi.application.impl.DispatchedRunnable.run(DispatchedRunnable.kt:44) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 58 | at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:229) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 61 | at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithImplicitRead(AnyThreadWriteThreadingSupp | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 62 | at com.intellij.openapi.application.impl.ApplicationImpl.runWithImplicitRead(ApplicationImpl.java:1160) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 63 | at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:79) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 64 | at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:120) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 65 | at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:42) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 78 | at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithoutImplicitRead(AnyThreadWriteThreadingS | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 83 | at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:844) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 90 | at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadin | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 91 | at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:908) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 92 | at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 93 | at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23) | CODE |
| CRITICAL⚡ | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 98 | at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106) | CODE |
| CRITICAL | …l-dump/thread-dumps-ide/threadDump-1-1725281266345.txt | 8 | 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.txt | 117 | 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.txt | 130 | 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.txt | 142 | 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.txt | 154 | 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.txt | 167 | 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.txt | 175 | at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt | CODE |
| CRITICAL | …ata/no-dialog/threadDump-before-kill-1725405196582.txt | 8 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …ata/no-dialog/threadDump-before-kill-1725405196582.txt | 29 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …ata/no-dialog/threadDump-before-kill-1725405196582.txt | 48 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …ata/no-dialog/threadDump-before-kill-1725405196582.txt | 56 | at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt | CODE |
| CRITICAL | …ata/no-dialog/threadDump-before-kill-1725405196582.txt | 68 | at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-2-1725405017595.txt | 8 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-2-1725405017595.txt | 29 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-2-1725405017595.txt | 48 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-2-1725405017595.txt | 56 | at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-2-1725405017595.txt | 68 | at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-1-1725404956966.txt | 8 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-1-1725404956966.txt | 29 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-1-1725404956966.txt | 48 | at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-1-1725404956966.txt | 56 | at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt | CODE |
| CRITICAL | …dialog/thread-dumps-ide/threadDump-1-1725404956966.txt | 68 | 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.txt | 26 | at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:469) | CODE |
| CRITICAL⚡ | …ea-log/thread-dumps-ide/threadDump-1-1725281266345.txt | 27 | at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1763) | CODE |
| 4948 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …tSrc/src/com/intellij/ide/starter/ProcessKillerTest.kt | 37 | // ── killProcess(Process) ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …tSrc/src/com/intellij/ide/starter/ProcessKillerTest.kt | 74 | // ── killProcesses ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …tive/fsNotifier/linux/.devcontainer/reinstall-cmake.sh | 2 | #------------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …tive/fsNotifier/linux/.devcontainer/reinstall-cmake.sh | 5 | #------------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …ns/PyAbstractClassInspection/typingProtocolSubclass.py | 5 | # ------------------ | COMMENT |
| MEDIUM | …ns/PyAbstractClassInspection/typingProtocolSubclass.py | 21 | # ------------------ | COMMENT |
| MEDIUM | …ns/PyAbstractClassInspection/typingProtocolSubclass.py | 37 | # ------------------ | COMMENT |
| MEDIUM | …ns/PyAbstractClassInspection/typingProtocolSubclass.py | 54 | # ------------------ | COMMENT |
| MEDIUM | …ns/PyAbstractClassInspection/typingProtocolSubclass.py | 71 | # ------------------ | COMMENT |
| MEDIUM | …ns/PyAbstractClassInspection/typingProtocolSubclass.py | 89 | # ------------------ | COMMENT |
| MEDIUM | …ns/PyAbstractClassInspection/typingProtocolSubclass.py | 109 | # ------------------ | COMMENT |
| MEDIUM | …hon-pyproject/testData/statistics/tools/pyproject.toml | 112 | # ───────────────────────── | COMMENT |
| MEDIUM | …hon-pyproject/testData/statistics/tools/pyproject.toml | 114 | # ───────────────────────── | COMMENT |
| MEDIUM | python/helpers/pydev/pydevconsole.py | 69 | #======================================================================================================================= | COMMENT |
| MEDIUM | python/helpers/pydev/pydevconsole.py | 71 | #======================================================================================================================= | COMMENT |
| MEDIUM | python/helpers/pydev/pydevconsole.py | 392 | #======================================================================================================================= | COMMENT |
| MEDIUM | python/helpers/pydev/pydevconsole.py | 394 | #======================================================================================================================= | COMMENT |
| MEDIUM | python/helpers/pydev/pydevconsole.py | 543 | #======================================================================================================================= | COMMENT |
| MEDIUM | python/helpers/pydev/pydevconsole.py | 545 | #======================================================================================================================= | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 134 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 136 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 168 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 171 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 364 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 366 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 1807 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 1809 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 2122 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 2124 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 2205 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd.py | 2207 | # ====================================================================================================================== | COMMENT |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 11 | #======================================================================================================================= | COMMENT |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 13 | #======================================================================================================================= | COMMENT |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 105 | #======================================================================================================================= | STRING |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 107 | #======================================================================================================================= | STRING |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 274 | #======================================================================================================================= | STRING |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 276 | #======================================================================================================================= | STRING |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 532 | #=================================================================================================================== | STRING |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 534 | #=================================================================================================================== | STRING |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 861 | #======================================================================================================================= | STRING |
| MEDIUM | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 863 | #======================================================================================================================= | STRING |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py | 13 | #======================================================================================================================= | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py | 15 | #======================================================================================================================= | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py | 24 | #======================================================================================================================= | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py | 26 | #======================================================================================================================= | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py | 159 | #=================================================================================================================== | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py | 161 | #=================================================================================================================== | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py | 168 | #=================================================================================================================== | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py | 170 | #=================================================================================================================== | COMMENT |
| MEDIUM | …lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py | 6 | #======================================================================================================================= | COMMENT |
| MEDIUM | …lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py | 8 | #======================================================================================================================= | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py | 23 | #======================================================================================================================= | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py | 25 | #======================================================================================================================= | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py | 35 | #======================================================================================================================= | COMMENT |
| MEDIUM⚡ | …lpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py | 37 | #======================================================================================================================= | COMMENT |
| MEDIUM | …n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py | 8 | #======================================================================================================================= | COMMENT |
| MEDIUM | …n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py | 10 | #======================================================================================================================= | COMMENT |
| MEDIUM | …n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py | 33 | #=================================================================================================================== | COMMENT |
| MEDIUM | …n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py | 37 | #=================================================================================================================== | COMMENT |
| MEDIUM⚡ | …n/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py | 151 | #======================================================================================================================= | COMMENT |
| 1879 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | property attribute. fget function to be used for getting an attribute value fset function to be used for setting an attr | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | property attribute. fget function to be used for getting an attribute value fset function to be used for setting an attr | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | property attribute. fget function to be used for getting an attribute value fset function to be used for setting an attr | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | descriptor to obtain a copy of the property with a different deleter. | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | descriptor to obtain a copy of the property with a different deleter. | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | descriptor to obtain a copy of the property with a different deleter. | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | descriptor to obtain a copy of the property with a different getter. | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | descriptor to obtain a copy of the property with a different getter. | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | descriptor to obtain a copy of the property with a different getter. | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | descriptor to obtain a copy of the property with a different setter. | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | descriptor to obtain a copy of the property with a different setter. | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | descriptor to obtain a copy of the property with a different setter. | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | return an attribute of instance, which is of type owner. | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | return an attribute of instance, which is of type owner. | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | return an attribute of instance, which is of type owner. | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | create and return a new object. see help(type) for accurate signature. | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | create and return a new object. see help(type) for accurate signature. | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | create and return a new object. see help(type) for accurate signature. | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | common ops mixin to support a unified interface / docs for series / index | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | common ops mixin to support a unified interface / docs for series / index | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | common ops mixin to support a unified interface / docs for series / index | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | return a list of the values. these are each a scalar type, which is a python scalar (for str, int, float) or a pandas sc | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | return a list of the values. these are each a scalar type, which is a python scalar (for str, int, float) or a pandas sc | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | return a list of the values. these are each a scalar type, which is a python scalar (for str, int, float) or a pandas sc | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | one-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.py | 0 | one-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.py | 0 | one-dimensional ndarray with axis labels (including time series). labels need not be unique but must be a hashable type. | STRING |
| HIGH | …ndasTruthValueIsAmbiguousQuickFixTest/pandas/series.py | 0 | return series as ndarray or ndarray-like depending on the dtype. .. warning:: we recommend using :attr:`series.array` or | STRING |
| HIGH | …ixes/PyPandasSeriesToListQuickFixTest/pandas/series.py | 0 | return series as ndarray or ndarray-like depending on the dtype. .. warning:: we recommend using :attr:`series.array` or | STRING |
| HIGH | …sTruthValueIsAmbiguousInspection/pandas/core/series.py | 0 | return series as ndarray or ndarray-like depending on the dtype. .. warning:: we recommend using :attr:`series.array` or | STRING |
| HIGH | …testData/types/NumpyArrayType/numpy/core/multiarray.py | 0 | ndarray(shape, dtype=float, buffer=none, offset=0, strides=none, order=none) an array object represents a multidimension | STRING |
| HIGH | …tData/inspections/PyNumpyType/numpy/core/multiarray.py | 0 | ndarray(shape, dtype=float, buffer=none, offset=0, strides=none, order=none) an array object represents a multidimension | STRING |
| HIGH | …ressionOnClassHavingSkeletons/numpy/core/multiarray.py | 0 | ndarray(shape, dtype=float, buffer=none, offset=0, strides=none, order=none) an array object represents a multidimension | STRING |
| HIGH | …estData/quickdoc/NumPyOnesDoc/numpy/core/multiarray.py | 0 | ndarray(shape, dtype=float, buffer=none, offset=0, strides=none, order=none) an array object represents a multidimension | STRING |
| HIGH | …eResolvesToDataclassInitParameterOverClassAttribute.py | 0 | class description parameters ---------- attr1: <ref> attr1 description | STRING |
| HIGH | …terNameResolvesToDataclassClassAttributeWithoutInit.py | 0 | class description parameters ---------- attr1: <ref> attr1 description | STRING |
| HIGH | …solve/NumpyDocstringParameterNameUnresolvedWithInit.py | 0 | class description parameters ---------- attr1: <ref> attr1 description | STRING |
| HIGH | …esolve/RestDocstringVarNameResolvesToClassAttribute.py | 0 | class description :var var1: var1 description <ref> | STRING |
| HIGH | …VarNameResolvesToInstanceAttributeOverInitParameter.py | 0 | class description :var var1: var1 description <ref> | STRING |
| HIGH | …arNameResolvesToInstanceAttributeOverClassAttribute.py | 0 | class description :var var1: var1 description <ref> | STRING |
| HIGH | …tringAttributeNameResolvesToDataclassClassAttribute.py | 0 | class description attributes: attr1: attr1 description <ref> | STRING |
| HIGH | …uteNameResolvesToInstanceAttributeOverInitParameter.py | 0 | class description attributes: attr1: attr1 description <ref> | STRING |
| HIGH | …teNameResolvesToInstanceAttributeOverClassAttribute.py | 0 | class description attributes: attr1: attr1 description <ref> | STRING |
| HIGH | …ringAttributeNameResolvesToNamedTupleClassAttribute.py | 0 | class description attributes: attr1: attr1 description <ref> | STRING |
| HIGH | …oogleDocstringAttributeNameResolvesToClassAttribute.py | 0 | class description attributes: attr1: attr1 description <ref> | STRING |
| HIGH | …ta/quickdoc/ArgsDescriptionFromClassDocstringGoogle.py | 0 | args: p1: p1 doc from class p2: p2 doc from class keyword args: k: k doc from class | STRING |
| HIGH | …quickdoc/ArgsFromInitNotTakenInClassDocstringGoogle.py | 0 | args: p1: p1 doc from class p2: p2 doc from class keyword args: k: k doc from class | STRING |
| HIGH | python/testData/quickdoc/ArgsInClassDocGoogle.py | 0 | args: p1: p1 doc from class p2: p2 doc from class keyword args: k: k doc from class | STRING |
| HIGH | python/testData/psi/FStringAllKindsNested.txt | 0 | ) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psie | STRING |
| HIGH | python/testData/psi/NestedTemplateStrings.txt | 0 | ) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psie | STRING |
| HIGH | …/FStringNotTerminatedByQuoteOfNestedFStringLiteral.txt | 0 | ) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psie | STRING |
| HIGH | …/psi/FStringNotTerminatedByQuoteInNestedFormatPart.txt | 0 | ) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psie | STRING |
| HIGH | …erminatedByQuoteOfNestedFStringLiteralInFormatPart.txt | 0 | ) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psie | STRING |
| HIGH | …tTerminatedByQuoteInsideFStringLiteralInFormatPart.txt | 0 | ) psielement(py:fstring_end)('"') psielement(py:fstring_fragment_end)('}') psielement(py:fstring_fragment_end)('}') psie | STRING |
| HIGH | …/testData/fillParagraph/docstringOneParagraph_after.py | 0 | this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. i | STRING |
| HIGH | …hon/testData/fillParagraph/multilineDocstring_after.py | 0 | this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. i | STRING |
| HIGH | python/testData/fillParagraph/docstring.py | 0 | this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. i | STRING |
| HIGH | python/testData/fillParagraph/singleLine.py | 0 | this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. i | STRING |
| HIGH | python/testData/fillParagraph/singleLine_after.py | 0 | this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. i | STRING |
| HIGH | python/testData/fillParagraph/docstring_after.py | 0 | this is my docstring. <caret>there are many like it, but this one mine. my docstring is my best friend. it is my life. i | STRING |
| 1072 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/uv.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tools/fd.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tools/tool-wrapper.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | tools/rg.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | …om/intellij/tools/ide/metrics/benchmark/Benchmark.java | 21 | /// If you start a benchmark in a unit test, ensure `ApplicationManagerEx.setInStressTest(true)` is called. | COMMENT |
| LOW | …om/intellij/tools/ide/metrics/benchmark/Benchmark.java | 41 | /// ### Beware | COMMENT |
| LOW | …ter/src/com/intellij/ide/starter/ide/IDETestContext.kt | 841 | // val jbrDistroPath = if (OS.CURRENT == OS.macOS) ide.installationPath / "jbr" / "Contents" / "Home" else ide.inst | COMMENT |
| LOW | …/src/winshellintegration/include/winshellintegration.h | 1 | // 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.h | 1 | // 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.h | 21 | COMMENT | |
| LOW | …nshellintegration/include/winshellintegration/winapi.h | 41 | #endif // (WINVER < WINSHELLINTEGRATION_WINVER) | COMMENT |
| LOW | …ellintegration/include/winshellintegration/jump_list.h | 21 | #include <utility> // std::pair | COMMENT |
| LOW | …ellintegration/include/winshellintegration/jump_list.h | 61 | /// JumpLists are non-copyable | COMMENT |
| LOW | …ellintegration/include/winshellintegration/jump_list.h | 81 | /// for detailed info about "Tasks" category. | COMMENT |
| LOW | …lintegration/include/winshellintegration/application.h | 61 | // non-movable | COMMENT |
| LOW | …lintegration/include/winshellintegration/application.h | 81 | /// for detailed info about Recent items. | COMMENT |
| LOW | …lintegration/include/winshellintegration/application.h | 101 | /// | COMMENT |
| LOW | …ellintegration/include/winshellintegration/jump_task.h | 81 | BuildSession(const BuildSession&) = delete; | COMMENT |
| LOW | …ntegration/src/winshellintegration/src/application.cpp | 1 | // 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.cpp | 1 | // Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license | COMMENT |
| LOW | native/LinuxGlobalMenu/DbusMenuWrapper.c | 1 | #include <string.h> | COMMENT |
| LOW | native/LinuxGlobalMenu/DbusMenuWrapper.h | 1 | #ifndef DBM_DBUSMENUWRAPPER_H | COMMENT |
| LOW | native/WslTools/xxhash.h | 101 | */ | COMMENT |
| LOW | native/WslTools/xxhash.h | 141 | # undef XXH32_update | COMMENT |
| LOW | native/WslTools/xxhash.h | 161 | # undef XXH3_freeState | COMMENT |
| LOW | native/WslTools/xxhash.h | 201 | # define XXH128_canonical_t XXH_IPREF(XXH128_canonical_t) | COMMENT |
| LOW | native/WslTools/xxhash.h | 221 | COMMENT | |
| LOW | native/WslTools/xxhash.h | 261 | # define XXH_NAME2(A,B) XXH_CAT(A,B) | COMMENT |
| LOW | native/WslTools/xxhash.h | 281 | # define XXH64_canonicalFromHash XXH_NAME2(XXH_NAMESPACE, XXH64_canonicalFromHash) | COMMENT |
| LOW | native/WslTools/xxhash.h | 301 | # define XXH3_128bits_reset XXH_NAME2(XXH_NAMESPACE, XXH3_128bits_reset) | COMMENT |
| LOW | native/WslTools/xxhash.h | 601 | #endif | COMMENT |
| LOW | native/WslTools/xxhash.h | 1001 | XXH64_hash_t reserved64; /*!< Reserved field. Do not read or write to it, it may be removed. */ | COMMENT |
| LOW | native/WslTools/xxhash.h | 1361 | ) \ | COMMENT |
| LOW | native/WslTools/xxhash.h | 1381 | #ifndef XXH_NO_INLINE_HINTS | COMMENT |
| LOW | native/WslTools/xxhash.h | 1441 | /* ************************************* | COMMENT |
| LOW | native/WslTools/xxhash.h | 1481 | * XXH_DEBUGLEVEL is expected to be defined externally, typically via the | COMMENT |
| LOW | native/WslTools/xxhash.h | 1841 | /* #define instead of static const, to be used as initializers */ | COMMENT |
| LOW | native/WslTools/xxhash.h | 2381 | * @{ | COMMENT |
| LOW | native/WslTools/xxhash.h | 2681 | # define XXH_RESTRICT restrict | COMMENT |
| LOW | native/WslTools/xxhash.h | 2841 | # define XXH_VSX 5 | COMMENT |
| LOW | native/WslTools/xxhash.h | 2861 | # define XXH_VECTOR XXH_SCALAR | COMMENT |
| LOW | native/WslTools/xxhash.h | 3121 | xxh_u64x2 result; | COMMENT |
| LOW | native/WslTools/xxhash.h | 4261 | typedef void (*XXH3_f_initCustomSecret)(void* XXH_RESTRICT, xxh_u64); | COMMENT |
| LOW | native/WslTools/xxhash.h | 4281 | COMMENT | |
| LOW | native/WslTools/xxhash.h | 4301 | COMMENT | |
| LOW | native/WslTools/wslproxy.c | 1 | #include <stdio.h> | COMMENT |
| LOW | native/WslTools/wslhash.c | 1 | #define XXH_VECTOR XXH_SSE2 | COMMENT |
| LOW | native/WslTools/wslhash.c | 21 | // wslhash [OPTIONS] DIR | COMMENT |
| LOW | native/WslTools/wslhash.c | 41 | // and MATCHER is one of: | COMMENT |
| LOW | native/WslTools/wslhash.c | 61 | do { fprintf(stderr, "%s:%d:%s: " fmt, __FILE__, __LINE__, __func__, __VA_ARGS__); } while (0) | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 21 | #define java_awt_event_KeyEvent_MOUSE_EVENT_MASK 16LL | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 41 | #define java_awt_event_KeyEvent_INVOCATION_EVENT_MASK 16384LL | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 61 | #define java_awt_event_KeyEvent_COMPONENT_MOVED 100L | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 81 | #define java_awt_event_KeyEvent_BUTTON1_MASK 16L | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 101 | #define java_awt_event_KeyEvent_ALT_GRAPH_DOWN_MASK 8192L | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 121 | #define java_awt_event_KeyEvent_VK_ENTER 10L | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 141 | #define java_awt_event_KeyEvent_VK_ESCAPE 27L | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 161 | #define java_awt_event_KeyEvent_VK_COMMA 44L | COMMENT |
| LOW | native/MacScreenMenu/src/java_awt_event_KeyEvent.h | 181 | #define java_awt_event_KeyEvent_VK_6 54L | COMMENT |
| 4506 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/testData/folding/longStringsFolding.py | 7 | def normal_foldable_element_to_ensure_two_step_folding() :<fold text='...'> | CODE |
| LOW | python/testData/folding/collectionsFolding.py | 12 | def normal_foldable_element_to_ensure_two_step_folding() :<fold text='...'> | CODE |
| LOW | python/testData/folding/multilineComments.py | 18 | def normal_foldable_element_to_ensure_two_step_folding() :<fold text='...'> | CODE |
| LOW | …on/testData/testCompletion/after_test_parametrized.txt | 10 | def test_returns_correct_result(test_input, expected, x, y): # False positive: unused parameters | CODE |
| LOW | …on/testData/testCompletion/after_test_parametrized.txt | 17 | def test_wrong_number_of_parameters(x, y): | CODE |
| LOW | python/testData/testCompletion/test_parametrized.py | 10 | def test_returns_correct_result(test_input, expected, x, y): # False positive: unused parameters | CODE |
| LOW | python/testData/testCompletion/test_parametrized.py | 17 | def test_wrong_number_of_parameters(x, y): | CODE |
| LOW | python/testData/types/ParamSpecInImportedFile/mod.py | 6 | def changes_return_type_to_str(x: Callable[P, int]) -> Callable[P, str]: | CODE |
| LOW | …ighting/awaitInNonAsyncInnerFunctionOfAsyncFunction.py | 9 | def my_non_async_function_correct(): | CODE |
| LOW | python/testData/highlighting/keywordOnlyArguments.py | 10 | def keywordonly_and_kwarg_sum(*, k1, k2, **kwarg): | CODE |
| LOW | …res/test_override_record_testsuite_property_fixture.py | 4 | def record_testsuite_property(): | CODE |
| LOW | …ving/testReservedFixtures/_pytest/reserved_fixtures.py | 57 | def record_testsuite_property(): | CODE |
| LOW | …formance/tests/generics_typevartuple_specialization.py | 72 | def takes_float_array_of_any_shape(x: FloatArray): | CODE |
| LOW | …formance/tests/generics_typevartuple_specialization.py | 80 | def takes_float_array_with_specific_shape(y: FloatArray[Height, Width]): | CODE |
| LOW | …/testData/typing/conformance/tests/aliases_explicit.py | 66 | def good_type_aliases_used_badly( | CODE |
| LOW | …ping/conformance/tests/generics_paramspec_semantics.py | 13 | def changes_return_type_to_str(x: Callable[P, int]) -> Callable[P, str]: | CODE |
| LOW | …ping/conformance/tests/generics_typevartuple_concat.py | 56 | def move_first_element_to_last(tup: tuple[T, *Ts]) -> tuple[*Ts, T]: | CODE |
| LOW | …/testData/typing/conformance/tests/aliases_implicit.py | 75 | def good_type_aliases_used_badly( | CODE |
| LOW | …stData/typing/conformance/tests/generics_self_usage.py | 82 | def has_existing_self_annotation(self: TFoo2) -> Self: # E | CODE |
| LOW | …g/conformance/tests/dataclasses_transform_converter.py | 63 | def converter_with_param_before_args(s: str, *args: int, **kwargs: int) -> int: | CODE |
| LOW | …/testData/typing/conformance/tests/narrowing_typeis.py | 148 | def takes_callable_bool_proto(f: CallableBoolProto) -> None: | CODE |
| LOW | …testData/typing/conformance/tests/generics_defaults.py | 138 | def test_type_var_tuple_defaults(a: Class_TypeVarTuple): | CODE |
| LOW | …stData/typing/conformance/tests/narrowing_typeguard.py | 139 | def takes_callable_bool_proto(f: CallableBoolProto) -> None: | CODE |
| LOW | …stData/typing/conformance/tests/generics_self_basic.py | 72 | def object_with_concrete_type( | CODE |
| LOW | python/testData/inspections/AddToImportFromFoo.py | 1 | def add_to_import_test_unique_name(a): | CODE |
| LOW⚡ | …estData/inspections/PyShadowingNamesInspection/test.py | 42 | def test_outer_comprehensions(): | CODE |
| LOW⚡ | …estData/inspections/PyShadowingNamesInspection/test.py | 49 | def test_outer_single_underscore(): | CODE |
| LOW⚡ | …estData/inspections/PyShadowingNamesInspection/test.py | 56 | def test_outer_underscore_prefixed(): | CODE |
| LOW⚡ | …estData/inspections/PyShadowingNamesInspection/test.py | 63 | def test_outer_underscore_prefixed_parameter(): | CODE |
| LOW | …sInspection/overlappingOverloadsDifferentReturnType.py | 42 | class ResponseHandler: | CODE |
| LOW⚡ | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 249 | def test_same_named_variable_inside_class(): | CODE |
| LOW⚡ | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 258 | def test_only_name_in_local_class(): | CODE |
| LOW⚡ | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 286 | def test_unused_empty_function(<weak_warning descr="Parameter 'x' value is not used">x</weak_warning>): | CODE |
| LOW⚡ | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 291 | def test_unused_variable_in_cycle(x, c): | CODE |
| LOW⚡ | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 299 | def test_unused_condition_local_with_last_if_in_cycle(c): | CODE |
| LOW⚡ | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 308 | def test_unused_empty_init_parameter(): | CODE |
| LOW | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 320 | def test_used_local_augmented_assignment(x, y): | CODE |
| LOW⚡ | …ions/PyUnusedLocalVariableInspection/unusedFunction.py | 27 | def unused_inner_function_with_known_decorator(): | CODE |
| LOW⚡ | …ions/PyUnusedLocalVariableInspection/unusedFunction.py | 33 | def unused_inner_function_with_unknown_decorator(): | CODE |
| LOW⚡ | …ions/PyUnusedLocalVariableInspection/unusedFunction.py | 42 | def unused_inner_function_with_incomplete_decorator(): | CODE |
| LOW | …tions/PyPropertyAccessInspection/overrideAssignment.py | 1 | def test_property_override_assignment(): | CODE |
| LOW⚡ | …Data/inspections/PyShadowingBuiltinsInspection/test.py | 1 | def test_import_builtin_names(): | CODE |
| LOW⚡ | …Data/inspections/PyShadowingBuiltinsInspection/test.py | 7 | def test_builtin_function_parameters(): | CODE |
| LOW⚡ | …Data/inspections/PyShadowingBuiltinsInspection/test.py | 12 | def test_builtin_function_name(): | CODE |
| LOW⚡ | …Data/inspections/PyShadowingBuiltinsInspection/test.py | 17 | def test_builtin_assignment_targets(): | CODE |
| LOW | …Data/inspections/PyShadowingBuiltinsInspection/test.py | 39 | def test_builtin_qualified_name(): | CODE |
| LOW | …Data/inspections/PyShadowingBuiltinsInspection/test.py | 48 | def test_builtin_class_attribute(): | CODE |
| LOW | …/ComparisonForUnorderedDataclassTransform/decorator.py | 12 | def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …ction/FrozenInheritanceDataclassTransform/decorator.py | 11 | def my_dataclass_frozen_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …assTransformKwOnlyFieldOrderInInheritance/decorator.py | 32 | def my_dataclass_kw_only_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …nspection/OrderAndNotEqDataclassTransform/decorator.py | 12 | def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …tingFrozenInInheritanceDataclassTransform/decorator.py | 11 | def my_dataclass_frozen_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …risonForManuallyOrderedDataclassTransform/decorator.py | 12 | def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …ansformUselessInitEqUnsafeHashOrderFrozen/decorator.py | 12 | def my_dataclass_frozen_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …ansformUselessInitEqUnsafeHashOrderFrozen/decorator.py | 17 | def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …on/ComparisonForOrderedDataclassTransform/decorator.py | 12 | def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …nForOrderedAndUnorderedDataclassTransform/decorator.py | 12 | def my_dataclass_order_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …spection/MutatingFrozenDataclassTransform/decorator.py | 12 | def my_dataclass_frozen_default(**kwargs) -> Callable[[type[T]], type[T]]: | CODE |
| LOW | …nspections/GoogleDocstringParametersInspection/test.py | 46 | def varagrs_defined_without_stars(x, *args, y, **kwargs): | CODE |
| LOW | …a/inspections/PyNumpyType/ReturnTypeHintHasPriority.py | 14 | def test_explicit_type_comment(): | CODE |
| 2972 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ckaging/PyPackageUtil/AbsentSetupCallUpdating/setup.py | 1 | CODE | |
| LOW | …ackaging/PyPackageUtil/AbsentSetupCallReading/setup.py | 1 | CODE | |
| LOW | python/testData/folding/futureImportWithOneImport.py | 3 | CODE | |
| LOW | …WithBinaryModules/python_stubs/PyQt4/QtGui/__init__.py | 1 | CODE | |
| LOW | …eImports/extractImportBlockWithIntermediateComments.py | 3 | CODE | |
| LOW | …hon/testData/optimizeImports/commentsHandling.after.py | 14 | CODE | |
| LOW | …eImports/moduleLevelDunderWithImportFromFutureAbove.py | 1 | CODE | |
| LOW | …eImports/moduleLevelDunderWithImportFromFutureAbove.py | 6 | CODE | |
| LOW | python/testData/optimizeImports/moduleLevelDunder.py | 4 | CODE | |
| LOW | python/testData/optimizeImports/importStar.after.py | 1 | CODE | |
| LOW | …ts/moduleLevelDunderWithImportFromFutureAbove.after.py | 1 | CODE | |
| LOW | …hon/testData/optimizeImports/insertBlankLines.after.py | 1 | CODE | |
| LOW | …hon/testData/optimizeImports/insertBlankLines.after.py | 7 | CODE | |
| LOW | python/testData/optimizeImports/fromFuture.after.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/commentsHandling.py | 17 | CODE | |
| LOW | python/testData/optimizeImports/orderByType.after.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/orderByType.after.py | 7 | CODE | |
| LOW | …a/optimizeImports/joinFromImportsIgnoresStarImports.py | 2 | CODE | |
| LOW | python/testData/optimizeImports/tryExcept.py | 2 | CODE | |
| LOW | …/optimizeImports/importFromFutureWithRegularImports.py | 2 | CODE | |
| LOW | …/optimizeImports/importFromFutureWithRegularImports.py | 4 | CODE | |
| LOW | …eenEncodingDeclarationAndFirstImportPreserved.after.py | 2 | CODE | |
| LOW | …eenEncodingDeclarationAndFirstImportPreserved.after.py | 2 | CODE | |
| LOW | python/testData/optimizeImports/insertBlankLines.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/insertBlankLines.py | 5 | CODE | |
| LOW | python/testData/optimizeImports/unresolved.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/importStar.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/importStar.py | 2 | CODE | |
| LOW | …ts/suppressedWithLegacyUnresolvedReferencesId.after.py | 2 | CODE | |
| LOW | …optimizeImports/extractImportBlockNoWhitespaceAtEnd.py | 1 | CODE | |
| LOW | …optimizeImports/extractImportBlockNoWhitespaceAtEnd.py | 2 | CODE | |
| LOW | python/testData/optimizeImports/suppressed.py | 2 | CODE | |
| LOW | …timizeImports/importsFromTypingUnusedInTypeComments.py | 1 | CODE | |
| LOW | …timizeImports/importsFromTypingUnusedInTypeComments.py | 1 | CODE | |
| LOW | …timizeImports/importsFromTypingUnusedInTypeComments.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/unresolved.after.py | 1 | CODE | |
| LOW | …mizeImports/joinFromImportsIgnoresStarImports.after.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/tryExcept.after.py | 2 | CODE | |
| LOW | python/testData/optimizeImports/suppressed.after.py | 2 | CODE | |
| LOW | …eImports/moduleLevelDunderWithImportFromFutureBelow.py | 3 | CODE | |
| LOW | …eImports/moduleLevelDunderWithImportFromFutureBelow.py | 5 | CODE | |
| LOW | …neBetweenEncodingDeclarationAndFirstImportPreserved.py | 2 | CODE | |
| LOW | …neBetweenEncodingDeclarationAndFirstImportPreserved.py | 2 | CODE | |
| LOW | …on/testData/optimizeImports/importStarOneOfMultiple.py | 1 | CODE | |
| LOW | …eImports/suppressedWithLegacyUnresolvedReferencesId.py | 2 | CODE | |
| LOW | …Imports/importsFromTypingUnusedInTypeComments.after.py | 1 | CODE | |
| LOW | …Imports/importsFromTypingUnusedInTypeComments.after.py | 1 | CODE | |
| LOW | …n/testData/optimizeImports/keepLicenseComment.after.py | 20 | CODE | |
| LOW | python/testData/optimizeImports/simple.py | 1 | CODE | |
| LOW | …ts/moduleLevelDunderWithImportFromFutureBelow.after.py | 3 | CODE | |
| LOW | python/testData/optimizeImports/fromFuture.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/orderByType.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/orderByType.py | 4 | CODE | |
| LOW | …izeImports/importFromFutureWithRegularImports.after.py | 1 | CODE | |
| LOW | python/testData/optimizeImports/keepLicenseComment.py | 17 | CODE | |
| LOW | …RootQuickFixTest/mysrc/foo/abc_folder_no_init_after.py | 1 | CODE | |
| LOW | …ryAsSourceRootQuickFixTest/mysrc/foo/abc_auto_after.py | 1 | CODE | |
| LOW | …irectoryAsSourceRootQuickFixTest/mysrc/foo/abc_auto.py | 1 | CODE | |
| LOW | …rectoryAsSourceRootQuickFixTest/mysrc/foo/abc_after.py | 1 | CODE | |
| LOW | …urceRootQuickFixTest/mysrc/foo/abc_folder_with_init.py | 1 | CODE | |
| 2234 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/testData/mover/indent_afterDown.py | 2 | CODE | |
| LOW | python/testData/mover/indent_afterUp.py | 2 | CODE | |
| LOW | python/testData/inspections/PyNumpyType/Dtype.py | 1 | CODE | |
| LOW | python/testData/intentions/splitIf_after.py | 1 | CODE | |
| LOW | …st-env/core/scripts/generate_python_version_mapping.py | 68 | CODE | |
| LOW | python/helpersTests/testing.py | 120 | CODE | |
| LOW | python/helpersTests/testing.py | 187 | CODE | |
| LOW | python/helpersTests/testing.py | 204 | CODE | |
| LOW | python/helpers/packaging_tool.py | 84 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 362 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 595 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 866 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1000 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1066 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1128 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1187 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1251 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1499 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1636 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1696 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1767 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1901 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 2624 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 2699 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 1978 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 2071 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 2208 | CODE | |
| LOW | python/helpers/pycodestyle-2.8.0.py | 2464 | CODE | |
| LOW | python/helpers/pycodestyle.py | 348 | CODE | |
| LOW | python/helpers/pycodestyle.py | 562 | CODE | |
| LOW | python/helpers/pycodestyle.py | 837 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1024 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1099 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1164 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1219 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1284 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1631 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1692 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1794 | CODE | |
| LOW | python/helpers/pycodestyle.py | 2530 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1871 | CODE | |
| LOW | python/helpers/pycodestyle.py | 1963 | CODE | |
| LOW | python/helpers/pycodestyle.py | 2065 | CODE | |
| LOW | python/helpers/pycodestyle.py | 2119 | CODE | |
| LOW | python/helpers/pycodestyle.py | 2373 | CODE | |
| LOW | python/helpers/docstring_formatter.py | 41 | CODE | |
| LOW | python/helpers/docstring_formatter.py | 138 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 332 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 571 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 842 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 976 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 1042 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 1107 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 1166 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 1230 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 1577 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 1637 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 1708 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 1827 | CODE | |
| LOW | python/helpers/pycodestyle-2.10.0.py | 2551 | CODE | |
| 1851 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/testData/folding/blocksFolding.py | 42 | except Exception:<fold text='...'> | CODE |
| LOW | …Fixes/PyRemoveUnusedLocalQuickFixTest/except2_after.py | 4 | except Exception: | CODE |
| MEDIUM | …Fixes/PyRemoveUnusedLocalQuickFixTest/except2_after.py | 1 | def f(): | CODE |
| LOW | …kFixes/PyRemoveUnusedLocalQuickFixTest/except_after.py | 4 | except Exception: | CODE |
| MEDIUM | …kFixes/PyRemoveUnusedLocalQuickFixTest/except_after.py | 1 | def f(): | CODE |
| MEDIUM | …/quickFixes/PyRemoveUnusedLocalQuickFixTest/except2.py | 1 | def f(): | CODE |
| MEDIUM | …a/quickFixes/PyRemoveUnusedLocalQuickFixTest/except.py | 1 | def f(): | CODE |
| LOW | …ickFixes/PyMoveExceptQuickFixTest/exceptChain_after.py | 12 | except Exception: | CODE |
| LOW | …ata/quickFixes/PyMoveExceptQuickFixTest/exceptChain.py | 10 | except Exception: | CODE |
| LOW | …nboundLocalVariableInspection/DefinedInTryAndExcept.py | 4 | except Exception: | CODE |
| MEDIUM | …nboundLocalVariableInspection/DefinedInTryAndExcept.py | 1 | def f(g): | CODE |
| LOW | …s/PyUnboundLocalVariableInspection/DefinedInTryElse.py | 5 | except Exception: | CODE |
| LOW | …riableInspection/UnboundDefinedInTryUsedAfterExcept.py | 4 | except Exception: | CODE |
| MEDIUM | …riableInspection/UnboundDefinedInTryUsedAfterExcept.py | 1 | def a2(): | CODE |
| LOW | …yUnboundLocalVariableInspection/ParamAfterTryExcept.py | 4 | except Exception: | CODE |
| MEDIUM | …yUnboundLocalVariableInspection/ParamAfterTryExcept.py | 1 | def f(x): | CODE |
| LOW | …calVariableInspection/ControlFlowInTryExceptFinally.py | 6 | except Exception: | CODE |
| LOW | …calVariableInspection/ControlFlowInTryExceptFinally.py | 17 | except Exception: | CODE |
| LOW | …ort/importExceptImportError/importExceptImportError.py | 9 | except Exception: | CODE |
| MEDIUM | …ort/importExceptImportError/importExceptImportError.py | 6 | def f(x): | CODE |
| LOW | …inspections/PyUnreachableCodeInspection/Unreachable.py | 95 | except Exception: | CODE |
| LOW | …inspections/PyUnreachableCodeInspection/Unreachable.py | 99 | except Exception: | CODE |
| MEDIUM | …inspections/PyUnreachableCodeInspection/Unreachable.py | 51 | def f(): | CODE |
| LOW | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 194 | except Exception: | CODE |
| LOW | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 206 | except Exception: | CODE |
| LOW | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 216 | except Exception: | CODE |
| LOW⚡ | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 243 | except Exception: | CODE |
| MEDIUM | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 235 | def f(c): | CODE |
| LOW | …bleInspection/exceptionTargetStartingWithUnderscore.py | 4 | except Exception as _e: | CODE |
| MEDIUM | …bleInspection/exceptionTargetStartingWithUnderscore.py | 1 | def f(): | CODE |
| LOW | …ata/inspections/PyExceptClausesOrderInspection/test.py | 14 | except Exception as e: | CODE |
| LOW | …estData/inspections/PyBroadExceptionInspection/test.py | 29 | except Exception: | CODE |
| LOW | …ta/postfix/editable/editableTemplateExceptionExcept.py | 4 | except Exception as e: | CODE |
| MEDIUM | …ta/postfix/editable/editableTemplateExceptionExcept.py | 1 | def _(): | CODE |
| LOW | …tfix/editable/editableTemplateExceptionExcept_after.py | 4 | except Exception as e: | CODE |
| MEDIUM | …tfix/editable/editableTemplateExceptionExcept_after.py | 1 | def _(): | CODE |
| LOW | …tListAddInExceptBlock/statementListAddInExceptBlock.py | 3 | except Exception: | CODE |
| LOW | …dInExceptBlock/after/statementListAddInExceptBlock.txt | 5 | except Exception: | CODE |
| LOW | …dInExceptBlock/after/statementListAddInExceptBlock.txt | 12 | except Exception: | CODE |
| LOW | …estData/refactoring/extractmethod/SingleRaise.after.py | 9 | except Exception: | CODE |
| MEDIUM | …estData/refactoring/extractmethod/SingleRaise.after.py | 6 | def bar(): | CODE |
| LOW | …stData/refactoring/extractmethod/SingleRaise.before.py | 4 | except Exception: | CODE |
| LOW | …estData/refactoring/extractmethod/TryContext.before.py | 5 | except Exception: | CODE |
| LOW | …efactoring/extractmethod/TryContext.after.withTypes.py | 13 | except Exception: | CODE |
| MEDIUM | …efactoring/extractmethod/TryContext.after.withTypes.py | 10 | def bar(f_new, x_new) -> Any: | CODE |
| LOW | …testData/refactoring/extractmethod/TryContext.after.py | 10 | except Exception: | CODE |
| MEDIUM | …testData/refactoring/extractmethod/TryContext.after.py | 7 | def bar(f_new, x_new): | CODE |
| LOW | python/testData/codeInsight/smartEnter/try_after.py | 3 | except Exception: | CODE |
| LOW | …hon/testData/codeInsight/controlflow/ForTryContinue.py | 6 | except Exception: | CODE |
| MEDIUM | …st-env/core/scripts/generate_python_version_mapping.py | 386 | print('Error: No version mappings generated', file=sys.stderr) | CODE |
| LOW | …/com/jetbrains/python/types/PyInferenceMiscTypeTest.kt | 1122 | except Exception: | CODE |
| MEDIUM | …/com/jetbrains/python/types/PyInferenceMiscTypeTest.kt | 1077 | def test(): | CODE |
| LOW | …hon/inspections/PyInconsistentReturnsInspectionTest.kt | 196 | except Exception: | CODE |
| LOW | …hon/inspections/PyInconsistentReturnsInspectionTest.kt | 279 | except Exception: | CODE |
| MEDIUM | …hon/inspections/PyInconsistentReturnsInspectionTest.kt | 273 | def fn(): | CODE |
| LOW | python/helpers/packaging_tool.py | 124 | except Exception: | CODE |
| MEDIUM | python/helpers/packaging_tool.py | 84 | def main(): | CODE |
| LOW | python/helpers/pycharm_package_installer.py | 337 | except Exception as e: | CODE |
| LOW | python/helpers/pycharm_package_installer.py | 401 | except Exception: | CODE |
| MEDIUM | python/helpers/pycharm_package_installer.py | 243 | def find_pip_command(self): | CODE |
| 791 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/testData/formatter/trailingCommaMixed.py | 30 | "author": "John Doe", | CODE |
| LOW | python/testData/formatter/trailingCommaMixed_after.py | 30 | "author": "John Doe", | CODE |
| LOW | python/testData/fillParagraph/enter_after.py | 1 | # Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod | COMMENT |
| LOW | python/testData/fillParagraph/enter_after.py | 1 | # Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod | COMMENT |
| LOW | python/testData/fillParagraph/enter.py | 1 | # Lorem ipsum dolor sit amet, consectetur adipisicing elit, | COMMENT |
| LOW | python/testData/fillParagraph/enter.py | 1 | # Lorem ipsum dolor sit amet, consectetur adipisicing elit, | COMMENT |
| LOW | …thon/codeInsight/mlcompletion/AssignmentVisitorTest.kt | 38 | Pair("tensorflow", "placeholder"), | CODE |
| LOW | …/webview/views/markdown-link-graph/assets/dompurify.js | 516 | "placeholder", | CODE |
| LOW | …/webview/views/markdown-link-graph/assets/dompurify.js | 1039 | "placeholder", | CODE |
| LOW | …sources/webview/views/sample-panel/assets/dompurify.js | 516 | "placeholder", | CODE |
| LOW | …sources/webview/views/sample-panel/assets/dompurify.js | 1039 | "placeholder", | CODE |
| LOW | …esources/webview/views/acp-chat/assets/highlight-js.js | 2612 | "placeholder", | CODE |
| LOW | …esources/webview/views/acp-chat/assets/highlight-js.js | 4872 | "placeholder", | CODE |
| LOW | …esources/webview/views/acp-chat/assets/highlight-js.js | 8484 | "placeholder", | CODE |
| LOW | …webview/views/acp-chat/assets/radix-ui-react-select.js | 235 | children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react.Fragment, { children: showPlaceholder ? placeholder | CODE |
| LOW | …o/resources/webview/views/acp-chat/assets/dompurify.js | 516 | "placeholder", | CODE |
| LOW | …o/resources/webview/views/acp-chat/assets/dompurify.js | 1039 | "placeholder", | CODE |
| LOW | …/webview/views/markdown-preview/assets/highlight-js.js | 2612 | "placeholder", | CODE |
| LOW | …/webview/views/markdown-preview/assets/highlight-js.js | 4872 | "placeholder", | CODE |
| LOW | …/webview/views/markdown-preview/assets/highlight-js.js | 8484 | "placeholder", | CODE |
| LOW | …ces/webview/views/markdown-preview/assets/dompurify.js | 516 | "placeholder", | CODE |
| LOW | …ces/webview/views/markdown-preview/assets/dompurify.js | 1039 | "placeholder", | CODE |
| LOW | plugins/git4idea/tests/git4idea/test/GitTestUtil.kt | 47 | const val USER_NAME = "John Doe" | CODE |
| LOW | …ns/git4idea/tests/git4idea/history/GitLogParserTest.kt | 362 | Pair(AUTHOR_NAME, "John Doe"), | CODE |
| LOW | …ns/git4idea/tests/git4idea/history/GitLogParserTest.kt | 365 | Pair(COMMITTER_NAME, "John Doe"), | CODE |
| LOW | …testData/highlighting/Html5EntitiesWithoutRootTag.html | 1 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur consequatur | CODE |
| LOW | …testData/highlighting/Html5EntitiesWithoutRootTag.html | 1 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur consequatur | CODE |
| LOW | …brains/plugins/javaFX/packaging/JavaFxAntTaskTest.java | 21 | private static final String PLACEHOLDER = "placeholder"; | CODE |
| LOW | …n/test/data/parser/comments/multiple_comments.HTML.txt | 5 | PsiElement(MARKDOWN_OUTER_BLOCK)('# This is some document\n\n## Some section\n\nLorem ipsum dolor sit amet, consectetu | CODE |
| LOW | …n/test/data/parser/comments/multiple_comments.HTML.txt | 5 | PsiElement(MARKDOWN_OUTER_BLOCK)('# This is some document\n\n## Some section\n\nLorem ipsum dolor sit amet, consectetu | CODE |
| LOW | …st/data/parser/comments/multiple_comments.Markdown.txt | 17 | PsiElement(Markdown:Markdown:TEXT)('Lorem ipsum dolor sit amet,') | CODE |
| LOW | …st/data/parser/comments/multiple_comments.Markdown.txt | 17 | PsiElement(Markdown:Markdown:TEXT)('Lorem ipsum dolor sit amet,') | CODE |
| LOW | …arkdown/test/data/parser/comments/multiple_comments.md | 5 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …arkdown/test/data/parser/comments/multiple_comments.md | 5 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …data/formatter/admonitions_with_custom_title_before.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …data/formatter/admonitions_with_custom_title_before.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …not_wrap_codespan_when_wrap_settings_disabled_after.md | 1 | Lorem `ipsum` dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna al | CODE |
| LOW | …/formatter/keep_line_breaks_inside_text_block_after.md | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non dignissim tellus, sed feugiat ante. | CODE |
| LOW | …/formatter/keep_line_breaks_inside_text_block_after.md | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non dignissim tellus, sed feugiat ante. | CODE |
| LOW | …gins/markdown/test/data/formatter/punctuation_after.md | 11 | Lorem ipsum dolor sit amet, | CODE |
| LOW | …gins/markdown/test/data/formatter/punctuation_after.md | 11 | Lorem ipsum dolor sit amet, | CODE |
| LOW | …/data/formatter/admonitions_with_custom_title_after.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …/data/formatter/admonitions_with_custom_title_after.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …st/data/formatter/admonitions_multi_paragraph_after.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …st/data/formatter/admonitions_multi_paragraph_after.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …st/data/formatter/admonitions_with_blank_line_after.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …st/data/formatter/admonitions_with_blank_line_after.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …ot_wrap_codespan_when_wrap_settings_disabled_before.md | 1 | Lorem `ipsum` dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna al | CODE |
| LOW | …t/data/formatter/admonitions_multi_paragraph_before.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …t/data/formatter/admonitions_multi_paragraph_before.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …ins/markdown/test/data/formatter/punctuation_before.md | 9 | Lorem ipsum dolor sit amet, consectetur... adipiscing elit. Vestibulum vitae nunc ornare, dignissim risus ut, pellentesq | CODE |
| LOW | …ins/markdown/test/data/formatter/punctuation_before.md | 9 | Lorem ipsum dolor sit amet, consectetur... adipiscing elit. Vestibulum vitae nunc ornare, dignissim risus ut, pellentesq | CODE |
| LOW | …t/data/formatter/admonitions_with_blank_line_before.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …t/data/formatter/admonitions_with_blank_line_before.md | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | CODE |
| LOW | …formatter/keep_line_breaks_inside_text_block_before.md | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non dignissim tellus, sed feugiat ante. | CODE |
| LOW | …formatter/keep_line_breaks_inside_text_block_before.md | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non dignissim tellus, sed feugiat ante. | CODE |
| LOW | …markdown/test/data/preview/id/plainTextParagraphs.html | 1 | <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-s | CODE |
| LOW | …markdown/test/data/preview/id/plainTextParagraphs.html | 1 | <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-s | CODE |
| LOW⚡ | …st/data/editor/tables/format/multiple_tables.before.md | 64 | <td>Lorem Ipsum is simply dummy text of the printing | CODE |
| LOW⚡ | …st/data/editor/tables/format/multiple_tables.before.md | 65 | and typesetting industry. Lorem Ipsum has been the | CODE |
| 557 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …yping/conformance/tests/directives_version_platform.py | 66 | this_raises = val10 # E?: `val10` is undefined, but support for `os.name` is optional | CODE |
| HIGH | …yping/conformance/tests/directives_version_platform.py | 75 | this_raises = val13 # E?: `val13` is undefined, but support for `os.name` is optional | CODE |
| HIGH | …ozenInheritanceDataclassTransformMetaclassNoDefault.py | 25 | # OK: Customer2 has frozen=True, Customer4 doesn't specify frozen (undefined) | COMMENT |
| HIGH | …ozenInheritanceDataclassTransformMetaclassNoDefault.py | 34 | # OK: Customer3 has frozen=False, subclass doesn't specify (undefined) | COMMENT |
| HIGH | …formatMethodIndexContainsHostAlternativeQuote_after.py | 1 | '{foo["]}'.format(foo=undefined) | CODE |
| HIGH | …ingIntentionTest/formatMethodIndexContainsBackslash.py | 1 | '{0[\\]}'.format(undefined) | CODE |
| HIGH | …nTest/formatMethodIndexContainsHostAlternativeQuote.py | 1 | '{foo["]}'.format(foo=undefined) | CODE |
| HIGH | …entionTest/formatMethodIndexContainsBackslash_after.py | 1 | '{0[\\]}'.format(undefined) | CODE |
| HIGH | …stData/codeInsight/controlflow/AssignmentExpression.py | 1 | (result := undefined) | CODE |
| HIGH | …dev/_pydevd_bundle/pydevconsole_code_for_ironpython.py | 445 | more = self.push(line) | CODE |
| HIGH | …helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py | 340 | # This behavior should be treated as undefined, and can be changed on the | COMMENT |
| HIGH | python/helpers/pydev/_pydevd_bundle/pydevd_console.py | 140 | return InteractiveConsole.push(self, line), False | CODE |
| HIGH | python/helpers/pydev/_pydevd_bundle/pydevd_console.py | 217 | more, output_messages, error_messages = interpreter.push(line, frame, buffer_output) | CODE |
| HIGH | …ers/pydev/_pydevd_bundle/pydevd_process_net_command.py | 811 | sys.stderr.write('Custom operation now needs a || separator. Found: %s\n' % (text,)) | CODE |
| HIGH | …pers/pydev/pydevd_attach_to_process/winappdbg/crash.py | 829 | result = ("Not likely exploitable", "ReadAVNearNull", "This is a user mode read access violation nea | CODE |
| HIGH | …ers/pydev/third_party/wrapped_for_pydev/ctypes/util.py | 49 | cmd = 'if type gcc &>/dev/null; then CC=gcc; else CC=cc; fi;' \ | CODE |
| HIGH | …/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py | 147 | self.push(t, self.grammar.dfas[t], newstate, context) | CODE |
| HIGH⚡ | …test_ds_sorting_commands/test_pandas_internal_pydev.py | 37 | assert actual_series.equals(expected_series) | CODE |
| HIGH⚡ | …test_ds_sorting_commands/test_pandas_internal_pydev.py | 48 | assert actual_df.equals(expected_df) | CODE |
| HIGH⚡ | …test_ds_sorting_commands/test_pandas_internal_pydev.py | 61 | assert actual_df.equals(expected_df) | CODE |
| HIGH⚡ | …test_ds_sorting_commands/test_pandas_internal_pydev.py | 73 | assert actual_df.equals(expected_df) | CODE |
| HIGH | …test_ds_sorting_commands/test_pandas_internal_pydev.py | 87 | assert actual_df.equals(expected_df) | CODE |
| HIGH | python/helpers/pydev/pydev_tests_python/test_null.py | 5 | assert len(null) == 0 | CODE |
| HIGH | python/helpers/debugpy/common/messaging.py | 414 | If that value is missing or null, it is treated as if it were {}. | STRING |
| HIGH | …ugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py | 137 | return InteractiveConsole.push(self, line) | CODE |
| HIGH | …ugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py | 239 | more, output_messages, error_messages = interpreter.push(line, frame, buffer_output) | CODE |
| HIGH | …y/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py | 472 | more = self.push(line) | CODE |
| HIGH | …ed/pydevd/_pydevd_bundle/pydevd_process_net_command.py | 707 | sys.stderr.write("Custom operation now needs a || separator. Found: %s\n" % (text,)) | CODE |
| HIGH | …endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py | 149 | self.stack.push(self) | CODE |
| HIGH | …endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py | 195 | self.stack.push(self) | CODE |
| HIGH | …endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py | 212 | self.stack.push(self) | CODE |
| HIGH | …endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py | 345 | self.stack.push(self) | CODE |
| HIGH | …endored/pydevd/_pydevd_bundle/pydevd_code_to_source.py | 428 | stack.push(self) | CODE |
| HIGH | …red/pydevd/pydevd_attach_to_process/winappdbg/crash.py | 865 | "This is a user mode read access violation near null, and is probably not exploitable.", | CODE |
| HIGH | python/helpers/generator3/_vendor/pyparsing/core.py | 3848 | # match group 2 matches escaped octal, null, hex, and Unicode | STRING |
| HIGH | python/helpers/pycharm/teamcity/jb_behave_formatter.py | 117 | elif step.status in [Status.failed, Status.undefined]: | CODE |
| HIGH | python/helpers/py2only/docutils/utils/math/math2html.py | 3907 | # only if partkey and partkey.number are not null, send partkey.number | COMMENT |
| HIGH | plugins/hg4idea/testData/bin/mercurial/patch.py | 1912 | # not /dev/null, but afile starts with bfile | COMMENT |
| HIGH⚡ | plugins/hg4idea/testData/bin/mercurial/patch.py | 2106 | lr.push(l2) | CODE |
| HIGH⚡ | plugins/hg4idea/testData/bin/mercurial/patch.py | 2116 | lr.push(l2) | CODE |
| HIGH⚡ | plugins/hg4idea/testData/bin/mercurial/patch.py | 2119 | lr.push(l3) | CODE |
| HIGH⚡ | plugins/hg4idea/testData/bin/mercurial/patch.py | 2121 | lr.push(l2) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/patch.py | 1433 | lr.push(l) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/patch.py | 1476 | lr.push(l) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/patch.py | 1485 | lr.push(l) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/patch.py | 1531 | lr.push(l) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/patch.py | 1976 | lr.push(line) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/patch.py | 1993 | lr.push(fromfile) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/patch.py | 2030 | gitlr.push(firstline) | CODE |
| HIGH⚡ | plugins/hg4idea/testData/bin/mercurial/metadata.py | 157 | case | exists in parents | exists in gca || removed | STRING |
| HIGH⚡ | plugins/hg4idea/testData/bin/mercurial/metadata.py | 159 | (b) | one | none || yes | STRING |
| HIGH⚡ | plugins/hg4idea/testData/bin/mercurial/metadata.py | 160 | (c) | one | same filenode || no | STRING |
| HIGH⚡ | plugins/hg4idea/testData/bin/mercurial/metadata.py | 161 | (d) | one | new filenode || yes | STRING |
| HIGH | plugins/hg4idea/testData/bin/mercurial/exchange.py | 1612 | res = unfi.set(b'heads((%ln + %ln - null))', h1, h2) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/exchange.py | 1611 | """Returns heads((h1 + h2) - null)""" | STRING |
| HIGH | plugins/hg4idea/testData/bin/mercurial/mdiff.py | 261 | If the diff is not null, `headers` is a list with unified diff header | STRING |
| HIGH | plugins/hg4idea/testData/bin/mercurial/localrepo.py | 3542 | ret = pushkey.push(self, namespace, key, old, new) | CODE |
| HIGH | plugins/hg4idea/testData/bin/mercurial/revlog.py | 267 | # normally resort parents to ensure that the first parent is non-null, | COMMENT |
| HIGH | plugins/hg4idea/testData/bin/mercurial/hg.py | 1026 | # TODO lift restriction once exchange.push() accepts narrow | COMMENT |
| HIGH | plugins/hg4idea/testData/bin/mercurial/hg.py | 1036 | exchange.push( | CODE |
| 16 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …AfterMoveInvalidatesMembersToBeMoved/before/src/src.py | 4 | # This file is part of Serviceform. | COMMENT |
| MEDIUM | …sAfterMoveInvalidatesMembersToBeMoved/after/src/src.py | 4 | # This file is part of Serviceform. | COMMENT |
| MEDIUM | python/pluginTestResources/main.py | 26 | # Create a Django application for WSGI. | COMMENT |
| MEDIUM | …onorepo/uv_workspace_codeinsightg_check/pyproject.toml | 13 | # Define the workspace members (subprojects) | COMMENT |
| MEDIUM | …rkspace_2copies_with_dependencies/copy1/pyproject.toml | 14 | # Define the workspace members (subprojects) | COMMENT |
| MEDIUM | …rkspace_2copies_with_dependencies/copy2/pyproject.toml | 14 | # Define the workspace members (subprojects) | COMMENT |
| MEDIUM⚡ | …elpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py | 174 | #Create a null server, so that we keep the interface even without any connection. | COMMENT |
| MEDIUM | python/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py | 11 | threading.current_thread() # Create the dummy thread for qt. | CODE |
| MEDIUM | python/helpers/pydev/_pydev_bundle/pydev_umd.py | 41 | # The following classes and functions are mainly intended to be used from | COMMENT |
| MEDIUM | python/helpers/pydev/pydevd_plugins/django_debug.py | 204 | # This method is usable only for the Django <= 1.8 | COMMENT |
| MEDIUM | python/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py | 1004 | # Create a parser object, and connect it to an unmarshalling instance. | COMMENT |
| MEDIUM | python/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py | 1512 | # This class is available as ServerProxy and Server. New code should | COMMENT |
| MEDIUM | python/helpers/pydev/pydev_tests_mainloop/gui-wx.py | 28 | # Create the menubar | COMMENT |
| MEDIUM | …on/helpers/pydev/pydev_tests_runfiles/test_runfiles.py | 327 | #This method is called at the very start (in runfiles.py), and we do not check this here | COMMENT |
| MEDIUM | …ers/pydev/pydevd_attach_to_process/winappdbg/disasm.py | 535 | # Create the variables for the instruction length, mnemonic and | COMMENT |
| MEDIUM | …ers/pydev/pydevd_attach_to_process/winappdbg/thread.py | 224 | # This method is really bad :P | COMMENT |
| MEDIUM | …pydev/pydevd_attach_to_process/winappdbg/breakpoint.py | 4354 | # Create the buffer watch identifier. | COMMENT |
| MEDIUM | …rs/pydev/pydevd_attach_to_process/winappdbg/process.py | 1275 | # Create an empty environment dictionary. | COMMENT |
| MEDIUM | …rs/pydev/pydevd_attach_to_process/winappdbg/process.py | 3780 | # Create a new thread to load the library. | COMMENT |
| MEDIUM | …rs/pydev/pydevd_attach_to_process/winappdbg/process.py | 4275 | # Create the process the easy way. | COMMENT |
| MEDIUM | …rs/pydev/pydevd_attach_to_process/winappdbg/process.py | 4282 | # Create the process the hard way... | COMMENT |
| MEDIUM | …rs/pydev/pydevd_attach_to_process/winappdbg/process.py | 4361 | # Create the process using the new primary token. | COMMENT |
| MEDIUM | …ers/pydev/pydevd_attach_to_process/winappdbg/module.py | 1492 | # This function is overwritten by __init__ | COMMENT |
| MEDIUM | …elpers/pydev/pydevd_attach_to_process/winappdbg/sql.py | 273 | # Create a new session. | COMMENT |
| MEDIUM | …elpers/pydev/pydevd_attach_to_process/winappdbg/sql.py | 276 | # Create the required tables if they don't exist. | COMMENT |
| MEDIUM | …ev/pydevd_attach_to_process/winappdbg/win32/defines.py | 65 | # The following code can be enabled to make the Win32 API wrappers log to | COMMENT |
| MEDIUM | …pydevd_attach_to_process/linux_and_mac/lldb_prepare.py | 1 | # This file is meant to be run inside lldb | COMMENT |
| MEDIUM | …pydev/third_party/wrapped_for_pydev/ctypes/__init__.py | 320 | """This class represents the Python library itself. It allows to | STRING |
| MEDIUM | …pydev/third_party/wrapped_for_pydev/ctypes/__init__.py | 331 | """This class represents a dll exporting functions using the | STRING |
| MEDIUM | …pydev/third_party/wrapped_for_pydev/ctypes/__init__.py | 355 | """This class represents a dll exporting functions using the | STRING |
| MEDIUM | …s/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py | 261 | ### The following functions are to find bindings in a suite | COMMENT |
| MEDIUM | …dev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py | 78 | ### The following functions help test if node is part of an assignment | STRING |
| MEDIUM | …s/pydev/pydev_test_pydevd_reload/test_pydevd_reload.py | 263 | # Creating a new class and using it from old class | STRING |
| MEDIUM | …s/pydev/pydev_test_pydevd_reload/test_pydevd_reload.py | 287 | # Creating a new class and using it from old class | STRING |
| MEDIUM | …s/pydev/pydev_test_pydevd_reload/test_pydevd_reload.py | 315 | # Creating a new class and using it from old class | STRING |
| MEDIUM | …pydev/pydev_tests_python/resources/_debugger_case14.py | 20 | #Create a new car obj | COMMENT |
| MEDIUM | …pydev/pydev_tests_python/resources/_debugger_case15.py | 20 | #Create a new car obj | COMMENT |
| MEDIUM | python/helpers/debugpy/_version.py | 8 | # This file is released into the public domain. Generated by | COMMENT |
| MEDIUM | python/helpers/debugpy/_vendored/pydevd/pydevd.py | 3190 | # Create a dummy writer and wait for the real connection. | COMMENT |
| MEDIUM⚡ | …dored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py | 157 | # Create a null server, so that we keep the interface even without any connection. | COMMENT |
| MEDIUM | …devd/_pydevd_bundle/pydevd_net_command_factory_json.py | 294 | # 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.py | 654 | values = list(py_db.api_received_breakpoints.values()) # Create a copy with items to reapply. | CODE |
| MEDIUM | …/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py | 687 | items = list(py_db.api_received_breakpoints.items()) # Create a copy to remove items. | CODE |
| MEDIUM | …ugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py | 13 | threading.current_thread() # Create the dummy thread for qt. | CODE |
| MEDIUM | …rs/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py | 38 | # The following classes and functions are mainly intended to be used from | COMMENT |
| MEDIUM | …ebugpy/_vendored/pydevd/pydevd_plugins/django_debug.py | 296 | # This method is usable only for the Django <= 1.8 | COMMENT |
| MEDIUM | …ed/pydevd/pydevd_attach_to_process/winappdbg/disasm.py | 528 | # Create the variables for the instruction length, mnemonic and | COMMENT |
| MEDIUM | …ed/pydevd/pydevd_attach_to_process/winappdbg/thread.py | 224 | # This method is really bad :P | COMMENT |
| MEDIUM | …ydevd/pydevd_attach_to_process/winappdbg/breakpoint.py | 4300 | # Create the buffer watch identifier. | COMMENT |
| MEDIUM | …d/pydevd/pydevd_attach_to_process/winappdbg/process.py | 1250 | # Create an empty environment dictionary. | COMMENT |
| MEDIUM | …d/pydevd/pydevd_attach_to_process/winappdbg/process.py | 3675 | # Create a new thread to load the library. | COMMENT |
| MEDIUM | …d/pydevd/pydevd_attach_to_process/winappdbg/process.py | 4153 | # Create the process the easy way. | COMMENT |
| MEDIUM | …d/pydevd/pydevd_attach_to_process/winappdbg/process.py | 4159 | # Create the process the hard way... | COMMENT |
| MEDIUM | …d/pydevd/pydevd_attach_to_process/winappdbg/process.py | 4229 | # Create the process using the new primary token. | COMMENT |
| MEDIUM | …ed/pydevd/pydevd_attach_to_process/winappdbg/module.py | 1465 | # This function is overwritten by __init__ | COMMENT |
| MEDIUM | …dored/pydevd/pydevd_attach_to_process/winappdbg/sql.py | 277 | # Create a new session. | COMMENT |
| MEDIUM | …dored/pydevd/pydevd_attach_to_process/winappdbg/sql.py | 280 | # Create the required tables if they don't exist. | COMMENT |
| MEDIUM | …vd/pydevd_attach_to_process/winappdbg/win32/defines.py | 65 | # The following code can be enabled to make the Win32 API wrappers log to | COMMENT |
| MEDIUM | …pydevd_attach_to_process/linux_and_mac/lldb_prepare.py | 1 | # This file is meant to be run inside lldb | COMMENT |
| MEDIUM | …ed/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py | 258 | # Create a copy (and make sure we're dealing with a set). | COMMENT |
| 80 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …on/resources/event-log-metadata/FUS/events-scheme.json | 1 | {"groups":[{"id":"actions","builds":[],"versions":[{"from":"1"}],"rules":{"event_id":["{enum#__event_id}"],"event_data": | CODE |
| MEDIUM | …de/metrics/benchmark/BenchmarksSpanMetricsCollector.kt | 39 | // "... 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.py | 10 | # > To facilitate the declaration of container types where covariant or | COMMENT |
| MEDIUM⚡ | …on/resources/event-log-metadata/FUS/events-scheme.json | 1 | {"groups":[{"id":"accessibility","builds":[],"versions":[{"from":"1"}],"rules":{"event_id":["{enum:screen.reader.detecte | CODE |
| LOW | python/helpers/pydev/pydev_coverage.py | 16 | #just pass a dir and make the find files here, but as that's already | COMMENT |
| LOW | python/helpers/pydev/pydevd.py | 1952 | # ok, we're already in debug mode, with all set, so, let's just set the break | COMMENT |
| LOW⚡ | python/helpers/pydev/_pydevd_bundle/pydevd_comm.py | 906 | # If the debugger is not suspended, just return the thread and its id. | COMMENT |
| MEDIUM⚡ | python/helpers/pydev/_pydevd_bundle/pydevd_console.py | 79 | """Wrapper around code.InteractiveConsole, in order to send | STRING |
| MEDIUM | …hon/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py | 501 | # Essentially static class variables | COMMENT |
| MEDIUM | python/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py | 76 | # pertaining to distribution of the software without specific, written | COMMENT |
| LOW | …pydevd_attach_to_process/add_code_to_python_process.py | 150 | # 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.py | 48 | # correct, so, just add to the available possibilities as we'll have to choose | COMMENT |
| LOW | …ydev/pydevd_attach_to_process/winappdbg/interactive.py | 1090 | # If not found, it's usually OK to just use the filename, | COMMENT |
| LOW | …s/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py | 373 | # Can't just return self.arcs == other.arcs, because that | COMMENT |
| LOW | python/helpers/debugpy/_version.py | 26 | # each be defined on a line of their own. _version.py will just call | COMMENT |
| LOW | …/helpers/debugpy/_vendored/pydevd/pydevd_file_utils.py | 192 | # Don't fail, just return the original file passed. | STRING |
| LOW | …hon/helpers/debugpy/_vendored/pydevd/pydevd_tracing.py | 146 | # If it's already loaded, just return it. | COMMENT |
| LOW | …hon/helpers/debugpy/_vendored/pydevd/pydev_coverage.py | 33 | # just pass a dir and make the find files here, but as that's already | COMMENT |
| LOW | python/helpers/debugpy/_vendored/pydevd/pydevd.py | 2297 | # could just set the internal state and signal the event instead | COMMENT |
| LOW | python/helpers/debugpy/_vendored/pydevd/pydevd.py | 3242 | # ok, we're already in debug mode, with all set, so, let's just set the break | COMMENT |
| LOW | …/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py | 39 | # 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.py | 1015 | # just create variants for the child (notifying properly about the parent too). | COMMENT |
| LOW⚡ | …ydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py | 442 | # If the debugger is not suspended, just return the thread and its id. | COMMENT |
| MEDIUM⚡ | …ugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py | 78 | """Wrapper around code.InteractiveConsole, in order to send | STRING |
| LOW | …ed/pydevd/_pydevd_bundle/pydevd_process_net_command.py | 188 | # 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.py | 487 | # Something is off, let's just add as is. | COMMENT |
| LOW | …_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py | 45 | # Let's just return to show the original error. | COMMENT |
| LOW | …ndored/pydevd/pydevd_plugins/pydevd_line_validation.py | 91 | # We just add it if found and if there's no existing breakpoint at that | COMMENT |
| LOW | …plugins/extensions/types/pydevd_plugin_pandas_types.py | 91 | # let's just add some string representation for it. | COMMENT |
| LOW | …plugins/extensions/types/pydevd_plugin_pandas_types.py | 137 | # let's just add some string representation for it. | COMMENT |
| LOW | …pydevd_attach_to_process/add_code_to_python_process.py | 149 | # 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.py | 48 | # correct, so, just add to the available possibilities as we'll have to choose | COMMENT |
| LOW | …devd/pydevd_attach_to_process/winappdbg/interactive.py | 1123 | # If not found, it's usually OK to just use the filename, | COMMENT |
| MEDIUM | python/helpers/typeshed/tests/stubtest_third_party.py | 310 | """Perform some black magic in order to run stubtest inside uWSGI. | STRING |
| LOW | python/helpers/generator3/_vendor/pyparsing_py2.py | 3282 | # last resort, just use MatchFirst | COMMENT |
| LOW | python/helpers/generator3/_vendor/pyparsing/util.py | 323 | # no need to list them with "-", just return as a list | STRING |
| LOW | python/helpers/generator3/_vendor/pyparsing/util.py | 384 | # internal recursive call, just return empty string if no words | STRING |
| LOW | python/helpers/generator3/_vendor/pyparsing/core.py | 3561 | # a match with `pos > len(instring)`, it will just return "" | STRING |
| LOW | python/helpers/generator3/_vendor/pyparsing/helpers.py | 302 | # last resort, just use MatchFirst of Token class corresponding to caseless | COMMENT |
| LOW | …lpers/generator3/_vendor/pyparsing/diagram/__init__.py | 602 | # if not, just return None | STRING |
| LOW | python/helpers/third_party/thriftpy/_shaded_ply/yacc.py | 404 | # is already set, we just use that. Otherwise, we'll pull | STRING |
| LOW | python/helpers/third_party/thriftpy/_shaded_ply/yacc.py | 742 | # is already set, we just use that. Otherwise, we'll pull | STRING |
| LOW | python/helpers/third_party/thriftpy/_shaded_ply/yacc.py | 1042 | # is already set, we just use that. Otherwise, we'll pull | STRING |
| MEDIUM | …n/helpers/py2only/docutils/writers/latex2e/__init__.py | 1240 | # A heterogenous stack used in conjunction with the tree traversal. | COMMENT |
| MEDIUM | …helpers/py2only/docutils/writers/html4css1/__init__.py | 308 | # A heterogenous stack used in conjunction with the tree traversal. | COMMENT |
| MEDIUM | …on/helpers/py2only/docutils/utils/punctuation_chars.py | 339 | # # compact output (visible with a comprehensive font): | COMMENT |
| LOW⚡ | …n/helpers/py3only/docutils/writers/latex2e/__init__.py | 1931 | self.out.append('\n') # TODO: just pass? | CODE |
| LOW | …helpers/py3only/docutils/writers/html4css1/__init__.py | 533 | # just pass on generated text | COMMENT |
| LOW | …/webview/views/markdown-link-graph/assets/cytoscape.js | 26371 | var vertexShaderSource = "#version 300 es\n precision highp float;\n\n uniform mat3 uPanZoomMatrix;\n | CODE |
| LOW | …sources/webview/views/sample-panel/assets/cytoscape.js | 26371 | 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.js | 26371 | var vertexShaderSource = "#version 300 es\n precision highp float;\n\n uniform mat3 uPanZoomMatrix;\n | CODE |
| LOW | …ces/webview/views/markdown-preview/assets/cytoscape.js | 26371 | var vertexShaderSource = "#version 300 es\n precision highp float;\n\n uniform mat3 uPanZoomMatrix;\n | CODE |
| MEDIUM | plugins/htmltools/testData/highlighting/HtmlPsi.html | 1 | <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> | CODE |
| MEDIUM | …htmltools/codeInsight/daemon/HtmlHighlightingTest.java | 708 | assertNotNull(tag.getAttribute("type", "http://tapestry.apache.org/schema/tapestry_5_0_0.xsd")); | CODE |
| MEDIUM | …htmltools/codeInsight/daemon/HtmlHighlightingTest.java | 710 | assertNotNull(tag.getAttribute("type", "http://tapestry.apache.org/schema/tapestry_5_0_0.xsd")); | CODE |
| MEDIUM | …hEverywhereMl/SearchEverywhereMlSettingsServiceTest.kt | 127 | setMlRankingEnabled(testCase.tab, false) // Essentially mocking the user's unticking the checkbox | CODE |
| MEDIUM | …/testData/bundles/css_vsc/syntaxes/css.tmLanguage.json | 1396 | "match": "(?xi) (?<![\\w-])\n[-+]? # Sign indicator\n\n(?: | CODE |
| MEDIUM | …/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json | 1 | {"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.json | 1 | {"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.json | 1 | {"information_for_contributors":["This file has been converted from https://github.com/radium-v/Better-Less/blob/master/ | CODE |
| 76 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …stData/MockSdkWithBinaryModules/Lib/PySide/__init__.py | 1 | __all__ = ['QtCore', 'QtGui', 'QtNetwork', 'QtOpenGL', 'QtSql', 'QtSvg', 'QtTest', 'QtWebKit', 'QtScript'] | CODE |
| LOW | python/testData/types/NumpyArrayType/numpy/__init__.py | 4 | __all__ = [] | CODE |
| LOW | …n/testData/types/NumpyArrayType/numpy/core/__init__.py | 5 | __all__ = [] | CODE |
| LOW | …on/testData/types/NumpyArrayType/numpy/core/numeric.py | 3 | __all__ = ['ndarray', 'array'] | CODE |
| LOW | …ta/types/NotImportedPackageInDunderAll/pkg/__init__.py | 1 | __all__ = ["aaa"] | CODE |
| LOW | …ata/types/NotImportedModuleInDunderAll/pkg/__init__.py | 1 | __all__ = ["aaa"] | CODE |
| LOW | …thon/testData/resolve/multiFile/dunderAll/mypackage.py | 1 | __all__ = ["dostuff"] | CODE |
| LOW | …ve/multiFile/importSubModuleDunderAll/pkg1/__init__.py | 1 | __all__ = ['m1'] | CODE |
| LOW | …iFile/dontResolveToMissingNameInDynamicDunderAll/m1.py | 1 | __all__ = [ | CODE |
| LOW | …Data/resolve/multiFile/dunderAllConflict/mypackage2.py | 1 | __all__ = ['other_stuff'] | CODE |
| LOW | …multiFile/modulePrivateNameInDunderAll/ImportedFile.py | 1 | __all__ = [ | CODE |
| LOW | …derAllDynamicallyBuiltInHelperFunction/pkg/__init__.py | 5 | __all__ = ['foo'] | CODE |
| LOW | …underAllDynamicallyBuiltInHelperFunction/pkg/submod.py | 1 | __all__ = ['bar'] | CODE |
| LOW | …ata/resolve/multiFile/directoryVsClass/foo/__init__.py | 1 | __all__ = ['Context'] | CODE |
| LOW | …ultiFile/fromImportSubModuleDunderAll/pkg1/__init__.py | 1 | __all__ = ['m1'] | CODE |
| LOW | python/testData/completion/dunderAllReferenceImport.py | 3 | __all__ = ['hexve<caret>'] | CODE |
| LOW | python/testData/completion/dunderAllReference.py | 1 | __all__ = ['xy<caret>'] | CODE |
| LOW | python/testData/completion/dunderAllReference.after.py | 1 | __all__ = ['xyzzy'] | CODE |
| LOW | …/testData/completion/dunderAllReferenceImport.after.py | 3 | __all__ = ['hexversion'] | CODE |
| LOW | python/testData/completion/dunderAll/importSource.py | 1 | __all__ = ['xyzzy', 'shazam', 'xy is not a valid python identifier'] | CODE |
| LOW | …estData/completion/dunderAllClassReference/__init__.py | 1 | __all__ = ['MyC<caret>'] | CODE |
| LOW | …a/completion/dunderAllClassReference/__init__.after.py | 1 | __all__ = ['MyClass'] | CODE |
| LOW | python/testData/completion/starImport/importSource.py | 1 | __all__ = ['my_foo', 'my_bar'] | CODE |
| LOW | …ssName/classReexportedThroughDunderAll/pkg/__init__.py | 4 | __all__ = ["Foo"] | CODE |
| LOW | …n/className/classReexportedThroughDunderAll/pkg/bar.py | 1 | __all__ = ["Foo"] | CODE |
| LOW | …ta/completion/namesReexportedViaStarImport/pkg/mod2.py | 1 | __all__ = ['_bar'] | CODE |
| LOW | …AliasAttributesNotLimitedByDunderAll/numpy/__init__.py | 9 | __all__ = ['max'] | CODE |
| LOW | …edQualifiedName/AttributesNotLimitedByDunderAll/mod.py | 3 | __all__ = ['bar'] | CODE |
| LOW | …testData/completion/modulesAndPackagesInDunderAll/a.py | 1 | __all__ = ["<caret>"] | CODE |
| LOW | …reResolving/testImportedFixturesInConftest/conftest.py | 3 | __all__ = ['foo_fixture1', 'foo_fixture2'] | CODE |
| LOW | …typing/conformance/tests/typeddicts_readonly_update.py | 33 | def update_a(a: A, b: B) -> None: | CODE |
| LOW | …yping/conformance/tests/generics_variance_inference.py | 145 | def set_value(self, value: T) -> None: | CODE |
| LOW | …thon/testData/inspections/unusedImport/dunderAll/m3.py | 4 | __all__ = ["m3m1"] | CODE |
| LOW | …thon/testData/inspections/unusedImport/dunderAll/m2.py | 4 | __all__ = ["m2m1"] | CODE |
| LOW | …thon/testData/inspections/unusedImport/dunderAll/m1.py | 1 | __all__ = ["m1m1"] | CODE |
| LOW | …/unusedImport/unusedImportBeforeStarDunderAll/p1/m1.py | 2 | __all__ = [] | CODE |
| LOW | …s/unusedImport/subpackageInInitPy/package1/module_b.py | 1 | __all__ = ["ClassB"] | CODE |
| LOW | …ons/unusedImport/unusedImportsInPackage/p1/__init__.py | 7 | __all__ = ['f', 'g'] | CODE |
| LOW | …nspections/PyProtectedMemberInspection/DunderAll/m1.py | 1 | __all__ = ["m1m1"] | CODE |
| LOW | …yProtectedMemberInspection/DunderAll/pkg/A/__init__.py | 1 | __all__ = [] | CODE |
| LOW | …on/testData/inspections/importFromModuleStar/target.py | 1 | __all__ = ['shazam'] | CODE |
| LOW | …hon/testData/inspections/PyNumpyType/numpy/__init__.py | 4 | __all__ = [] | CODE |
| LOW | …estData/inspections/PyNumpyType/numpy/core/__init__.py | 5 | __all__ = [] | CODE |
| LOW | …olvedReferencesInspection/unknownElementInDunderAll.py | 5 | __all__ = ["a", "<error descr="Unresolved reference 'a1'">a1</error>"] | CODE |
| LOW | …olvedReferencesInspection/unknownElementInDunderAll.py | 7 | __all__ = ["a", "<error descr="Unresolved reference 'a1'">a1</error>", 1] | CODE |
| LOW | …/PyUnresolvedReferencesInspection/compoundDunderAll.py | 1 | __all__ = [ name for name, obj in locals().items() | CODE |
| LOW | …efixExpressionOnClassHavingSkeletons/numpy/__init__.py | 4 | __all__ = [] | CODE |
| LOW | …xpressionOnClassHavingSkeletons/numpy/core/__init__.py | 5 | __all__ = [] | CODE |
| LOW | …ExpressionOnClassHavingSkeletons/numpy/core/numeric.py | 3 | __all__ = ['ndarray', 'array'] | CODE |
| LOW | …spection/NotImportedPackageInDunderAll/pkg/__init__.py | 1 | __all__ = ["aaa"] | CODE |
| LOW | …nspection/NotImportedModuleInDunderAll/pkg/__init__.py | 1 | __all__ = ["aaa"] | CODE |
| LOW | …esInspection/ImportedPrivateNameListedInDunderAll/b.py | 1 | __all__ = ['item', '__item'] | CODE |
| LOW | …yUnresolvedReferencesInspection/DynamicDunderAll/m2.py | 1 | __all__ = ["m2m1"] * 2 | CODE |
| LOW | …yUnresolvedReferencesInspection/DynamicDunderAll/m1.py | 1 | __all__ = ["m1m1"] + abc | CODE |
| LOW | …yUnresolvedReferencesInspection/DynamicDunderAll/m5.py | 1 | __all__ = ["m5m2"] | CODE |
| LOW | python/testData/quickdoc/NumPyOnesDoc/numpy/__init__.py | 4 | __all__ = [] | CODE |
| LOW | …/testData/quickdoc/NumPyOnesDoc/numpy/core/__init__.py | 5 | __all__ = [] | CODE |
| LOW | …n/testData/quickdoc/NumPyOnesDoc/numpy/core/numeric.py | 3 | __all__ = ['ndarray', 'ones'] | CODE |
| LOW | …on/testData/refactoring/move/dunderAll/before/src/a.py | 1 | __all__ = ['func', 'C'] | CODE |
| LOW | …hon/testData/refactoring/move/dunderAll/after/src/a.py | 1 | __all__ = ['C'] | CODE |
| 149 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/tool-wrapper.sh | 153 | # Check if another process completed the download | COMMENT |
| LOW | tools/tool-wrapper.sh | 453 | # Check if tool is already cached and valid | COMMENT |
| LOW | …st-env/core/scripts/generate_python_version_mapping.py | 258 | # Check if asset should be included | COMMENT |
| LOW⚡ | python/helpers/pycodestyle-2.8.0.py | 1076 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle-2.8.0.py | 1077 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle-2.8.0.py | 1079 | E261: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle-2.8.0.py | 1080 | E262: x = x + 1 #Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle-2.8.0.py | 1081 | E262: x = x + 1 # Increment x | CODE |
| LOW | python/helpers/pycodestyle-2.8.0.py | 953 | # Check if the operator is used as a binary operator | STRING |
| LOW⚡ | python/helpers/pycodestyle.py | 1109 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle.py | 1110 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle.py | 1114 | E261: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle.py | 1115 | E262: x = x + 1 #Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle.py | 1116 | E262: x = x + 1 # Increment x | CODE |
| LOW | python/helpers/pycodestyle.py | 979 | # Check if the operator is used as a binary operator | STRING |
| LOW⚡ | python/helpers/pycodestyle-2.10.0.py | 1052 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle-2.10.0.py | 1053 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle-2.10.0.py | 1057 | E261: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle-2.10.0.py | 1058 | E262: x = x + 1 #Increment x | CODE |
| LOW⚡ | python/helpers/pycodestyle-2.10.0.py | 1059 | E262: x = x + 1 # Increment x | CODE |
| LOW | python/helpers/pycodestyle-2.10.0.py | 929 | # Check if the operator is used as a binary operator | STRING |
| LOW | python/helpers/pydev/pydevd_tracing.py | 221 | # Check if it actually worked. | COMMENT |
| LOW | python/helpers/pydev/interpreterInfo.py | 106 | #Check if the encoding is actually there to be used! | COMMENT |
| LOW | …/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py | 116 | # Check if `setuptools` are available. Without them, it is impossible | COMMENT |
| LOW | …pers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py | 33 | #Check if the encoding is actually there to be used! | COMMENT |
| LOW | …hon/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py | 504 | # Set this to HTTP/1.1 to enable automatic keepalive | COMMENT |
| LOW | …ers/pydev/pydevd_attach_to_process/winappdbg/system.py | 606 | # Check if the architecture is supported. | COMMENT |
| LOW | …pers/pydev/pydevd_attach_to_process/winappdbg/debug.py | 958 | # Check if the process is still being debugged. | COMMENT |
| LOW | …pydev/pydevd_attach_to_process/winappdbg/breakpoint.py | 536 | # Check if the user is trying to set a code breakpoint on a memory mapped file, | COMMENT |
| LOW⚡ | python/helpers/pydev/third_party/pep8/pycodestyle.py | 869 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pydev/third_party/pep8/pycodestyle.py | 870 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pydev/third_party/pep8/pycodestyle.py | 872 | E261: x = x + 1 # Increment x | CODE |
| LOW⚡ | python/helpers/pydev/third_party/pep8/pycodestyle.py | 873 | E262: x = x + 1 #Increment x | CODE |
| LOW⚡ | python/helpers/pydev/third_party/pep8/pycodestyle.py | 874 | E262: x = x + 1 # Increment x | CODE |
| LOW | python/helpers/pydev/third_party/pep8/pycodestyle.py | 769 | # Check if the operator is being used as a binary operator | STRING |
| LOW | …hird_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py | 113 | # Check if the expr_node is a simple assignment. | COMMENT |
| LOW | …/pydev/pydev_tests_python/tests_single_notification.py | 109 | # Set 2 to run before it starts (should not send additional message). | COMMENT |
| LOW | …hon/helpers/debugpy/_vendored/pydevd/pydevd_tracing.py | 359 | # Check if it actually worked. | COMMENT |
| LOW⚡ | python/helpers/debugpy/_vendored/pydevd/pydevd.py | 984 | cancel.set() # Set cancel to prevent reuse | CODE |
| LOW | …on/helpers/debugpy/_vendored/pydevd/interpreterInfo.py | 104 | # Check if the encoding is actually there to be used! | COMMENT |
| LOW | …devd/_pydevd_bundle/pydevd_net_command_factory_json.py | 299 | # Check if someone added a source reference to the linecache (Python attrs does this). | COMMENT |
| LOW | …py/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py | 214 | # Check if the user specified something. | COMMENT |
| LOW⚡ | …/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py | 827 | # Check if it's in the linecache first. | COMMENT |
| LOW | …red/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py | 35 | # Check if the encoding is actually there to be used! | COMMENT |
| LOW | …ed/pydevd/pydevd_attach_to_process/winappdbg/system.py | 577 | # Check if the architecture is supported. | COMMENT |
| LOW | …red/pydevd/pydevd_attach_to_process/winappdbg/debug.py | 939 | # Check if the process is still being debugged. | COMMENT |
| LOW | …ydevd/pydevd_attach_to_process/winappdbg/breakpoint.py | 533 | # 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.py | 868 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | …bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py | 869 | Okay: x = x + 1 # Increment x | CODE |
| LOW⚡ | …bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py | 871 | E261: x = x + 1 # Increment x | CODE |
| LOW⚡ | …bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py | 872 | E262: x = x + 1 #Increment x | CODE |
| LOW⚡ | …bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py | 873 | E262: x = x + 1 # Increment x | CODE |
| LOW | …bugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py | 769 | # Check if the operator is being used as a binary operator | STRING |
| LOW | …ored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py | 71 | # Set line to line -1 | STRING |
| LOW | …n/helpers/typeshed/scripts/sync_protobuf/tensorflow.py | 80 | # Write the file out again | COMMENT |
| LOW | python/helpers/pycharm/docrunner.py | 274 | # Read the file, convert it to a test, and run it. | COMMENT |
| LOW | python/helpers/third_party/thriftpy/_shaded_ply/yacc.py | 2187 | # Loop over the items in C and each grammar symbols | STRING |
| LOW | python/helpers/py2only/docutils/nodes.py | 253 | # Check if `condition` is a class (check for TypeType for Python | COMMENT |
| LOW | …thon/helpers/py2only/docutils/transforms/references.py | 78 | # Set refid to point to the first former ID of target | COMMENT |
| LOW | python/helpers/py3only/docutils/core.py | 373 | # Display output on success, but keep it brief. | COMMENT |
| 34 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/testData/override/typeAnnotations.py | 2 | CODE | |
| LOW | python/testData/override/typeAnnotations_after.py | 2 | CODE | |
| LOW | python/testData/override/typeAnnotations_after.py | 8 | CODE | |
| LOW | …estData/inspections/PyNumpyType/DefaultValueKeyword.py | 1 | CODE | |
| LOW | …tions/PyAsyncCallInspection/CorrectAsyncioCorCall/a.py | 22 | CODE | |
| LOW | …tEditAfterDecorator/statementListEditAfterDecorator.py | 5 | CODE | |
| LOW | …nsideParentheses/statementListEditInsideParentheses.py | 6 | CODE | |
| LOW | …ditNearFunctionDef/statementListEditNearFunctionDef.py | 4 | CODE | |
| LOW | …ssMethod/statementListEditInDeeplyNestedClassMethod.py | 7 | CODE | |
| LOW | …actoring/inlineFunction/localFunctionUse/main.after.py | 8 | CODE | |
| LOW | …ta/refactoring/inlineFunction/localFunctionUse/main.py | 8 | CODE | |
| LOW | …toring/inlineFunction/callAsDefaultValue/main.after.py | 5 | CODE | |
| LOW | …/refactoring/inlineFunction/callAsDefaultValue/main.py | 5 | CODE | |
| LOW | …refactoring/inlineFunction/localClassUse/main.after.py | 8 | CODE | |
| LOW | …tData/refactoring/inlineFunction/localClassUse/main.py | 8 | CODE | |
| LOW | …ctoring/inlineFunction/methodInsideClass/main.after.py | 14 | CODE | |
| LOW | …d/StartInArgumentListOfMultiLineFunctionCall.before.py | 10 | CODE | |
| LOW | …ng/extractmethod/StartOnMultiLineFunctionCall.after.py | 6 | CODE | |
| LOW | …method/StartOnMultiLineFunctionCall.after.withTypes.py | 9 | CODE | |
| LOW | …od/StartInArgumentListOfMultiLineFunctionCall.after.py | 6 | CODE | |
| LOW | …ArgumentListOfMultiLineFunctionCall.after.withTypes.py | 9 | CODE | |
| LOW | python/testData/debug/test_exceptbreak.py | 12 | CODE | |
| LOW | python/testData/debug/test_add_breakpoint_after_run.py | 7 | CODE | |
| LOW | …helpersTests/tests/generator3_tests/test_generation.py | 76 | CODE | |
| LOW | python/helpers/pydev/pydevd.py | 1810 | CODE | |
| LOW | python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py | 16 | CODE | |
| LOW | python/helpers/pydev/_pydevd_bundle/pydevd_referrers.py | 242 | CODE | |
| LOW | …pers/pydev/pydevd_attach_to_process/winappdbg/crash.py | 1330 | CODE | |
| LOW | …v/pydevd_attach_to_process/winappdbg/win32/advapi32.py | 1646 | CODE | |
| LOW | …v/pydevd_attach_to_process/winappdbg/win32/advapi32.py | 1701 | CODE | |
| LOW | …v/pydevd_attach_to_process/winappdbg/win32/advapi32.py | 1754 | CODE | |
| LOW | …v/pydevd_attach_to_process/winappdbg/win32/advapi32.py | 1797 | CODE | |
| LOW | …v/pydevd_attach_to_process/winappdbg/win32/advapi32.py | 2762 | CODE | |
| LOW | …v/pydevd_attach_to_process/winappdbg/win32/advapi32.py | 2783 | CODE | |
| LOW | …v/pydevd_attach_to_process/winappdbg/win32/kernel32.py | 3814 | CODE | |
| LOW | …v/pydevd_attach_to_process/winappdbg/win32/kernel32.py | 3857 | CODE | |
| LOW | …ev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py | 1270 | CODE | |
| LOW | …/helpers/pydev/pydev_tests_python/debugger_fixtures.py | 254 | CODE | |
| LOW | …v/pydev_tests_python/my_django_proj_21/my_app/views.py | 29 | CODE | |
| LOW | …v/pydev_tests_python/my_django_proj_17/my_app/views.py | 25 | CODE | |
| LOW | …/helpers/debugpy/_vendored/pydevd/pydevd_file_utils.py | 282 | CODE | |
| LOW | python/helpers/debugpy/_vendored/pydevd/pydevd.py | 3009 | CODE | |
| LOW | …gpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py | 16 | CODE | |
| LOW | …debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py | 1630 | CODE | |
| LOW | …py/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py | 252 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 2906 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 13073 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 13545 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 13815 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 13950 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 14105 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 14887 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 15216 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 15488 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 15885 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 16103 | CODE | |
| LOW | …/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py | 18627 | CODE | |
| LOW | …red/pydevd/pydevd_attach_to_process/winappdbg/crash.py | 1382 | CODE | |
| LOW | …d/pydevd_attach_to_process/winappdbg/win32/advapi32.py | 1769 | CODE | |
| LOW | …d/pydevd_attach_to_process/winappdbg/win32/advapi32.py | 1861 | CODE | |
| 71 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | python/testData/toxtest/toxSimpleRun/setup.py | 67 | # simple. Or you can use find_packages(). | COMMENT |
| MEDIUM | …Data/typing/conformance/tests/generics_type_erasure.py | 25 | # > you can use an annotation to force the type of the variable, e.g.: | COMMENT |
| LOW | …ntelliLang-python/resources/resources/pyInjections.xml | 27 | <!-- /\ don't forget to remove this space --> | CODE |
| LOW | …pl/src/com/jetbrains/python/psi/PyFileElementType.java | 68 | // Don't forget to update versions of indexes that use the updated stub-based elements | COMMENT |
| LOW | …mpl/src/com/jetbrains/python/psi/impl/PyEvaluator.java | 452 | // don't forget to update fromBigInteger() after changing this method | COMMENT |
| LOW | …mpl/src/com/jetbrains/python/psi/impl/PyEvaluator.java | 462 | // don't forget to update toBigInteger() after changing this method | COMMENT |
| LOW | …ers/pydev/pydevd_attach_to_process/winappdbg/system.py | 981 | Don't forget to enclose the program filename in double quotes if | STRING |
| LOW | …pers/pydev/pydevd_attach_to_process/winappdbg/event.py | 1370 | Class constructor. Don't forget to call it when subclassing! | STRING |
| LOW | …pers/pydev/pydevd_attach_to_process/winappdbg/event.py | 1591 | don't forget to call the superclass constructor! | STRING |
| LOW⚡ | …rs/pydev/pydevd_attach_to_process/winappdbg/process.py | 3544 | @warning: Don't forget to free the memory when you're done with it! | STRING |
| LOW | …elpers/pydev/pydevd_attach_to_process/winappdbg/sql.py | 773 | # WARNING: In nested calls, make sure to delete | COMMENT |
| LOW | …ed/pydevd/pydevd_attach_to_process/winappdbg/system.py | 938 | Don't forget to enclose the program filename in double quotes if | STRING |
| LOW | …red/pydevd/pydevd_attach_to_process/winappdbg/event.py | 1379 | Class constructor. Don't forget to call it when subclassing! | STRING |
| LOW | …red/pydevd/pydevd_attach_to_process/winappdbg/event.py | 1602 | don't forget to call the superclass constructor! | STRING |
| LOW⚡ | …d/pydevd/pydevd_attach_to_process/winappdbg/process.py | 3451 | @warning: Don't forget to free the memory when you're done with it! | STRING |
| LOW | …dored/pydevd/pydevd_attach_to_process/winappdbg/sql.py | 772 | # WARNING: In nested calls, make sure to delete | COMMENT |
| MEDIUM⚡ | …s/typeshed/stdlib/@tests/test_cases/check_importlib.py | 30 | return None # simplified mock for demonstration purposes only | CODE |
| MEDIUM⚡ | …s/typeshed/stdlib/@tests/test_cases/check_importlib.py | 36 | return cls # simplified mock for demonstration purposes only | CODE |
| MEDIUM⚡ | …s/typeshed/stdlib/@tests/test_cases/check_importlib.py | 40 | return None # simplified mock for demonstration purposes only | CODE |
| LOW | python/helpers/third_party/thriftpy/_shaded_ply/yacc.py | 3114 | # Sort all of the actions by line number; make sure to stringify | STRING |
| LOW | …n/helpers/py2only/docutils/writers/latex2e/__init__.py | 1943 | # * make sure to generate a toc file if needed for local contents: | COMMENT |
| LOW | …n/helpers/py3only/docutils/writers/latex2e/__init__.py | 2028 | # * make sure to generate a toc file if needed for local contents: | COMMENT |
| LOW | …m/intellij/tasks/integration/AsanaIntegrationTest.java | 78 | // Don't forget to extract summary here, even though it doesn't happen when myRepository#getIssues is called | COMMENT |
| LOW | …/kotlin/idea/debugger/test/util/KotlinOutputChecker.kt | 69 | LOG.error("Test file created ${outFile.path}\n**************** Don't forget to put it into VCS! ************ | CODE |
| LOW | …tformTests/testFeatures/PublishProjectsTestsFeature.kt | 45 | * If you want to publish MPP with Android-target, don't forget to | COMMENT |
| LOW | …tbrains/performancePlugin/commands/InstallCustomJBR.kt | 11 | * Command installs new JBR (don't forget to reset!!!) | COMMENT |
| LOW | plugins/hg4idea/testData/bin/mercurial/exchange.py | 1928 | # make sure to always includes bookmark data when migrating | COMMENT |
| LOW | plugins/hg4idea/testData/bin/mercurial/revset.py | 2263 | # since matching the diff is very costly, make sure to | COMMENT |
| MEDIUM | plugins/hg4idea/testData/bin/mercurial/statprof.py | 89 | Right now the profiler is quite simplistic. I cannot provide | STRING |
| LOW | plugins/hg4idea/testData/bin/mercurial/hg.py | 1305 | repo.ui.status(_(b"(branch merge, don't forget to commit)\n")) | CODE |
| LOW | plugins/hg4idea/testData/bin/mercurial/commands.py | 887 | msg = _(b"changeset %s backed out, don't forget to commit.\n") | CODE |
| MEDIUM | …4idea/testData/bin/mercurial/thirdparty/attr/_funcs.py | 419 | # Return the class so you can use it as a decorator too. | COMMENT |
| LOW | …tic/actions/devkit/StatisticsEventLogToolWindowTest.kt | 129 | 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.java | 186 | * @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.java | 223 | * Don't forget to add {@link #STATE_UPDATING} in {@link #getFeatures()} and supported states in {@link #getAvailableT | COMMENT |
| MEDIUM | …lij/util/indexing/UnindexedFilesScannerExecutorImpl.kt | 146 | // Feel free to adjust this logic as needed. Clearing the flag looks like the "least surprising" behavior to | COMMENT |
| MEDIUM | …s/jewel/samples/standalone/markdown/MarkdownCatalog.kt | 1188 | It's worth noting that it's possible to trigger an ordered list by | STRING |
| LOW | …here/shared/src/equalityProviders/SeEqualityChecker.kt | 24 | * Don't forget to make SeItem implementation conforming SeLegacyItem interface. | COMMENT |
| LOW | …de/impl/legacyBridge/module/ModuleManagerBridgeImpl.kt | 171 | delay(1000) // TODO: Get rid of it, but don't forget to test with it | CODE |
| LOW | …orm/util/ui/src/com/intellij/util/ui/GraphicsUtil.java | 156 | * and don't forget to invoke {@link Graphics#dispose()} afterwards.</p> | COMMENT |
| LOW | …om/intellij/ui/treeStructure/ProjectViewUpdateCause.kt | 16 | * **Don't forget to increment the group version in `com.intellij.ide.projectView.impl.ProjectViewPerformanceCollector` | COMMENT |
| LOW | …-api/src/com/intellij/ui/treeStructure/SimpleNode.java | 129 | * (don't forget to call {@link PresentationData#clearText()} first, as it's initially copied from the template pres | COMMENT |
| LOW | …/serialization/impl/ModuleImlFileEntitiesSerializer.kt | 450 | // Don't forget to load external system options even if custom root serializer exist | COMMENT |
| LOW | platform/eel/codegen/BuildersGeneratorTest.kt | 290 | "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.java | 180 | * Initializes the builder. Subclasses should don't forget to call this method after constructor has | COMMENT |
| MEDIUM | …/openapi/application/impl/BackgroundWriteActionTest.kt | 614 | * This test is not set in stone; if you feel that the platform is ready to block same-level read actions, the feel fr | COMMENT |
| LOW | …ript-debugger/backend/src/debugger/values/ValueType.kt | 23 | * Don't forget to update NashornDebuggerSupport.ValueType and DebuggerSupport.ts respectively also | COMMENT |
| LOW | …lij/remoteDev/downloader/CodeWithMeClientDownloader.kt | 202 | "don't forget to update your locally built archive") | CODE |
| LOW | …com/intellij/openapi/application/TransactionGuard.java | 45 | * Don't forget to check inside the "later" runnable that it's still actual, that the model haven't been changed by some | COMMENT |
| LOW | platform/core-api/src/com/intellij/lang/Language.java | 325 | * Please don't forget to call {@link #unregisterDialect(Language)} later, | COMMENT |
| LOW | …com/intellij/refactoring/BaseRefactoringProcessor.java | 156 | * 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.java | 615 | // uncomment to overwrite, don't forget to revert on commit! | COMMENT |
| MEDIUM | …m/intellij/codeInspection/options/OptionContainer.java | 11 | * <p>Here is a simple example of inspection that contains a tab with nested options. In this case, you need to implemen | COMMENT |
| LOW | …platform-impl/src/com/intellij/ui/SpeedSearchBase.java | 411 | * @param element Element to select. Don't forget to convert model index to view index if needed (i.e. table.conv | COMMENT |
| LOW | …/intellij/openapi/editor/impl/EditorComponentImpl.java | 679 | @RequiresEdt // if you're going to remove this requirement, don't forget to make access to the fields thread-safe | CODE |
| LOW | …latform-impl/src/com/intellij/toolWindow/toolwindow.kt | 38 | // Adding or removing items? Don't forget to increment the version in ToolWindowEventLogGroup.GROUP | COMMENT |
| LOW | …/impl/src/com/intellij/execution/ui/JrePathEditor.java | 84 | * This constructor can be used in UI forms. <strong>Don't forget to call {@link #setDefaultJreSelector(DefaultJreSele | COMMENT |
| LOW | …work/src/com/intellij/debugger/impl/OutputChecker.java | 172 | fail("Test file created " + outFile + "\n" + "**************** Don't forget to put it into VCS! ****************** | CODE |
| MEDIUM | …resources-gen/com/intellij/documentation/mdn/Html.json | 1513 | "doc": "A Boolean attribute used to disable the capability of remote playback in devices that are attached usi | CODE |
| MEDIUM | …resources-gen/com/intellij/documentation/mdn/Html.json | 9889 | "doc": "The <strong><code><select></code></strong> <a href=\"$MDN_URL$/Web/HTML\">HTML</a> element represent | CODE |
| 1 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | native/WinProcessListHelper/WinProcessListHelper.cpp | 38 | // Step 1: -------------------------------------------------- | COMMENT |
| LOW | native/WinProcessListHelper/WinProcessListHelper.cpp | 49 | // Step 2: -------------------------------------------------- | COMMENT |
| LOW | native/WinProcessListHelper/WinProcessListHelper.cpp | 73 | // Step 3: --------------------------------------------------- | COMMENT |
| LOW | native/WinProcessListHelper/WinProcessListHelper.cpp | 93 | // Step 4: ----------------------------------------------------- | COMMENT |
| LOW | native/WinProcessListHelper/WinProcessListHelper.cpp | 124 | // Step 5: -------------------------------------------------- | COMMENT |
| LOW | native/WinProcessListHelper/WinProcessListHelper.cpp | 148 | // Step 6: -------------------------------------------------- | COMMENT |
| LOW | native/WinProcessListHelper/WinProcessListHelper.cpp | 171 | // Step 7: ------------------------------------------------- | COMMENT |
| LOW⚡ | …on/pytools/ui/configuration/PyExternalToolsRowModel.kt | 212 | // Step 1: resolve the displayed path off the EDT — detection does disk I/O. | COMMENT |
| LOW⚡ | …on/pytools/ui/configuration/PyExternalToolsRowModel.kt | 222 | // Step 2: publish the resolved path so the cell can render it before the version arrives. | COMMENT |
| LOW⚡ | …on/pytools/ui/configuration/PyExternalToolsRowModel.kt | 236 | // Step 3: run `<path> --version` on background. | COMMENT |
| LOW⚡ | …on/pytools/ui/configuration/PyExternalToolsRowModel.kt | 241 | // Step 4: publish the version (and any custom-edit error) on the EDT, but only if the | COMMENT |
| LOW | python/helpers/third_party/thriftpy/_shaded_ply/yacc.py | 2526 | # Step 1: Construct C = { I0, I1, ... IN}, collection of LR(0) items | STRING |
| LOW | …ages/src/org/intellij/images/ide/ImagePasteProvider.kt | 47 | // Step 1: Obtain image data from the clipboard | COMMENT |
| LOW⚡ | …ages/src/org/intellij/images/ide/ImagePasteProvider.kt | 73 | // Step 2: Create file | COMMENT |
| LOW⚡ | …ages/src/org/intellij/images/ide/ImagePasteProvider.kt | 82 | // Step 3: Save image data to the created file | COMMENT |
| LOW | …om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt | 726 | // Step 1: focus starts in Swing, then one real Robot click opens the bad combo inside WebView. | STRING |
| LOW | …om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt | 767 | // 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.kt | 793 | // 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.kt | 86 | // Step 1: compute appliers | COMMENT |
| LOW | …n/j2k/k2/src/org/jetbrains/kotlin/j2k/PostProcessor.kt | 101 | // Step 2: apply them | COMMENT |
| LOW⚡ | …kotlin/idea/completion/implCommon/PsiTreeCompletion.kt | 326 | // Step 1: parse through all the scopes and establish which declarations are defined where | COMMENT |
| LOW⚡ | …kotlin/idea/completion/implCommon/PsiTreeCompletion.kt | 334 | // Step 2: find all function calls and property access that are used somewhere in the file. | COMMENT |
| LOW⚡ | …kotlin/idea/completion/implCommon/PsiTreeCompletion.kt | 339 | // Step 3: Find the scope at the current position and filter the results by the prefix | COMMENT |
| LOW | …om/intellij/psi/impl/file/impl/FileInvalidationTest.kt | 44 | // Step 1: no modules | COMMENT |
| LOW | …om/intellij/psi/impl/file/impl/FileInvalidationTest.kt | 56 | // Step 2: adding module1 | COMMENT |
| LOW | …om/intellij/psi/impl/file/impl/FileInvalidationTest.kt | 72 | // Step 3: adding module2 on same root | COMMENT |
| LOW | …om/intellij/psi/impl/file/impl/FileInvalidationTest.kt | 88 | // Step 4: removing module1 roots | COMMENT |
| LOW⚡ | …/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt | 265 | // Step 1: Normalize CSS text | COMMENT |
| LOW⚡ | …/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt | 271 | // Step 2: Find all CSS rules | COMMENT |
| LOW⚡ | …/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt | 275 | // Step 3: Split by comma for multiple selectors | COMMENT |
| LOW⚡ | …/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt | 280 | // Step 4: Store each selector | COMMENT |
| LOW | …ins/jewel/ui/component/banner/BannerLinkActionScope.kt | 142 | // If the show more action is not yet estimated, we need to check if we can fit it | COMMENT |
| LOW | platform/util/src/com/intellij/util/io/ZipUtil.java | 207 | // in the ZIP archive is placed in a subdirectory, so we need to check if the slash | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt | 221 | // Step 1 : We should take into account cases with detached toolwindows and editors | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt | 229 | // Step 2 : If the best candidate to focus is a panel, usually it does not | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt | 235 | //Step 3 : Return the component, but find the first focusable component first | COMMENT |
| LOW | …/src/com/intellij/tests/bazel/TestCaseXmlRenderer.java | 189 | // Step 1: Build the LCS matrix | COMMENT |
| LOW | …/src/com/intellij/tests/bazel/TestCaseXmlRenderer.java | 202 | // Step 2: Backtrack through the matrix to construct the diff output | COMMENT |
| LOW | …m-impl/src/com/intellij/ide/plugins/PluginInstaller.kt | 282 | // in the ZIP archive is placed in a subdirectory, so we need to check if the slash is found anywhere in the pat | COMMENT |
| LOW | …src/com/intellij/openapi/editor/impl/ComponentInlay.kt | 213 | // Step 1: Sync inlay size with preferred component size. | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/editor/impl/ComponentInlay.kt | 245 | // Step 2: Way editor implemented now it will validate size after inlay update and set it to preferred size which ma | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/editor/impl/ComponentInlay.kt | 251 | // Step 3: Set bounds of container to bounds of inner area (without insets) of editor. It defines a viewport for inl | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/editor/impl/ComponentInlay.kt | 254 | // Step 4: Layout inlay components | COMMENT |
| LOW | …l/src/com/intellij/toolWindow/InternalDecoratorImpl.kt | 888 | // 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.java | 745 | // 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.java | 141 | // Last symbol is always '\n', so we need to check if there is one more | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …on/pytools/ui/configuration/PyExternalToolsRowModel.kt | 212 | // Step 1: resolve the displayed path off the EDT — detection does disk I/O. | COMMENT |
| LOW⚡ | …on/pytools/ui/configuration/PyExternalToolsRowModel.kt | 222 | // Step 2: publish the resolved path so the cell can render it before the version arrives. | COMMENT |
| LOW⚡ | …on/pytools/ui/configuration/PyExternalToolsRowModel.kt | 236 | // Step 3: run `<path> --version` on background. | COMMENT |
| LOW⚡ | …on/pytools/ui/configuration/PyExternalToolsRowModel.kt | 241 | // Step 4: publish the version (and any custom-edit error) on the EDT, but only if the | COMMENT |
| LOW | …lpers/pydev/_pydev_bundle/pydev_ipython_console_011.py | 98 | # WARNING: The auto-indent feature requires the readline library | COMMENT |
| LOW | python/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py | 3 | # NOTE: This module must remain compatible with Python 2.3, as it is shared | COMMENT |
| LOW | …ored/pydevd/_pydev_bundle/pydev_ipython_console_011.py | 133 | # WARNING: The auto-indent feature requires the readline library | COMMENT |
| LOW | python/helpers/third_party/thriftpy/_shaded_ply/yacc.py | 2526 | # Step 1: Construct C = { I0, I1, ... IN}, collection of LR(0) items | STRING |
| LOW | python/helpers/profiler/_imps/_pydev_pkgutil_old.py | 3 | # NOTE: This module must remain compatible with Python 2.3, as it is shared | COMMENT |
| LOW | …ages/src/org/intellij/images/ide/ImagePasteProvider.kt | 47 | // Step 1: Obtain image data from the clipboard | COMMENT |
| LOW⚡ | …ages/src/org/intellij/images/ide/ImagePasteProvider.kt | 73 | // Step 2: Create file | COMMENT |
| LOW⚡ | …ages/src/org/intellij/images/ide/ImagePasteProvider.kt | 82 | // Step 3: Save image data to the created file | COMMENT |
| LOW | …om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt | 726 | // Step 1: focus starts in Swing, then one real Robot click opens the bad combo inside WebView. | STRING |
| LOW | …om/intellij/ui/webview/WebViewFocusRobotTestSupport.kt | 767 | // 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.kt | 793 | // Step 3: reproduce sample-panel style jb-select/native select, then click Swing once. | STRING |
| LOW | …al/resources/shell-integrations/bash/bash-preexec.bash | 79 | # WARNING: This variable is no longer used and should not be relied upon. | COMMENT |
| LOW | …n/j2k/k2/src/org/jetbrains/kotlin/j2k/PostProcessor.kt | 86 | // Step 1: compute appliers | COMMENT |
| LOW | …n/j2k/k2/src/org/jetbrains/kotlin/j2k/PostProcessor.kt | 101 | // Step 2: apply them | COMMENT |
| LOW⚡ | …kotlin/idea/completion/implCommon/PsiTreeCompletion.kt | 326 | // Step 1: parse through all the scopes and establish which declarations are defined where | COMMENT |
| LOW⚡ | …kotlin/idea/completion/implCommon/PsiTreeCompletion.kt | 334 | // Step 2: find all function calls and property access that are used somewhere in the file. | COMMENT |
| LOW⚡ | …kotlin/idea/completion/implCommon/PsiTreeCompletion.kt | 339 | // Step 3: Find the scope at the current position and filter the results by the prefix | COMMENT |
| LOW | …om/intellij/psi/impl/file/impl/FileInvalidationTest.kt | 44 | // Step 1: no modules | COMMENT |
| LOW | …om/intellij/psi/impl/file/impl/FileInvalidationTest.kt | 56 | // Step 2: adding module1 | COMMENT |
| LOW | …om/intellij/psi/impl/file/impl/FileInvalidationTest.kt | 72 | // Step 3: adding module2 on same root | COMMENT |
| LOW | …om/intellij/psi/impl/file/impl/FileInvalidationTest.kt | 88 | // Step 4: removing module1 roots | COMMENT |
| LOW⚡ | …/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt | 265 | // Step 1: Normalize CSS text | COMMENT |
| LOW⚡ | …/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt | 271 | // Step 2: Find all CSS rules | COMMENT |
| LOW⚡ | …/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt | 275 | // Step 3: Split by comma for multiple selectors | COMMENT |
| LOW⚡ | …/painter/hints/EmbeddedToInlineCssStyleSvgPatchHint.kt | 280 | // Step 4: Store each selector | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt | 221 | // Step 1 : We should take into account cases with detached toolwindows and editors | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt | 229 | // Step 2 : If the best candidate to focus is a panel, usually it does not | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt | 235 | //Step 3 : Return the component, but find the first focusable component first | COMMENT |
| LOW | …/src/com/intellij/tests/bazel/TestCaseXmlRenderer.java | 189 | // Step 1: Build the LCS matrix | COMMENT |
| LOW | …/src/com/intellij/tests/bazel/TestCaseXmlRenderer.java | 202 | // Step 2: Backtrack through the matrix to construct the diff output | COMMENT |
| LOW | …src/com/intellij/openapi/editor/impl/ComponentInlay.kt | 213 | // Step 1: Sync inlay size with preferred component size. | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/editor/impl/ComponentInlay.kt | 245 | // Step 2: Way editor implemented now it will validate size after inlay update and set it to preferred size which ma | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/editor/impl/ComponentInlay.kt | 251 | // Step 3: Set bounds of container to bounds of inner area (without insets) of editor. It defines a viewport for inl | COMMENT |
| LOW⚡ | …src/com/intellij/openapi/editor/impl/ComponentInlay.kt | 254 | // Step 4: Layout inlay components | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | native/repair-utility/helpers/log_parser_test.go | 126 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 143 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 163 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 183 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 203 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 223 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 243 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 263 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 283 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 303 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 323 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 343 | // TODO: Add test cases. | COMMENT |
| LOW | native/repair-utility/helpers/log_parser_test.go | 363 | // TODO: Add test cases. | COMMENT |
| LOW | …thon/testSrc/com/jetbrains/python/PySdkFlavorTest.java | 63 | // TODO: Add tests for MayaPy and IronPython SDK flavors | COMMENT |
| LOW | …ers/pydev/pydevd_attach_to_process/winappdbg/textio.py | 864 | # TODO: implement an ANSI parser to simplify using colors | COMMENT |
| LOW | …ed/pydevd/pydevd_attach_to_process/winappdbg/textio.py | 834 | # TODO: implement an ANSI parser to simplify using colors | COMMENT |
| LOW | …n/helpers/py3only/docutils/writers/latex2e/__init__.py | 232 | # TODO: implement "latex footnotes" alternative | COMMENT |
| LOW | …om/jetbrains/python/console/PyConsoleDebugProcess.java | 53 | //TODO: implement disconnect | COMMENT |
| LOW | …rains/java/decompiler/modules/code/DeadCodeHelper.java | 494 | // TODO: implement a dummy start block | COMMENT |
| LOW | …lab/ui/clone/model/GitLabCloneRepositoriesViewModel.kt | 68 | // TODO: implement ssh "git@" | COMMENT |
| LOW | …gins/xpathView/support/jaxen/PsiDocumentNavigator.java | 256 | // TODO: implement when namespace axis is supported | COMMENT |
| LOW | …gins/xpathView/support/jaxen/PsiDocumentNavigator.java | 306 | // TODO: implement when namespace axis is supported | COMMENT |
| LOW | …gins/xpathView/support/jaxen/PsiDocumentNavigator.java | 312 | // TODO: implement when namespace axis is supported | COMMENT |
| LOW | …tellij/maven/server/m40/Maven40ServerEmbedderImpl.java | 1234 | // TODO: implement | COMMENT |
| LOW | …tellij/maven/server/m40/Maven40ServerEmbedderImpl.java | 1244 | // TODO: implement | COMMENT |
| LOW | …/terminal/block/prompt/renderer/ShellPromptRenderer.kt | 116 | // 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.kt | 144 | // TODO: Add tests | COMMENT |
| LOW | …/terminal/block/prompt/renderer/ShellPromptRenderer.kt | 168 | // TODO: Add tests | COMMENT |
| LOW | …arch/ideaExtensions/FirKotlinTargetElementEvaluator.kt | 32 | // TODO: implement | COMMENT |
| LOW | …ns/kotlin/fir/testGenerator/GenerateK2DebuggerTests.kt | 140 | //testClass<AbstractSequenceTraceTestCase> { // TODO: implement mapping logic for terminal operations | COMMENT |
| LOW | …ns/kotlin/fir/testGenerator/GenerateK2DebuggerTests.kt | 144 | //testClass<AbstractSequenceTraceWithIREvaluatorTestCase> { // TODO: implement mapping logic for terminal operat | COMMENT |
| LOW | …k/ReplaceJavaStaticMethodWithKotlinAnalogInspection.kt | 161 | // TODO: implement [java.lang.System.arraycopy] | COMMENT |
| LOW | …ips-of-the-day/src/com/intellij/ide/util/TipPanel.java | 137 | JPanel feedbackPanel = createFeedbackPanel(); // TODO: implement feedback sending | CODE |
| LOW | …ugins/hg4idea/testData/bin/hgext/convert/subversion.py | 1716 | # TODO: implement something better if necessary and feasible | STRING |
| LOW | …ins/gradle/execution/target/TargetProjectConnection.kt | 93 | // TODO: implement passing information about recent file changes to a Gradle daemon | COMMENT |
| LOW | …aml/backend/testSrc/formatting/YAMLFormattingTest.java | 45 | //TODO: implement different align strategies | COMMENT |
| LOW | …ntellij/openapi/editor/impl/DocumentElfSettingsImpl.kt | 26 | // TODO: implement cycle buffer for ElfDocument | COMMENT |
| LOW | …rc/com/intellij/openapi/editor/ex/DocumentTextPatch.kt | 24 | interface DocumentTextPatch : DocumentOp { // TODO: implement DocumentEventImpl via DocumentTextPatch | CODE |
| LOW | …ntellij/xdebugger/impl/inline/InlineDebugRenderer.java | 389 | //TODO:implement better detection | COMMENT |
| LOW | …ion/impl/frontend/FrontendExecutionEnvironmentProxy.kt | 78 | // TODO: implement | COMMENT |
| LOW | …ntellij/platform/eel/provider/utils/EelPathTransfer.kt | 164 | // TODO: implement once support for Windows permissions is present in Eel/IJent | COMMENT |
| LOW | …ntellij/platform/eel/provider/utils/EelPathTransfer.kt | 178 | // TODO: implement once support for Windows permissions is present in Eel/IJent | COMMENT |
| LOW | …c/com/intellij/openapi/vcs/ui/VcsCloneComponentStub.kt | 43 | // TODO: implement obtaining focus for GitHub | COMMENT |
| LOW | …testSrc/com/intellij/util/net/ssl/CertificateTest.java | 40 | // TODO: Add proper tests of client authentication, when it'll be supported (see IDEA-124209). | COMMENT |
| LOW | …com/intellij/openapi/command/impl/UndoClientState.java | 149 | // TODO: implement undo meta collection (isForcedGlobal, recordOriginator) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …portQuickFixTest/nestedClassQualifiedAutoImport/mod.py | 3 | def do_something(self): | CODE |
| LOW | …thon/testData/resolve/multiFile/importOsPath2/ypath.py | 1 | def do_stuff(): | CODE |
| LOW | …Data/resolve/multiFile/dunderAllConflict/mypackage1.py | 1 | def do_stuff(): | CODE |
| LOW | …Data/resolve/multiFile/dunderAllConflict/mypackage2.py | 3 | def do_stuff(): | CODE |
| LOW | python/testData/resolve/multiFile/nameConflict/pack1.py | 1 | def do_stuff(): print("wrong stuff") | CODE |
| LOW | python/testData/resolve/multiFile/nameConflict/pack2.py | 1 | def do_stuff(): print("the good stuff") | CODE |
| LOW | python/testData/override/implement_after.py | 7 | def my_method(self): | CODE |
| LOW | python/testData/override/implement_after.py | 11 | def my_method(self): | CODE |
| LOW | python/testData/override/implement.py | 7 | def my_method(self): | CODE |
| LOW | …ighting/awaitInNonAsyncInnerFunctionOfAsyncFunction.py | 1 | async def my_function(): | CODE |
| LOW | …typing/conformance/tests/literals_parameterizations.py | 56 | def my_function(x: Literal[1 + 2]) -> int: # E | CODE |
| LOW | …ata/typing/conformance/tests/literals_literalstring.py | 23 | def my_function(literal_string: LiteralString) -> LiteralString: | CODE |
| LOW | …/testData/typing/conformance/tests/generics_scoping.py | 67 | def do_something(self, x: S) -> S: # OK | CODE |
| LOW | …n/testData/inspections/AddFunctionFromFString_after.py | 1 | def my_function(): | CODE |
| LOW | …inspections/PyPep8NamingInspection/functionVariable.py | 1 | def do_stuff(): pass | CODE |
| LOW | …ata/inspections/PyPep8NamingInspection/argumentName.py | 1 | def do_stuff(a, <weak_warning descr="Argument name should be lowercase">BCD</weak_warning>): pass | CODE |
| LOW | …s/PyPep8NamingInspection/ignored/ignoreOnlyOneError.py | 1 | def do_stuff(): pass | CODE |
| LOW | …spections/PyPep8NamingInspection/ignored/ignoreN806.py | 1 | def do_stuff(): return 1 | CODE |
| LOW | …/inspections/PyMethodMayBeStaticInspection/selfName.py | 5 | def my_method(my_inst): | CODE |
| LOW | …spections/PyMethodMayBeStaticInspection/classMethod.py | 6 | def my_method(cls): | CODE |
| LOW | …ata/inspections/PyUnusedLocalVariableInspection/py2.py | 63 | def do_something(local_var): | CODE |
| LOW | …spections/PyCallingNonCallableInspection/staticMeth.py | 2 | def my_method(): pass | CODE |
| LOW | …tData/inspections/PyStatementEffectInspection/basic.py | 43 | def do_something(a): | CODE |
| LOW | …FinalInspection/ImportedInstanceFinalReassignment/a.py | 11 | def my_method(self): | CODE |
| LOW | …ctions/PyRedeclarationInspection/redeclaredFunction.py | 1 | def test_function(): | CODE |
| LOW | …ntListInspection/AnotherMethodIsWrappedIntoStatic/b.py | 2 | def my_method(self, p): | CODE |
| LOW | python/testData/testing/pyMock/example_module.py | 4 | def my_method(self): | CODE |
| LOW | python/testData/testing/pyMonkeypatch/example_module.py | 4 | def my_method(self): | CODE |
| LOW | …AlignmentAfterDictHangingIndentInFunctionCall_after.py | 1 | def test_function(*args): | CODE |
| LOW | …ter/noAlignmentAfterDictHangingIndentInFunctionCall.py | 1 | def test_function(*args): | CODE |
| LOW | python/testData/wrap/wrapRightMargin.py | 1 | def do_stuff(): | CODE |
| LOW | python/testData/wrap/wrapRightMargin.after.py | 1 | def do_stuff(): | CODE |
| LOW | …hon/testData/deprecation/customDeprecatedAnnotation.py | 17 | def my_method(): | CODE |
| LOW | python/testData/deprecation/deprecatedLibrary.py | 1 | def my_method(x: int) -> int: | CODE |
| LOW | …tEditAfterDecorator/statementListEditAfterDecorator.py | 3 | def helper(): | CODE |
| LOW | python/testData/refactoring/dependenciesTest.py | 6 | def my_method(self): | CODE |
| LOW | …toring/inlineFunction/methodOutsideClass/main.after.py | 3 | def do_stuff(self, x, y): | CODE |
| LOW | …/refactoring/inlineFunction/methodOutsideClass/main.py | 3 | def do_stuff(self, x, y): | CODE |
| LOW | …actoring/inlineFunction/localFunctionUse/main.after.py | 6 | def my_function(): | CODE |
| LOW | …ta/refactoring/inlineFunction/localFunctionUse/main.py | 6 | def my_function(): | CODE |
| LOW | …refactoring/inlineFunction/localClassUse/main.after.py | 6 | def my_function(): | CODE |
| LOW | …tData/refactoring/inlineFunction/localClassUse/main.py | 6 | def my_function(): | CODE |
| LOW | …ctoring/inlineFunction/methodInsideClass/main.after.py | 3 | def do_stuff(self, x, y): | CODE |
| LOW | …a/refactoring/inlineFunction/methodInsideClass/main.py | 3 | def do_stuff(self, x, y): | CODE |
| LOW | …ctoring/pullup/abstractMethodPy3AddMeta/Class.after.py | 3 | def my_method(self, foo): | CODE |
| LOW | …ng/pullup/abstractMethodPy3AddMeta/SuperClass.after.py | 6 | def my_method(self, foo): | CODE |
| LOW | …a/refactoring/pullup/abstractMethodPy3AddMeta/Class.py | 3 | def my_method(self, foo): | CODE |
| LOW | …efactoring/pullup/abstractMethodHasMeta/Class.after.py | 3 | def my_method(self, foo): | CODE |
| LOW | …oring/pullup/abstractMethodHasMeta/SuperClass.after.py | 12 | def my_method(self, foo): | CODE |
| LOW | …Data/refactoring/pullup/abstractMethodHasMeta/Class.py | 3 | def my_method(self, foo): | CODE |
| LOW | …ctoring/pullup/abstractMethodPy2AddMeta/Class.after.py | 3 | def my_method(self, foo): | CODE |
| LOW | …ng/pullup/abstractMethodPy2AddMeta/SuperClass.after.py | 8 | def my_method(self, foo): | CODE |
| LOW | …a/refactoring/pullup/abstractMethodPy2AddMeta/Class.py | 3 | def my_method(self, foo): | CODE |
| LOW | …stData/refactoring/argumentList/addKeyArgument/stub.py | 9 | def my_function(new_param="spam"): pass | CODE |
| LOW | …hon/testData/refactoring/argumentList/addParam/stub.py | 11 | def my_function(new_param,some_param="spam"): pass | CODE |
| LOW | …Data/debug/stepping/test_smart_step_into_multiline2.py | 17 | def do_stuff(self, x, data=None): | CODE |
| LOW | …helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py | 578 | def handle_request(self, request_text=None): | CODE |
| LOW | python/helpers/pydev/_pydev_imps/_pydev_SocketServer.py | 253 | def handle_request(self): | CODE |
| LOW | …es/webview/views/markdown-link-graph/assets/langium.js | 9786 | function handleRequest(requestMessage) { | CODE |
| LOW | …resources/webview/views/sample-panel/assets/langium.js | 9786 | function handleRequest(requestMessage) { | CODE |
| 1 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …intellij/ide/starter/junit5/CollectionPartitionTest.kt | 10 | // partially AI generated | COMMENT |
| HIGH | python/helpers/pydev/pydevd_file_utils.py | 212 | # Caches filled as requested during the debug session. | STRING |
| HIGH | …/helpers/debugpy/_vendored/pydevd/pydevd_file_utils.py | 406 | # Caches filled as requested during the debug session. | STRING |
| HIGH | …s/hg4idea/testData/bin/mercurial/revlogutils/deltas.py | 856 | # the cache is good, let us use the cache as requested | COMMENT |
| HIGH | plugins/hg4idea/testData/bin/hgext/rebase.py | 1698 | # For non-merge changeset, just move p to adjusted dest as requested. | COMMENT |
| HIGH | …g/backend/resources/schemas/editorconfig/msnaming.json | 24 | "documentation": "When this style is not being followed, do not show anything to the user; however, auto-gener | CODE |
| HIGH | …g/backend/resources/schemas/editorconfig/msnaming.json | 29 | "documentation": "When this style is not being followed, do not show anything to the user; however, auto-gener | CODE |
| HIGH | …iment/test/com/intellij/platform/experiment/ab/test.kt | 51 | //Relies on an experiment that was completed -- needs a mock experiment ot function properly. AI generated?" | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ata/typing/conformance/tests/annotations_generators.py | 140 | CODE | |
| MEDIUM | …ata/typing/conformance/tests/annotations_generators.py | 145 | CODE | |
| MEDIUM | …ata/typing/conformance/tests/annotations_generators.py | 190 | CODE | |
| MEDIUM | …fConditionIntentionTest/brokenReturnsMultiple_after.py | 12 | CODE | |
| MEDIUM | …fConditionIntentionTest/brokenReturnsMultiple_after.py | 13 | CODE | |
| MEDIUM | …yInvertIfConditionIntentionTest/brokenReturns_after.py | 11 | CODE | |
| MEDIUM | …n/helpers/pydev/pydev_tests/test_check_pydevconsole.py | 55 | CODE | |
| MEDIUM | python/helpers/pydev/pydev_tests_python/flask1/app.py | 34 | CODE | |
| MEDIUM | python/helpers/debugpy/_version.py | 630 | CODE | |
| MEDIUM | python/helpers/debugpy/_version.py | 636 | CODE | |
| MEDIUM | python/helpers/debugpy/_version.py | 649 | CODE | |
| MEDIUM | python/helpers/debugpy/_version.py | 655 | CODE | |
| MEDIUM | python/helpers/debugpy/_version.py | 661 | CODE | |
| MEDIUM | …_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py | 780 | CODE | |
| MEDIUM | …idea/testData/bin/mercurial/thirdparty/attr/_compat.py | 101 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | python/testData/docstrings/simpleGoogleDocString.py | 2 | Summary Parameters: x (int) : first parameter y: second parameter with longer description | STRING |
| HIGH | …st-env/core/scripts/generate_python_version_mapping.py | 50 | Fetch SHA256 checksum from a .sha256 file. Args: url: URL to the .sha256 file Ret | STRING |
| HIGH | python/helpers/pockets/inspect.py | 241 | Resolve a dotted name to an object (usually class, module, or function). If `name` is a string, attempt to res | STRING |
| HIGH | python/helpers/pockets/collections.py | 349 | Return a mappified version of `x`. If `x` is a string, it becomes the only key of the returned dict. If `x` | STRING |
| HIGH | python/helpers/pockets/collections.py | 460 | Returns an order-preserved copy of `x` with duplicate items removed. >>> uniquify(['a', 'z', 'a', 'b', 'a', 'y | STRING |
| HIGH | python/helpers/pockets/iterators.py | 96 | Get the next item or `n` items of the iterator. Args: n (int, optional): The number of ite | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …on/helpers/py3only/docutils/utils/math/latex2mathml.py | 22 | # Usage: | COMMENT |
| LOW | …helpers/py3only/docutils/utils/math/mathml_elements.py | 25 | # Usage: | COMMENT |
| LOW | plugins/mermaid/updateMermaidGrammar.sh | 41 | # Usage: | COMMENT |
| LOW | plugins/mermaid/updateMermaidJs.sh | 9 | # Usage: | COMMENT |
| LOW | plugins/mermaid/updateMermaidExamples.sh | 27 | # Usage: | COMMENT |
| LOW | platform/util/progress/src/ProgressReporter.kt | 10 | * #### Example usage | COMMENT |
| LOW | platform/util/progress/src/ProgressReporter.kt | 29 | * #### Example usage | COMMENT |
| LOW | …atform/util/progress/src/SequentialProgressReporter.kt | 14 | * #### Example usage | COMMENT |
| LOW | platform/util/progress/src/impl/ProgressStep.kt | 118 | * ### Example usage | COMMENT |
| LOW | …til/src/com/intellij/openapi/util/UserDataAccessors.kt | 13 | * ##### Usage example: | COMMENT |
| LOW | …til/src/com/intellij/openapi/util/UserDataAccessors.kt | 29 | * ##### Usage example: | COMMENT |
| LOW | …/src/com/intellij/collaboration/async/BatchesLoader.kt | 27 | * ## Usage example | COMMENT |
| LOW | …-project-leak-from-tc-report/scripts/summarize-runs.sh | 10 | # Usage: | COMMENT |
| LOW | …s/fix-project-leak-from-tc-report/scripts/leak-loop.sh | 18 | # Usage: | COMMENT |
| LOW | …-project-leak-from-tc-report/scripts/summarize-runs.sh | 10 | # Usage: | COMMENT |
| LOW | …s/fix-project-leak-from-tc-report/scripts/leak-loop.sh | 18 | # Usage: | COMMENT |
| LOW | …documentation_comments_migration/CodeBlocks.after.java | 27 | /// Usage example: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …on/resources/event-log-metadata/FUS/events-scheme.json | 1 | {"groups":[{"id":"accessibility","builds":[],"versions":[{"from":"1"}],"rules":{"event_id":["{enum:screen.reader.detecte | CODE |
| MEDIUM⚡ | …on/resources/event-log-metadata/FUS/events-scheme.json | 1 | {"groups":[{"id":"accessibility","builds":[],"versions":[{"from":"1"}],"rules":{"event_id":["{enum:screen.reader.detecte | CODE |
| MEDIUM | …Insight/completion/PyClassFormCompletionContributor.kt | 84 | // same offset, leaving the scaffold above its own import. The marked text is removed below; the live template | COMMENT |
| MEDIUM | …tSrc/com/jetbrains/python/PyClassFormCompletionTest.kt | 19 | // The import must precede the scaffold that uses it. Regression guard: when completing at the very start of a | COMMENT |
| MEDIUM | …tSrc/com/jetbrains/python/PyClassFormCompletionTest.kt | 20 | // file the scaffold used to be inserted above its own freshly added import. | COMMENT |
| MEDIUM | python/helpers/debugpy/adapter/clients.py | 212 | # for the sequence of request and events necessary to orchestrate the start. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …stData/requirement/environmentYmlEmpty/environment.yml | 17 | API_KEY: your-api-key-here | CODE |
| HIGH | …on/testData/requirement/environmentYml/environment.yml | 94 | API_KEY: your-api-key-here | CODE |