jakartaee / expression-language

Jakarta Expression Language
https://eclipse.org/ee4j/el
Other
70 stars 50 forks source link

NullPointerException when value and targetType is null #140

Closed jbescos closed 4 years ago

jbescos commented 4 years ago

There is a NullPointerException when value == null and targetType == null

Caused by: java.lang.NullPointerException at com.sun.el.parser.AstValue.setValue(AstValue.java:247) at com.sun.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:294) at oracle.apps.hcm.hcmHomePage.publicUi.dc.facetedSearch.util.FacetedSearchUtility.setEL(FacetedSearchUtility.java:413) at oracle.apps.hcm.hcmHomePage.publicUi.dc.facetedSearch.facets.SelectLinkFacet.populateDefaultModelValues(SelectLinkFacet.java:228)