getOutVarNames 只能获取最外层属性,如何获取完整属性
Open
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
如 if(a.b.c>0) return 9999;
getOutVarNames只能获取到a,如果判断参数不能为空 b、c也需要获取到,请问如何获取?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the getOutVarNames entry point and reading how it handles the nested expression a.b.c. Reproduce the reported case and determine the expected complete set of property names, then add coverage showing that nested properties are returned correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100