Skip to content

Fix MissingOverrideAnnotation: Add @Override to UIManagerModule methods#55981

Closed
mdvacca wants to merge 2 commits intofacebook:mainfrom
mdvacca:export-D95412726
Closed

Fix MissingOverrideAnnotation: Add @Override to UIManagerModule methods#55981
mdvacca wants to merge 2 commits intofacebook:mainfrom
mdvacca:export-D95412726

Conversation

@mdvacca
Copy link
Contributor

@mdvacca mdvacca commented Mar 6, 2026

Summary:
Fixed MissingOverrideAnnotation lint errors in UIManagerModule.java.

Added Override annotation to sendAccessibilityEvent(), addUIManagerEventListener(), removeUIManagerEventListener(), and updateRootLayoutSpecs() methods which override methods from a superclass but were missing the annotation.

changelog: [internal] internal

Differential Revision: D95412726

mdvacca added 2 commits March 6, 2026 09:37
…tRootViewTag

Summary:
Fixed MissingOverrideAnnotation lint errors in ReactRootView.java.

Added Override annotation to getRootViewTag() and setRootViewTag() methods which override methods from a superclass but were missing the annotation.

changelog: [internal] internal

Differential Revision: D95412652
Summary:
Fixed MissingOverrideAnnotation lint errors in UIManagerModule.java.

Added Override annotation to sendAccessibilityEvent(), addUIManagerEventListener(), removeUIManagerEventListener(), and updateRootLayoutSpecs() methods which override methods from a superclass but were missing the annotation.

changelog: [internal] internal

Differential Revision: D95412726
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 6, 2026
@meta-codesync
Copy link

meta-codesync bot commented Mar 6, 2026

@mdvacca has exported this pull request. If you are a Meta employee, you can view the originating Diff in D95412726.

mdvacca added a commit to mdvacca/react-native that referenced this pull request Mar 6, 2026
…ds (facebook#55981)

Summary:

Fixed MissingOverrideAnnotation lint errors in UIManagerModule.java.

Added Override annotation to sendAccessibilityEvent(), addUIManagerEventListener(), removeUIManagerEventListener(), and updateRootLayoutSpecs() methods which override methods from a superclass but were missing the annotation.

changelog: [internal] internal

Differential Revision: D95412726
mdvacca added a commit to mdvacca/react-native that referenced this pull request Mar 6, 2026
…ds (facebook#55981)

Summary:

Fixed MissingOverrideAnnotation lint errors in UIManagerModule.java.

Added Override annotation to sendAccessibilityEvent(), addUIManagerEventListener(), removeUIManagerEventListener(), and updateRootLayoutSpecs() methods which override methods from a superclass but were missing the annotation.

changelog: [internal] internal

Differential Revision: D95412726
@meta-codesync meta-codesync bot closed this in f7e8112 Mar 6, 2026
@meta-codesync
Copy link

meta-codesync bot commented Mar 6, 2026

This pull request has been merged in f7e8112.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Mar 6, 2026
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 Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants