Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-1256

EL autcompletion and validation should be aware of ELResolvers

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Critical Critical
    • 2.0.0.CR1
    • None
    • seam2
    • None

      In a Seam environment, certain ELResolvers are installed. The EL autocompletion needs to take account of them:

      For objects of type java.util.Map:

      • NEVER show a warning that the property cannot be resolved, it can be an key of the Map
      • Add "size", "values", "ketSet", "entrySet" to the possible completions (see SeamELResolver)

      For objects of type java.util.Collection:

      • Add "size" to possible completions

      For objects of type javax.faces.model.DataModel:

      • Add "size" and "empty" to possible completions

      For objects of type java.util.ResourceBundle:

      • NEVER show a warning that the property cannot be resolved, it can be a key of resource bundle

            vrubezhny Victor Rubezhny (Inactive)
            gavin.king Gavin King (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: