eclipse-jdt / eclipse-jdt/eclipse.jdt.core
[DOM] Handling Null TypeBinding for Array-Declared Fields
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
Currently, there is no way to determine if a field is declared as an array using its TypeBinding. When resolving a field reference, the ITypeBinding returns null for fields declared as arrays, making it difficult to distinguish them from other field types.
Ref: https://bugs.eclipse.org/bugs/show_bug.cgi?id=333662
Contributor guide
Assessment
This issue has not been assessed yet.