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

带*号的jsonpath会抛出NullPointerException #3056

Closed
XiaoWeicheng opened this issue Mar 10, 2020 · 0 comments
Closed

带*号的jsonpath会抛出NullPointerException #3056

XiaoWeicheng opened this issue Mar 10, 2020 · 0 comments
Assignees
Milestone

Comments

@XiaoWeicheng
Copy link

这是抛出npe的位置
Exception in thread "main" java.lang.NullPointerException
at com.alibaba.fastjson.JSONPath.getPropertyValues(JSONPath.java:3251)
at com.alibaba.fastjson.JSONPath$WildCardSegment.eval(JSONPath.java:2279)
at com.alibaba.fastjson.JSONPath.eval(JSONPath.java:76)
at com.alibaba.fastjson.JSONPath.read(JSONPath.java:530)

@wenshao wenshao added this to the 1.2.67 milestone Mar 15, 2020
@wenshao wenshao self-assigned this Mar 15, 2020
wenshao added a commit that referenced this issue Mar 19, 2020
@wenshao wenshao closed this as completed May 4, 2020
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

No branches or pull requests

2 participants