Reports possible problems caused by non-standard EL extensions: JSF EL expressions outside attributes, non-standard EL expressions, and so on.

Example:



<f:view>
  <h:form>
    <f:loadBundle var="example"/>
    <h:commandButton action="${example.size()}"/> // Warning: method call is nonstandard extension
  </h:form>
</f:view>