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

[DOM] Handling Null TypeBinding for Array-Declared Fields #3735

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

subyssurendran666
Copy link
Contributor

What it does

All the necessary information has been added to the parent ticket.
This PR closes #3734

How to test

Author checklist

@subyssurendran666 subyssurendran666 force-pushed the Handling_Null_TypeBinding_for_Array-Declared_Fields_3734 branch from 8f9d78f to 7ac3318 Compare February 18, 2025 04:02
Copy link
Contributor

@mpalat mpalat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@subyssurendran666 What is the additional info given by this? We already have getDeclaredFields() as an api. Maybe am missing something here ?

@subyssurendran666
Copy link
Contributor Author

@subyssurendran666 What is the additional info given by this? We already have getDeclaredFields() as an api. Maybe am missing something here ?

You are right, we have to propose a new API like isDeclaredInArray(), for Whether the field is declared inside an array (i.e., an element inside an array). I will add detailed information in the parent ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOM] Handling Null TypeBinding for Array-Declared Fields
2 participants