Skip to content

Fix MissingOverrideAnnotation: Add @Override to setLetterSpacing in ReactTextView#55984

Closed
mdvacca wants to merge 4 commits intofacebook:mainfrom
mdvacca:export-D95412892
Closed

Fix MissingOverrideAnnotation: Add @Override to setLetterSpacing in ReactTextView#55984
mdvacca wants to merge 4 commits intofacebook:mainfrom
mdvacca:export-D95412892

Conversation

@mdvacca
Copy link
Contributor

@mdvacca mdvacca commented Mar 6, 2026

Summary:
Fixed MissingOverrideAnnotation lint error in ReactTextView.java.

Added Override annotation to setLetterSpacing() method which overrides a method from a superclass but was missing the annotation.

changelog: [internal] internal

Differential Revision: D95412892

mdvacca added 4 commits March 6, 2026 10:41
…tRootViewTag (facebook#55980)

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
…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
…acebook#55983)

Summary:

Fixed MissingOverrideAnnotation lint errors in ReactHorizontalScrollView.java and ReactScrollView.java.

Added Override annotation to getScrollEnabled(), reactSmoothScrollTo(), and getStateWrapper() methods in both scroll view implementations, keeping them in sync as required.

changelog: [internal] internal

Differential Revision: D95412846
…eactTextView

Summary:
Fixed MissingOverrideAnnotation lint error in ReactTextView.java.

Added Override annotation to setLetterSpacing() method which overrides a method from a superclass but was missing the annotation.

changelog: [internal] internal

Differential Revision: D95412892
@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 D95412892.

@meta-codesync meta-codesync bot closed this in 5ba0a1b Mar 6, 2026
@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Mar 6, 2026
@meta-codesync
Copy link

meta-codesync bot commented Mar 6, 2026

This pull request has been merged in 5ba0a1b.

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