A cross-platform, reimplementation of Notepad++
737 matches across 11 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 21 | # pragma clang system_header |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 41 | // Wparentheses have to be suppressed globally. |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 61 | # if !defined(CATCH_CONFIG_ENABLE_CHRONO_STRINGMAKER) |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 81 | # define CATCH_PLATFORM_LINUX |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 101 | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 121 | // In general each macro has a _NO_<feature name> form |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 141 | # define CATCH_INTERNAL_START_WARNINGS_SUPPRESSION _Pragma( "GCC diagnostic push" ) |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 181 | # define CATCH_INTERNAL_SUPPRESS_UNUSED_TEMPLATE_WARNINGS \ |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 201 | #endif |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 221 | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 241 | #if defined(_MSC_VER) |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 261 | # define CATCH_INTERNAL_START_WARNINGS_SUPPRESSION __pragma( warning(push) ) |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 281 | # define CATCH_INTERNAL_CONFIG_NO_WCHAR |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 301 | //////////////////////////////////////////////////////////////////////////////// |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 321 | #endif |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 341 | # include <ciso646> |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 361 | # define CATCH_CONFIG_POSIX_SIGNALS |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 381 | # define CATCH_CONFIG_CPP17_VARIANT |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 401 | # define CATCH_CONFIG_POLYFILL_ISNAN |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 421 | #if !defined(CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION) |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 441 | #endif |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 461 | #endif |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 701 | #define INTERNAL_CATCH_EXPAND_VARGS(...) __VA_ARGS__ |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 721 | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 741 | #define INTERNAL_CATCH_STRINGIZE(...) INTERNAL_CATCH_STRINGIZE2(__VA_ARGS__) |
| 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 |
| 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 |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 1021 | #ifndef CATCH_CONFIG_TRADITIONAL_MSVC_PREPROCESSOR |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 1401 | ResultDisposition::Flags resultDisposition; |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 1521 | return nil; |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 1861 | } |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 2181 | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 2681 | #else |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 5061 | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 6941 | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 7941 | namespace Catch { |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 7961 | #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 7981 | #define CATCH_TRAP() DebugBreak() |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 8001 | // Wrapper for platform-specific fatal error (signals/SEH) handlers |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 8401 | } // namespace Catch |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 8421 | #endif |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 8441 | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 10041 | int m_oldErrno; |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 10061 | #ifdef __AFXDLL |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 10401 | # include <unistd.h> |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 10461 | // The standard POSIX way of detecting a debugger is to attempt to |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 11461 | std::string to_string(T const& t) { |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 12041 | }; |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 14341 | className = className.substr( penultimateColons, lastColons-penultimateColons ); |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 15001 | // end catch_timer.cpp |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 15321 | #define CATCH_CONFIG_UNCAUGHT_EXCEPTIONS_HPP |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 15341 | # define CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 15761 | // start catch_reporter_bases.cpp |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17521 | |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17561 | return result; |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17581 | #define CATCH_REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "CATCH_REQUIRE_FALSE", Catch::ResultDisposition::Normal | Catch: |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17601 | #define CATCH_CHECK_THROWS_MATCHES( expr, exceptionType, matcher ) INTERNAL_CATCH_THROWS_MATCHES( "CATCH_CHECK_THROWS_MA |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17621 | #define CATCH_DYNAMIC_SECTION( ... ) INTERNAL_CATCH_DYNAMIC_SECTION( __VA_ARGS__ ) |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17641 | #define CATCH_TEMPLATE_TEST_CASE_METHOD_SIG( className, ... ) INTERNAL_CATCH_EXPAND_VARGS( INTERNAL_CATCH_TEMPLATE_TEST_ |
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 17661 | #define CATCH_WHEN( desc ) INTERNAL_CATCH_DYNAMIC_SECTION( " When: " << desc ) |
| 508 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 2 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 4 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 9 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 11 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 14 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 18 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 20 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 41 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 43 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 51 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 53 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 59 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 61 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 66 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 68 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 120 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 122 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 132 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 134 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 168 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 170 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 176 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 178 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 93 | #-------------------------------------------------------------------------- |
| MEDIUM | …arty/lexilla/test/examples/perl/perl-test-5220delta.pl | 95 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 2 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 4 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 7 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 9 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 11 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 13 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 15 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 17 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 75 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 77 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 79 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 91 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 93 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 95 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 120 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 122 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 124 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 173 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 175 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 177 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 208 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 210 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 212 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 34 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 36 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 55 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 57 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 237 | #-------------------------------------------------------------------------- |
| MEDIUM | …lexilla/test/examples/perl/perl-test-sub-prototypes.pl | 239 | #-------------------------------------------------------------------------- |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/GenerateEnums.py | 3 | |
| LOW | thirdparty/scintilla/test/XiteMenu.py | 3 | |
| LOW | thirdparty/scintilla/test/XiteWin.py | 5 | |
| LOW | thirdparty/scintilla/test/XiteWin.py | 6 | |
| LOW | thirdparty/scintilla/test/ScintillaCallable.py | 3 | |
| LOW | thirdparty/scintilla/test/performanceTests.py | 5 | |
| LOW | thirdparty/scintilla/test/performanceTests.py | 6 | |
| LOW | thirdparty/scintilla/test/simpleTests.py | 6 | |
| LOW | thirdparty/scintilla/test/simpleTests.py | 7 | |
| LOW | thirdparty/scintilla/test/win32Tests.py | 10 | |
| LOW | thirdparty/scintilla/test/win32Tests.py | 11 | |
| LOW | thirdparty/scintilla/scripts/FileGenerator.py | 14 | |
| LOW | thirdparty/uchardet/script/BuildLangModel.py | 57 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-3.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/windows-1256.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/ibm852.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-7.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/windows-1252.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-6.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/windows-1253.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-2.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/windows-1257.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-15.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-9.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/tis-620.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-11.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/windows-1258.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-10.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-13.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-16.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/viscii.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/windows-1250.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-1.py | 41 | |
| LOW | …irdparty/uchardet/script/charsets/mac-centraleurope.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/iso-8859-4.py | 41 | |
| LOW | thirdparty/uchardet/script/charsets/ibm865.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/sl.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/et.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/el.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/pl.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/vi.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/lv.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/pt.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/th.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/fi.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/hr.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/lt.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/mt.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/hu.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/fr.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/cs.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/sv.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/tr.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/ro.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/eo.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/es.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/sk.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/it.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/ar.py | 41 | |
| LOW | thirdparty/uchardet/script/langs/de.py | 41 | |
| 2 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/GenerateEnums.py | 35 | |
| LOW | thirdparty/lexilla/test/Metadata/CheckMeta.py | 13 | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 55 | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 83 | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 160 | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 177 | |
| LOW | thirdparty/lexilla/scripts/LexillaData.py | 219 | |
| LOW | thirdparty/scintilla/test/XiteWin.py | 252 | |
| LOW | thirdparty/scintilla/test/XiteWin.py | 348 | |
| LOW | thirdparty/scintilla/test/ScintillaCallable.py | 87 | |
| LOW | thirdparty/scintilla/test/ScintillaCallable.py | 121 | |
| LOW | thirdparty/scintilla/test/simpleTests.py | 278 | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 95 | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 115 | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 124 | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 177 | |
| LOW | thirdparty/scintilla/qt/ScintillaEdit/WidgetGen.py | 205 | |
| LOW | thirdparty/scintilla/scripts/ScintillaData.py | 27 | |
| LOW | thirdparty/scintilla/scripts/FileGenerator.py | 48 | |
| LOW | thirdparty/scintilla/scripts/FileGenerator.py | 140 | |
| LOW | thirdparty/scintilla/scripts/HeaderCheck.py | 35 | |
| LOW | thirdparty/scintilla/scripts/CheckMentioned.py | 49 | |
| LOW | thirdparty/scintilla/scripts/CheckMentioned.py | 101 | |
| LOW | thirdparty/scintilla/scripts/CheckMentioned.py | 127 | |
| LOW | thirdparty/scintilla/scripts/ScintillaAPIFacer.py | 145 | |
| LOW | thirdparty/scintilla/scripts/ScintillaAPIFacer.py | 187 | |
| LOW | thirdparty/scintilla/scripts/ScintillaAPIFacer.py | 218 | |
| LOW | thirdparty/scintilla/scripts/ScintillaAPIFacer.py | 239 | |
| LOW | thirdparty/scintilla/scripts/Dependencies.py | 41 | |
| LOW | thirdparty/scintilla/scripts/HFacer.py | 11 | |
| LOW | thirdparty/scintilla/scripts/HFacer.py | 36 | |
| LOW | thirdparty/scintilla/scripts/Face.py | 70 | |
| LOW | thirdparty/uchardet/script/BuildLangModel.py | 168 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | thirdparty/lexilla/src/DepGen.py | 27 | # Create the dependencies file for g++ |
| MEDIUM | thirdparty/lexilla/src/DepGen.py | 35 | # Create the dependencies file for MSVC |
| MEDIUM | thirdparty/scintilla/test/simpleTests.py | 1520 | # Create a two character indicator over "BC" in "aBCd" and ensure that it doesn't |
| MEDIUM | thirdparty/scintilla/win32/DepGen.py | 19 | # Create the dependencies file for g++ |
| MEDIUM | thirdparty/scintilla/win32/DepGen.py | 27 | # Create the dependencies file for MSVC |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 208 | print('Error: `iconv` ended with error "{}".\n'.format(error)) |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 212 | print('Error: "{}" is not a supported charset by python and `iconv` is not installed.\n') |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 301 | print('Error: connection to Wikipedia failed. Aborting\n') |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 343 | print("Error: alphabet characters are absent from data collection" |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 421 | print('Error: `iconv` ended with error "{}".\n'.format(error)) |
| MEDIUM | thirdparty/uchardet/script/BuildLangModel.py | 426 | print('Error: "{}" is not a supported charset by python and `iconv` is not installed.\n') |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | thirdparty/scintilla/test/simpleTests.py | 1513 | # Since null, remaining calls return 0 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | thirdparty/scintilla/cocoa/InfoBar.mm | 232 | // Since the background is seamless, we don't need to take care for the proper offset. |
| LOW | thirdparty/uchardet/script/BuildLangModel.py | 326 | # If there is no alphabet defined, we just use the first 64 letters, which was |
| LOW | thirdparty/uchardet/script/langs/tr.py | 51 | # So I just use the alphabet variable below instead. |
| LOW | thirdparty/uchardet/script/langs/eo.py | 51 | # So I just use the alphabet variable below instead. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | thirdparty/lexilla/test/unit/catch.hpp | 12659 | // No children have started. We need to check if they _can_ |
| LOW | thirdparty/scintilla/test/unit/catch.hpp | 12659 | // No children have started. We need to check if they _can_ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | thirdparty/lexilla/test/examples/dart/AllStyles.dart | 207 | /// so don't forget to [feed] them some [Food]. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/scripts/init.lua | 5 | function DetectLanguageFromContents(contents) |