Repository Analysis

microsoft/react-native-windows

A framework for building native Windows apps with React.

2.4 Likely human-written View on GitHub
2.4
Adjusted Score
2.4
Raw Score
100%
Time Factor
2026-05-29
Last Push
17,270
Stars
C++
Language
848,133
Lines of Code
3176
Files
1987
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 5HIGH 5MEDIUM 51LOW 1926

Pattern Findings

1987 matches across 15 categories. Click a row to expand file-level details.

Over-Commented Block1614 hits · 1423 pts
SeverityFileLineSnippet
LOW.ado/release-pipeline.yml1#
LOW.ado/templates/set-appx-platforms.yml1parameters:
LOW.ado/templates/prepare-build-env.yml1# Steps to setup an environment that can build native code
LOW.ado/jobs/e2e-test.yml101 }
LOW.ado/jobs/e2e-test.yml161 condition: always()
LOWvnext/react-native.config.js21 dependencyConfig: lazyInstallSourcemaps(cli.dependencyConfig),
LOW…/Desktop.IntegrationTests/WebSocketIntegrationTest.cpp1// Copyright (c) Microsoft Corporation.
LOW…ktop.IntegrationTests/HttpResourceIntegrationTests.cpp1// Copyright (c) Microsoft Corporation.
LOWvnext/Desktop.IntegrationTests/TestCompositionContext.h1// Copyright (c) Microsoft Corporation.
LOWvnext/Desktop.IntegrationTests/WinRTActivationShims.cpp1// Copyright (c) Microsoft Corporation.
LOWvnext/Mso/activeObject/activeObject.h1// Copyright (c) Microsoft Corporation.
LOWvnext/Mso/activeObject/activeObject.h21//! - Override Finalize() method to ensure finalization in the associated queue. Destructor is run
LOWvnext/Mso/activeObject/activeObject.h201 // In case if we already inside of our queue, we delete synchronously.
LOWvnext/Mso/oacr/oacr.h21#include <stddef.h>
LOWvnext/Mso/oacr/oacr.h41#define __noreturn __declspec(noreturn)
LOWvnext/Mso/oacr/oacr.h61// use _SA_deprecated_ to mark functions or classes that should not be called any more
LOWvnext/Mso/oacr/oacr.h81#endif // _SA_deprecated_staging_
LOWvnext/Mso/oacr/oacr.h101// Office specific annotation used by the OLEO effort
LOWvnext/Mso/oacr/oacr.h121//
LOWvnext/Mso/oacr/oacr.h141//
LOWvnext/Mso/oacr/oacr.h161// Example:
LOWvnext/Mso/oacr/oacr.h181
LOWvnext/Mso/oacr/oacr.h201// use _Genericfunctype_ for function typedefs used for arrays of functions of different function types.
LOWvnext/Mso/oacr/oacr.h221// e.g _BindReturn_ void* malloc( size_t size );
LOWvnext/Mso/oacr/oacr.h241// };
LOWvnext/Mso/oacr/oacr.h261#else
LOWvnext/Mso/oacr/oacr.h281// use the OACR_REVIEWED_CALL macro to silent the warning after making sure that the function is used properly
LOWvnext/Mso/oacr/oacr.h301// use _Allow_implicit_ctor_ when a constructors is expected to be implicit.
LOWvnext/Mso/oacr/oacr.h321#endif
LOWvnext/Mso/oacr/oacr.h341#define __nothrowfunctype _Nothrowfunctype_
LOWvnext/Mso/oacr/oacr.h361#if !defined(__notrunccast)
LOWvnext/Mso/oacr/oacr.h381#if (defined(OACR) && OACR)
LOWvnext/Mso/oacr/oacr.h401#elif defined(__clang__)
LOWvnext/Mso/oacr/oacr.h421// for data members which are correctly initialized in the _Memberinitializer_ method.
LOWvnext/Mso/oacr/oacr.h441// use with OACR_ASSUME_NOTHROW_END to suppress NOTHROW_FUNC_THROWS warnings around functions that don't throw in this
LOWvnext/Mso/oacr/oacr.h461#else
LOWvnext/Mso/oacr/oacr.h481#else
LOWvnext/Mso/oacr/oacr.h501
LOWvnext/Mso/oacr/oacr.h521
LOWvnext/Mso/oacr/oacr.h541#if defined(TRUE)
LOWvnext/Mso/oacr/oacr.h561#else
LOWvnext/Mso/oacr/oacr.h581#if !defined(OACR_WARNING_ENABLE)
LOWvnext/Mso/oacr/oacr.h601#define OACR_WARNING_DISABLE(cWarning, comment)
LOWvnext/Mso/oacr/oacr.h621// {
LOWvnext/Mso/oacr/oacr.h641
LOWvnext/Mso/oacr/oacr.h661#define OACR_ASSUME_BYTECOUNT(pv, cb) __OACRAssumeByteCount(pv, cb)
LOWvnext/Mso/oacr/oacr.h681#define OACR_NOEXCEPT_MAYTERMINATE_IGNORE_STL _noexcept_mayterminate_ignore_stl_()
LOWvnext/Mso/oacr/oacr.h741#define __oacr_memberinitializer __declspec("_Memberinitializer_")
LOWvnext/Mso/oacr/oacr.h761#define __oacr_noexcept_maythrow __declspec("_Noexcept_maythrow_")
LOWvnext/Mso/oacr/oacr.h781#define __oacr_canthrow
LOWvnext/Mso/eventWaitHandle/eventWaitHandle.h1// Copyright (c) Microsoft Corporation.
LOWvnext/Mso/eventWaitHandle/eventWaitHandle.h21 virtual bool WaitFor(const std::chrono::milliseconds &waitDuration) const noexcept = 0;
LOWvnext/Mso/eventWaitHandle/eventWaitHandle.h41//! it block, like horses in a corral. When the event is signaled, by calling its Set method, all waiting
LOWvnext/Mso/eventWaitHandle/eventWaitHandle.h101//! Notifies a waiting thread that an event has occurred. This class cannot be inherited.
LOWvnext/Mso/dispatchQueue/dispatchQueue.h1// Copyright (c) Microsoft Corporation.
LOWvnext/Mso/dispatchQueue/dispatchQueue.h121 //! demand.
LOWvnext/Mso/dispatchQueue/dispatchQueue.h361
LOWvnext/Mso/dispatchQueue/dispatchQueue.h421 //! demand.
LOWvnext/Mso/compilerAdapters/compilerWarnings_impl.h1// Copyright (c) Microsoft Corporation.
LOWvnext/Mso/compilerAdapters/compilerWarnings_impl.h21#elif defined(__GNUC__)
1554 more matches not shown…
Hyper-Verbose Identifiers209 hits · 210 pts
SeverityFileLineSnippet
LOW.ado/scripts/npmPack.js121function findPackageJsonsRecursive(dir, results = []) {
LOW.ado/scripts/npmPack.js190function findWorkspacePackageJsons(repoRoot, workspacePatterns) {
LOW.ado/scripts/npmPack.js266function checkAndRemovePublishedPackages(targetDir) {
LOWvnext/metroShortPathAssetDataPlugin.js10async function metroShortPathAssetDataPlugin(asset) {
LOW…Copies/IntegrationTests/GlobalEvalWithSourceUrlTest.js22function GlobalEvalWithSourceUrlTest(): React.Node {
LOW…tCopies/IntegrationTests/IntegrationTestHarnessTest.js24function IntegrationTestHarnessTest(props: Props): React.Node {
LOWvnext/Shared/Networking/DefaultBlobResource.h83class BlobModuleResponseHandler final : public IResponseHandler {
LOW…raries/LogBox/UI/LogBoxInspectorReactFrames.windows.js52function LogBoxInspectorReactFrames(props: Props): React.Node {
LOW…braries/LogBox/UI/LogBoxInspectorStackFrame.windows.js27function LogBoxInspectorStackFrame(props: Props): React.Node {
LOW…/src-win/Libraries/Image/resolveAssetSource.windows.js96function setCustomSourceTransformer(
LOW…/src-win/Libraries/Image/resolveAssetSource.windows.js106function addCustomSourceTransformer(
LOW…src-win/Libraries/Image/AssetSourceResolver.windows.js84function getAssetPathInDrawableFolder(asset: PackagerAsset): string {
LOW…src-win/Libraries/Image/AssetSourceResolver.windows.js105function assetSupportsNetworkLoads(asset: PackagerAsset): boolean {
LOW…in/Libraries/Components/TextInput/TextInput.windows.js186function useTextInputStateSynchronization({
LOW…essibilityInfo/legacySendAccessibilityEvent.windows.js18function legacySendAccessibilityEvent(
LOW…src-win/Libraries/Pressability/Pressability.windows.js1049function convertPointerEventToMouseEvent(input: PointerEvent): MouseEvent {
LOW…rc/private/featureflags/ReactNativeFeatureFlagsBase.js114function maybeLogUnavailableNativeModuleError(configName: string): void {
LOW…rc/private/featureflags/ReactNativeFeatureFlagsBase.js132export function dangerouslyResetForTesting(): void {
LOWvnext/templates/templateUtils.js58function getWindowsDependencyConfig(root) {
LOWvnext/templates/old/generateWrapper.js12function makeGenerateWindowsWrapper(language = 'cpp', isDefault = false) {
LOWpackages/playground/metro.config.js117function tryResolveDevAbsoluteImport(moduleName) /*: string | null*/ {
LOWpackages/playground/metro.config.js131function tryResolveDevRelativeImport(
LOW…-iss/react-native-win32/metro-react-native-platform.js15function reactNativePlatformResolver(platformImplementations) {
LOW…ss/react-native-win32/metroShortPathAssetDataPlugin.js10async function metroShortPathAssetDataPlugin(asset) {
LOW…Libraries/LogBox/UI/LogBoxInspectorStackFrame.win32.js27function LogBoxInspectorStackFrame(props: Props): React.Node {
LOW…ibraries/LogBox/UI/LogBoxInspectorReactFrames.win32.js52function LogBoxInspectorReactFrames(props: Props): React.Node {
LOW…ries/LogBox/UI/LogBoxInspectorSourceMapStatus.win32.js27function LogBoxInspectorSourceMapStatus(props: Props): React.Node {
LOW…-win/Libraries/Components/TextInput/TextInput.win32.js183function useTextInputStateSynchronization({
LOW…ccessibilityInfo/legacySendAccessibilityEvent.win32.js18function legacySendAccessibilityEvent(
LOW…2/src-win/Libraries/Pressability/Pressability.win32.js1048function convertPointerEventToMouseEvent(input: PointerEvent): MouseEvent {
LOW…win/src/private/animated/NativeAnimatedHelper.win32.js356function ensureGlobalEventEmitterListeners() {
LOW…win/src/private/animated/NativeAnimatedHelper.win32.js405function assertNativeAnimatedModule(): void {
LOW…c/js/examples-win32/Color/ColorGradientWin32Example.js20function VerticalToTransparentExample() {
LOW…c/js/examples-win32/Color/ColorGradientWin32Example.js53function ThreeColorsHorizontalExample() {
LOW…amples/InputAccessoryView/InputAccessoryViewExample.js59function InputAccessoryViewExample(): React.Node {
LOW…ive/tester/js/examples/ScrollView/ScrollViewExample.js197function ScrollViewScrollToExample(): React.Node {
LOW…ive/tester/js/examples/ScrollView/ScrollViewExample.js1368function ClippingExampleHorizontal() {
LOW…ive/tester/js/examples/ScrollView/ScrollViewExample.js1406function ChildrenWithTouchEventsOverflowingContainerHorizontal() {
LOW…s/ScrollView/ScrollViewPressableStickyHeaderExample.js54export default function ScrollViewPressableStickyHeaderExample(): React.Node {
LOW…ples/ScrollView/ScrollViewIndicatorInsetsIOSExample.js26function ScrollViewIndicatorInsetsExample(): React.Node {
LOW…mples/ScrollView/ScrollViewKeyboardInsetsIOSExample.js25function ScrollViewKeyboardInsetsExample(): React.Node {
LOW…imental/Compatibility/ManyPointersPropertiesExample.js46function ManyPointersPropertiesExample(): React.Node {
LOW…al/Compatibility/CompatibilityNativeGestureHandling.js34function CompatibilityNativeGestureHandling(): React.Node {
LOW…ntal/Compatibility/CompatibilityAnimatedPointerMove.js41function CompatibilityAnimatedPointerMove(): React.Node {
LOW…mental/PlatformTest/RNTesterPlatformTestResultsText.js21export default function RNTesterPlatformTestResultsText(
LOW…latformTest/RNTesterPlatformTestMinimizedResultView.js26export default function RNTesterPlatformTestMinimizedResultView({
LOW…ntal/PlatformTest/RNTesterPlatformTestEventRecorder.js172export function useRecorderTestEventHandlers(
LOW…imental/PlatformTest/RNTesterPlatformTestResultView.js185export default function RNTesterPlatformTestResultView(
LOW…ental/PlatformTest/RNTesterPlatformTestInstructions.js20export default function RNTesterPlatformTestInstructions({
LOW…terEventPlatformTests/PointerEventPointerMoveAcross.js98function PointerEventPointerMoveAcrossTestCase(
LOW…terEventPlatformTests/PointerEventPointerMoveAcross.js154export default function PointerEventPointerMoveAcross(
LOW…PlatformTests/PointerEventAttributesNoHoverPointers.js29function PointerEventAttributesNoHoverPointersTestCase(
LOW…PlatformTests/PointerEventAttributesNoHoverPointers.js230export default function PointerEventAttributesNoHoverPointers(
LOW…erEventPlatformTests/PointerEventPointerMoveBetween.js74function PointerEventPointerMoveBetweenTestCase(
LOW…erEventPlatformTests/PointerEventPointerMoveBetween.js124export default function PointerEventPointerMoveBetween(
LOW…3CPointerEventPlatformTests/PointerEventPointerMove.js22function PointerEventPointerMoveTestCase(
LOW…rmTests/PointerEventPointerMoveOnChordedMouseButton.js27function PointerEventPointerMoveOnChordedMouseButtonTestCase(
LOW…rmTests/PointerEventPointerMoveOnChordedMouseButton.js121export default function PointerEventPointerMoveOnChordedMouseButton(
LOW…ventPlatformTests/PointerEventPointerMoveEventOrder.js55function PointerEventPointerMoveEventOrderTestCase(
LOW…ventPlatformTests/PointerEventPointerMoveEventOrder.js137export default function PointerEventPointerMoveEventOrder(
149 more matches not shown…
Decorative Section Separators33 hits · 129 pts
SeverityFileLineSnippet
MEDIUM.ado/build-template.yml99 #=================================================================
MEDIUM.ado/build-template.yml103 #=================================================================
MEDIUM.ado/build-template.yml221 #=================================================================
MEDIUM.ado/build-template.yml225 #=================================================================
MEDIUM.ado/build-template.yml498 #=================================================================
MEDIUM.ado/build-template.yml502 #=================================================================
MEDIUM.ado/build-template.yml522 #=================================================================
MEDIUM.ado/build-template.yml526 #=================================================================
MEDIUMvnext/Mso/src/future/futureImpl.h30// ┌────────────────┬───────────────────┬──────────────┬─────────────────────────────────┐
MEDIUMvnext/Mso/src/future/futureImpl.h32// │ │ │ ┏━━━━━━━━━━━━┓ │
MEDIUMvnext/Mso/src/future/futureImpl.h34// │ │ │ │ ┗━━━━━━━━━━━━┛ │ ╔═════════════╗
MEDIUMvnext/Mso/src/future/futureImpl.h36// ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┓ │ ╚═════════════╝
MEDIUMvnext/Mso/src/future/futureImpl.h37// ┃ Pending ┃───►┃ Posting ┃───────►┃ Invoking ┃───────►┃ SettingResult ┃───┤
MEDIUMvnext/Mso/src/future/futureImpl.h38// ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━┛ │ ╔═════════════╗
MEDIUMvnext/Mso/src/future/futureImpl.h40// │ │ │ ┏━━━━━━━━━━┓ │ │ ╚═════════════╝
MEDIUMvnext/Mso/src/future/futureImpl.h42// │ │ ┗━━━━━━━━━━┛ │
MEDIUMvnext/Mso/src/future/futureImpl.h44// └──────────────┴─────────────┴────────────────────────────────┘
MEDIUMvnext/Mso/src/future/futureImpl.h95// ╔═════════════╗
MEDIUMvnext/Mso/src/future/futureImpl.h96// ┌──────────────────────────────┬───►║ Succeeded ║
MEDIUMvnext/Mso/src/future/futureImpl.h97// ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┓ │ ╚═════════════╝
MEDIUMvnext/Mso/src/future/futureImpl.h99// ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━┛ │ ╔═════════════╗
MEDIUMvnext/Mso/src/future/futureImpl.h101// ╚═════════════╝
MEDIUMvnext/Mso/src/future/futureImpl.h110// ╔═════════════════════╗
MEDIUMvnext/Mso/src/future/futureImpl.h114// ╟─────────────────────╢
MEDIUMvnext/Mso/src/future/futureImpl.h118// ╟─────────────────────╢
MEDIUMvnext/Mso/src/future/futureImpl.h122// ╟─────────────────────╢
MEDIUMvnext/Mso/src/future/futureImpl.h126// ╟─────────────────────╢
MEDIUMvnext/Mso/src/future/futureImpl.h130// ╚═════════════════════╝
MEDIUMvnext/external/fmt/test/gtest/CMakeLists.txt1#------------------------------------------------------------------------------
MEDIUM.github/workflows/perf-tests.yml37 # ── Setup ──────────────────────────────────────────────
MEDIUM.github/workflows/perf-tests.yml74 # ── Run Tests ──────────────────────────────────────────
MEDIUM.github/workflows/perf-tests.yml91 # ── Compare & Report ───────────────────────────────────
MEDIUM.github/workflows/perf-tests.yml115 # ── Status Gate ────────────────────────────────────────
Fake / Example Data68 hits · 74 pts
SeverityFileLineSnippet
LOWpackages/playground/Samples/text.tsx86 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOWpackages/playground/Samples/text.tsx86 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…32-tester/src/js/components/ListExampleShared.win32.js225 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \
LOW…32-tester/src/js/components/ListExampleShared.win32.js225 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \
LOW…ples-win32/Accessibility/AccessibilityExampleWin32.tsx90 {this.state.expanded ? <Text>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</Te
LOW…ples-win32/Accessibility/AccessibilityExampleWin32.tsx90 {this.state.expanded ? <Text>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</Te
LOW…react-native/tester/js/components/ListExampleShared.js223 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \
LOW…react-native/tester/js/components/ListExampleShared.js223 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \
LOW…ester/js/examples/TextInput/TextInputSharedExamples.js1213 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ester/js/examples/TextInput/TextInputSharedExamples.js1213 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…-native/tester/js/examples/Text/TextExample.android.js1175 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris
LOW…-native/tester/js/examples/Text/TextExample.android.js1175 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris
LOW…-native/tester/js/examples/Text/TextExample.android.js1196 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…-native/tester/js/examples/Text/TextExample.android.js1196 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…-native/tester/js/examples/Text/TextExample.android.js1202 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…-native/tester/js/examples/Text/TextExample.android.js1202 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…-native/tester/js/examples/Text/TextExample.android.js1700 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…-native/tester/js/examples/Text/TextExample.android.js1700 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…-native/tester/js/examples/Text/TextExample.android.js1719 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…-native/tester/js/examples/Text/TextExample.android.js1719 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…t-native/tester/js/examples/Text/TextSharedExamples.js96 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin volutpat
LOW…t-native/tester/js/examples/Text/TextSharedExamples.js96 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin volutpat
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js336 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js336 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js355 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js355 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js361 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js361 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js1117 Lorem ipsum dolor sit amet,{' '}
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js1117 Lorem ipsum dolor sit amet,{' '}
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js1551 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js1551 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js1570 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…eact-native/tester/js/examples/Text/TextExample.ios.js1570 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…/examples/Accessibility/AccessibilityAndroidExample.js70 <RNTesterText>Dolor sit amet{'\n'}</RNTesterText>
LOW…s/react-native-platform-override/src/test/Hash.test.ts111 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts117 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts129 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts136 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts148 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts157 {filename: 'a\\c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts171 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts177 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts189 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts195 {filename: 'src-win/a/c.txt', content: 'Lorem Ipsum'},
LOW…s/react-native-platform-override/src/test/Hash.test.ts208 {filename: 'a/c.txt', content: 'Lorem Ipsum'},
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1229 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1229 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1235 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1235 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1210 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1210 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1902 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1902 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1921 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js1921 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js2012 {`Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore Ut eni
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js2012 {`Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore Ut eni
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js2025 {`Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore Ut eni
LOW…ows/tester/src/js/examples/Text/TextExample.windows.js2025 {`Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore Ut eni
8 more matches not shown…
Hallucination Indicators5 hits · 50 pts
SeverityFileLineSnippet
CRITICAL…actNative.Managed.IntegrationTests/UnitTestApp.xaml.cs70 Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.CreateDefaultUI();
CRITICAL…actNative.Managed.IntegrationTests/UnitTestApp.xaml.cs75 Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.Run(e.Arguments);
CRITICAL…soft.ReactNative.Managed.UnitTests/UnitTestApp.xaml.cs64 Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.CreateDefaultUI();
CRITICAL…soft.ReactNative.Managed.UnitTests/UnitTestApp.xaml.cs69 Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.Run(e.Arguments);
CRITICAL…t-native-windows/telemetry/src/test/errorUtils.test.ts197 `2:6>C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\XamlCompiler\\Microsoft.Windows.UI.Xaml.Common.
AI Slop Vocabulary11 hits · 33 pts
SeverityFileLineSnippet
MEDIUM…t.ReactNative.Managed.CodeGen/DiagnosticDescriptors.cs14 /// to leverage their standardized error formats and location handling.
MEDIUMvnext/Shared/BaseScriptStoreImpl.cpp199 // Essentially, we are trying to construct,
MEDIUMvnext/Shared/OInstance.cpp149 // Essentially, there is an 8 byte long file header with 4 bytes of a magic number followed by 4 bytes to encode
MEDIUMvnext/external/fmt/test/gtest/gtest/gtest.h7406// This implementation is *not* meant to be as highly tuned or robust
MEDIUMvnext/external/fmt/test/gtest/gtest/gtest.h7477// In practice, this can be used to test functions that utilize the
MEDIUMvnext/external/fmt/include/fmt/format.h3450 // Compilers are not aware of how to leverage the maximum value of
MEDIUMvnext/external/folly/folly/SharedMutex.h1616// std::shared_lock specialization for folly::SharedMutex to leverage tokenful
MEDIUMvnext/external/folly/folly/MPMCQueue.h64/// which is more robust to contention than a CAS loop. Each of the
MEDIUMvnext/external/folly/folly/detail/RangeSse42.cpp23// Essentially, two versions of this file: one with an SSE42 implementation
MEDIUM…e2e-test-app-fabric/test/LegacyTextHitTestTest.test.ts139 // robust to different screen resolutions and scale settings, the test cases
MEDIUM…e2etest/collateral/0.62.2/jest/assetFileTransformer.js19 // the correct images are loaded for components. Essentially
Verbosity Indicators16 hits · 32 pts
SeverityFileLineSnippet
LOWvnext/external/fmt/include/fmt/format-inl.h1249 // Step 1: integer promotion & Schubfach multiplier calculation.
LOWvnext/external/fmt/include/fmt/format-inl.h1304 // Step 2: Try larger divisor; remove trailing zeros if necessary.
LOWvnext/external/fmt/include/fmt/format-inl.h1336 // Step 3: Find the significand with the smaller divisor.
LOWvnext/external/folly/folly/String.cpp535 // Step 1: Clear the high order bit. We'll deal with it in Step 5.
LOWvnext/external/folly/folly/String.cpp542 // Step 2: Add 0x25 (37)
LOWvnext/external/folly/folly/String.cpp549 // Step 3: clear the high order bit
LOWvnext/external/folly/folly/String.cpp555 // Step 4: Add 0x1a (26)
LOWvnext/external/folly/folly/String.cpp564 // Step 5: Shift the high order bit 2 spaces to the right: the spot
LOWvnext/external/folly/folly/String.cpp575 // Step 6: Apply a mask to clear everything except the 0x20 bit
LOWvnext/external/folly/folly/String.cpp581 // Step 7: Add rotated to c
LOWvnext/external/folly/folly/Conv.cpp376 // that was processed, so we need to check if that character was
LOWvnext/external/folly/folly/IPAddressV6.cpp163 // Step 1: first 8 bytes are network prefix, and can be stripped
LOWvnext/external/folly/folly/IPAddressV6.cpp164 // Step 2: invert the universal/local (U/L) flag (bit 7)
LOWvnext/external/folly/folly/IPAddressV6.cpp166 // Step 3: copy these bytes as they are
LOWvnext/external/folly/folly/IPAddressV6.cpp169 // Step 4: strip bytes (0xfffe), which are bytes_[11] and bytes_[12]
LOWvnext/external/folly/folly/IPAddressV6.cpp170 // Step 5: copy the rest.
Synthetic Comment Markers3 hits · 22 pts
SeverityFileLineSnippet
HIGHvnext/Desktop.UnitTests/OriginPolicyHttpFilterTest.cpp268 // Return allowed headers as requested by client, in lower case.
HIGHvnext/Desktop.UnitTests/OriginPolicyHttpFilterTest.cpp309 // Return allowed headers as requested by client
HIGH…ive.IntegrationTests/codegen/msrnIntegrationTestsJSI.h2 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
Self-Referential Comments4 hits · 12 pts
SeverityFileLineSnippet
MEDIUMCodeQL.yml1# This file is used to configure CodeQL alerts.
MEDIUM.ado/publish.yml3# This file is a copy of ci-pipeline.yml kept for backward compatibility
MEDIUM.ado/windows-vs-pr.yml3# This file is a copy of pr-pipeline.yml kept for backward compatibility
MEDIUMvnext/external/fmt/support/manage.py191 # Create a release on GitHub.
Slop Phrases7 hits · 12 pts
SeverityFileLineSnippet
LOW…Native/Fabric/Composition/CompositionContextHelper.cpp2137 // Don't forget to declare your app's minimum required feature level in its
LOWvnext/external/folly/folly/FBString.h651 // Medium strings are copied eagerly. Don't forget to allocate
LOWvnext/external/folly/folly/FBString.h721 // Medium strings are allocated normally. Don't forget to
LOWvnext/external/folly/folly/FBString.h802 // Keep the string at medium size. Don't forget to allocate
LOWvnext/external/folly/folly/FBString.h835 // Don't forget to allocate one extra Char for the terminating null
MEDIUMvnext/external/folly/folly/Format.h437 * so feel free to modify it in place if necessary. (For example, wrap an
LOW…t/external/folly/folly/container/HeterogeneousAccess.h48// the header that declares T. Don't forget to typedef is_transparent to
Deep Nesting9 hits · 9 pts
SeverityFileLineSnippet
LOWvnext/external/fmt/support/docopt.py72
LOWvnext/external/fmt/support/docopt.py301
LOWvnext/external/fmt/support/docopt.py334
LOWvnext/external/fmt/support/docopt.py402
LOWvnext/external/fmt/support/docopt.py428
LOWvnext/external/fmt/support/docopt.py57
LOWvnext/external/fmt/support/printable.py133
LOWvnext/external/fmt/support/manage.py116
LOW…t/support/python/mkdocstrings_handlers/cxx/__init__.py241
Cross-Language Confusion2 hits · 8 pts
SeverityFileLineSnippet
HIGHvnext/external/fmt/support/printable.py194 print(" if (0x{:x} <= cp && cp < 0x{:x}) return false;".format(a, a + b))
HIGHvnext/external/fmt/support/manage.py192 fmt_repo.push('origin', 'release')
Excessive Try-Catch Wrapping2 hits · 4 pts
SeverityFileLineSnippet
MEDIUMvnext/external/fmt/doc/ChangeLog-old.md2026 fmt::print("Error: ");
MEDIUMvnext/external/fmt/doc/ChangeLog-old.md3171 fmt::print("Error: {}");
Example Usage Blocks2 hits · 3 pts
SeverityFileLineSnippet
LOW…es/Components/RefreshControl/RefreshControl.windows.js87 * ### Usage example
LOWvnext/external/folly/folly/CancellationToken.h155// Example usage:
Unused Imports2 hits · 2 pts
SeverityFileLineSnippet
LOWvnext/external/fmt/support/manage.py13
LOWvnext/external/fmt/support/manage.py16