Description
By performance reasons, FlashELResolver should get FacesContext instance when it is necessary. Just moving some lines we can save a map.get() call per each evaluation. Additionally, a check for null should be added too.
By performance reasons, FlashELResolver should get FacesContext instance when it is necessary. Just moving some lines we can save a map.get() call per each evaluation. Additionally, a check for null should be added too.