A cross-platform, reimplementation of Notepad++
This report presents the forensic synthetic code analysis of dail8859/NotepadNext, a C++ project with 14,356 GitHub stars. SynthScan v2.0 examined 244,917 lines of code across 879 source files, recording 739 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 3.2 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
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 739 distinct pattern matches across 11 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 |
|---|---|---|---|---|
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 21 | # pragma clang system_header | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 41 | // Wparentheses have to be suppressed globally. | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 61 | # if !defined(CATCH_CONFIG_ENABLE_CHRONO_STRINGMAKER) | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 81 | # define CATCH_PLATFORM_LINUX | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 101 | COMMENT | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 121 | // In general each macro has a _NO_<feature name> form | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 141 | # define CATCH_INTERNAL_START_WARNINGS_SUPPRESSION _Pragma( "GCC diagnostic push" ) | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 181 | # define CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS \ | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 201 | #endif | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 221 | COMMENT | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 241 | #if defined(_MSC_VER) | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 261 | # define CATCH_INTERNAL_START_WARNINGS_SUPPRESSION __pragma( warning(push) ) | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 281 | # define CATCH_INTERNAL_CONFIG_NO_WCHAR | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 301 | //////////////////////////////////////////////////////////////////////////////// | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 321 | #endif | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 341 | # include <ciso646> | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 361 | # define CATCH_CONFIG_POSIX_SIGNALS | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 381 | # define CATCH_CONFIG_CPP17_VARIANT | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 401 | # define CATCH_CONFIG_POLYFILL_ISNAN | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 421 | #if !defined(CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION) | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 441 | #endif | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 461 | #endif | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 701 | #define INTERNAL_CATCH_EXPAND_VARGS(...) __VA_ARGS__ | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 721 | COMMENT | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 741 | #define INTERNAL_CATCH_STRINGIZE(...) INTERNAL_CATCH_STRINGIZE2(__VA_ARGS__) | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 761 | #define INTERNAL_CATCH_MAKE_TYPE_LIST2(...) INTERNAL_CATCH_EXPAND_VARGS(decltype(get_wrapper<INTERNAL_CATCH_REMOVE_PAREN | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 901 | #define INTERNAL_CATCH_NTTP_REG_GEN(TestFunc, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_NT | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 1021 | #ifndef CATCH_CONFIG_TRADITIONAL_MSVC_PREPROCESSOR | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 1401 | ResultDisposition::Flags resultDisposition; | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 1521 | return nil; | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 1861 | } | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 2181 | COMMENT | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 2681 | #else | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 5061 | COMMENT | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 6941 | COMMENT | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 7941 | namespace Catch { | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 7961 | #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 7981 | #define CATCH_TRAP() DebugBreak() | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 8001 | // Wrapper for platform-specific fatal error (signals/SEH) handlers | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 8401 | } // namespace Catch | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 8421 | #endif | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 8441 | COMMENT | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 10041 | int m_oldErrno; | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 10061 | #ifdef __AFXDLL | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 10401 | # include <unistd.h> | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 10461 | // The standard POSIX way of detecting a debugger is to attempt to | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 11461 | std::string to_string(T const& t) { | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 12041 | }; | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 14341 | className = className.substr( penultimateColons, lastColons-penultimateColons ); | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 15001 | // end catch_timer.cpp | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 15321 | #define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 15341 | # define CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 15761 | // start catch_reporter_bases.cpp | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17521 | COMMENT | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17561 | return result; | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17581 | #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposition::Normal | Catch: | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17601 | #define CATCH_CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES( "CATCH_CHECK_THROWS_MA | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17621 | #define CATCH_DYNAMIC_SECTION( ... ) INTERNAL_CATCH_DYNAMIC_SECTION( __VA_ARGS__ ) | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17641 | #define CATCH_TEMPLATE_TEST_CASE_METHOD_SIG( className, ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_ | COMMENT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17661 | #define CATCH_WHEN( desc ) INTERNAL_CATCH_DYNAMIC_SECTION( " When: " << desc ) | COMMENT |
| 510 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 2 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 4 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 9 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 11 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 14 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 18 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 20 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 41 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 43 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 51 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 53 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 59 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 61 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 66 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 68 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 120 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 122 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 132 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 134 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 168 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 170 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 176 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 178 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 93 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 95 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 2 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 4 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 7 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 9 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 11 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 13 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 15 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 17 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 75 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 77 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 79 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 91 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 93 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 95 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 120 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 122 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 124 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 173 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 175 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 177 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 208 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 210 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 212 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 34 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 36 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 55 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 57 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 237 | #-------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 239 | #-------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/GenerateEnums.py | 3 | CODE | |
| LOW | thirdparty/scintilla/test/XiteMenu.py | 3 | CODE | |
| LOW | thirdparty/scintilla/test/XiteWin.py | 5 | CODE | |
| LOW | thirdparty/scintilla/test/XiteWin.py | 6 | CODE | |
| LOW | thirdparty/scintilla/test/ScintillaCallable.py | 3 | CODE | |
| LOW | thirdparty/scintilla/test/performanceTests.py | 5 | CODE | |
| LOW | thirdparty/scintilla/test/performanceTests.py | 6 | CODE | |
| LOW | thirdparty/scintilla/test/simpleTests.py | 6 | CODE | |
| LOW | thirdparty/scintilla/test/simpleTests.py | 7 | CODE | |
| LOW | thirdparty/scintilla/test/win32Tests.py | 10 | CODE | |
| LOW | thirdparty/scintilla/test/win32Tests.py | 11 | CODE | |
| LOW | thirdparty/scintilla/scripts/FileGenerator.py | 14 | CODE | |
| LOW | thirdparty/uchardet/script/BuildLangModel.py | 57 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-3.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/windows-1256.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/ibm852.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-7.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/windows-1252.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-6.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/windows-1253.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-2.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/windows-1257.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-15.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-9.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/tis-620.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-11.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/windows-1258.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-10.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-13.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-16.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/viscii.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/windows-1250.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-1.py | 41 | CODE | |
| LOW | …irdparty/uchardet/script/charsets/mac-centraleurope.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-4.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/charsets/ibm865.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/sl.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/et.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/el.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/pl.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/vi.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/lv.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/pt.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/th.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/fi.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/hr.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/lt.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/mt.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/hu.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/fr.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/cs.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/sv.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/tr.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/ro.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/eo.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/es.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/sk.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/it.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/ar.py | 41 | CODE | |
| LOW | thirdparty/uchardet/script/langs/de.py | 41 | CODE | |
| 2 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/GenerateEnums.py | 35 | CODE | |
| LOW | thirdparty/lexilla/test/Metadata/CheckMeta.py | 13 | CODE | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 55 | CODE | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 83 | CODE | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 160 | CODE | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 177 | CODE | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 219 | CODE | |
| LOW | thirdparty/scintilla/test/XiteWin.py | 252 | CODE | |
| LOW | thirdparty/scintilla/test/XiteWin.py | 348 | CODE | |
| LOW | thirdparty/scintilla/test/ScintillaCallable.py | 87 | CODE | |
| LOW | thirdparty/scintilla/test/ScintillaCallable.py | 121 | CODE | |
| LOW | thirdparty/scintilla/test/simpleTests.py | 278 | CODE | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 95 | CODE | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 115 | CODE | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 124 | CODE | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 177 | CODE | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 205 | CODE | |
| LOW | thirdparty/scintilla/scripts/ScintillaData.py | 27 | CODE | |
| LOW | thirdparty/scintilla/scripts/FileGenerator.py | 48 | CODE | |
| LOW | thirdparty/scintilla/scripts/FileGenerator.py | 140 | CODE | |
| LOW | thirdparty/scintilla/scripts/HeaderCheck.py | 35 | CODE | |
| LOW | thirdparty/scintilla/scripts/CheckMentioned.py | 49 | CODE | |
| LOW | thirdparty/scintilla/scripts/CheckMentioned.py | 101 | CODE | |
| LOW | thirdparty/scintilla/scripts/CheckMentioned.py | 127 | CODE | |
| LOW | thirdparty/scintilla/scripts/ScintillaAPIFacer.py | 145 | CODE | |
| LOW | thirdparty/scintilla/scripts/ScintillaAPIFacer.py | 187 | CODE | |
| LOW | thirdparty/scintilla/scripts/ScintillaAPIFacer.py | 218 | CODE | |
| LOW | thirdparty/scintilla/scripts/ScintillaAPIFacer.py | 239 | CODE | |
| LOW | thirdparty/scintilla/scripts/Dependencies.py | 41 | CODE | |
| LOW | thirdparty/scintilla/scripts/HFacer.py | 11 | CODE | |
| LOW | thirdparty/scintilla/scripts/HFacer.py | 36 | CODE | |
| LOW | thirdparty/scintilla/scripts/Face.py | 70 | CODE | |
| LOW | thirdparty/uchardet/script/BuildLangModel.py | 168 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/lexilla/src/DepGen.py | 27 | # Create the dependencies file for g++ | COMMENT |
| MEDIUM | thirdparty/lexilla/src/DepGen.py | 35 | # Create the dependencies file for MSVC | COMMENT |
| MEDIUM | thirdparty/scintilla/test/simpleTests.py | 1520 | # Create a two character indicator over "BC" in "aBCd" and ensure that it doesn't | COMMENT |
| MEDIUM | thirdparty/scintilla/win32/DepGen.py | 19 | # Create the dependencies file for g++ | COMMENT |
| MEDIUM | thirdparty/scintilla/win32/DepGen.py | 27 | # Create the dependencies file for MSVC | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 208 | print('Error: `iconv` ended with error "{}".\n'.format(error)) | CODE |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 212 | print('Error: "{}" is not a supported charset by python and `iconv` is not installed.\n') | CODE |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 301 | print('Error: connection to Wikipedia failed. Aborting\n') | CODE |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 343 | print("Error: alphabet characters are absent from data collection" | CODE |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 421 | print('Error: `iconv` ended with error "{}".\n'.format(error)) | CODE |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 426 | print('Error: "{}" is not a supported charset by python and `iconv` is not installed.\n') | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | thirdparty/scintilla/test/simpleTests.py | 1513 | # Since null, remaining calls return 0 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | thirdparty/scintilla/cocoa/InfoBar.mm | 232 | // Since the background is seamless, we don't need to take care for the proper offset. | COMMENT |
| LOW | thirdparty/uchardet/script/BuildLangModel.py | 326 | # If there is no alphabet defined, we just use the first 64 letters, which was | COMMENT |
| LOW | thirdparty/uchardet/script/langs/tr.py | 51 | # So I just use the alphabet variable below instead. | COMMENT |
| LOW | thirdparty/uchardet/script/langs/eo.py | 51 | # So I just use the alphabet variable below instead. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 12659 | // No children have started. We need to check if they _can_ | COMMENT |
| LOW | thirdparty/scintilla/test/unit/catch.hpp | 12659 | // No children have started. We need to check if they _can_ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | thirdparty/lexilla/test/examples/dart/AllStyles.dart | 207 | /// so don't forget to [feed] them some [Food]. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/scripts/init.lua | 5 | function DetectLanguageFromContents(contents) | CODE |