Uploaded image for project: 'Commons JEXL'
  1. Commons JEXL
  2. JEXL-349

Script valid in 3.0 no longer valid

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.2
    • None

    Description

      String text = "(A ? B.C : D)";
      JexlExpression expr = engine.createExpression(text); // works at HEAD
      JexlExpression script = engine.createScript(text); // does not work
      

      Both lines above work in 3.0

      Attachments

        Issue Links

          Activity

            People

              henrib Henri Biestro
              csamak Cameron Samak
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: