Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix nullsafe FIXMEs for SurfaceMountingManager.java and mark nullsafe #50369

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

GijsWeterings
Copy link
Contributor

Summary:
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Differential Revision: D71979577

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Mar 28, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71979577

GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 4, 2025
…facebook#50369)

Summary:

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71979577

GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 4, 2025
…facebook#50369)

Summary:
Pull Request resolved: facebook#50369

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
@GijsWeterings GijsWeterings force-pushed the export-D71979577 branch 2 times, most recently from 67d1697 to 12370a9 Compare April 4, 2025 11:49
GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 4, 2025
…facebook#50369)

Summary:

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71979577

GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 4, 2025
…facebook#50369)

Summary:
Pull Request resolved: facebook#50369

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 7, 2025
…facebook#50369)

Summary:

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71979577

GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 7, 2025
…facebook#50369)

Summary:
Pull Request resolved: facebook#50369

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
@GijsWeterings GijsWeterings force-pushed the export-D71979577 branch 2 times, most recently from 88f3a9b to 01368f1 Compare April 7, 2025 10:35
GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 7, 2025
…facebook#50369)

Summary:

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71979577

GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 7, 2025
…facebook#50369)

Summary:
Pull Request resolved: facebook#50369

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 7, 2025
…facebook#50369)

Summary:

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 7, 2025
…facebook#50369)

Summary:

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71979577

GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 7, 2025
…facebook#50369)

Summary:
Pull Request resolved: facebook#50369

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
…-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java (facebook#50359)

Summary:
Pull Request resolved: facebook#50359

Added nullsafe FIXMEs for easier reviewing of next diff, where we fix them

Changelog: [Internal]

Differential Revision: D71979578
GijsWeterings added a commit to GijsWeterings/react-native that referenced this pull request Apr 8, 2025
…facebook#50369)

Summary:

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
…facebook#50369)

Summary:
Pull Request resolved: facebook#50369

Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made SurfaceMountingManager.java nullsafe

Reviewed By: javache

Differential Revision: D71979577
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D71979577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants