JavaImporter fails to resolve method elements within functions, that contain too many statements

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 10
    • Affects Version/s: 8, 9, 10
    • Component/s: core-libs
    • None

        JavaImporter fails to resolve method elements within functions, that contain too many statements
        var imports = new JavaImporter(java.lang, java.util);
         with (imports) {
          function func() {
           var i = new Integer(2); // first statement
            // more statements...
          }
          func();
        }

              Assignee:
              Priya Lakshmi Muthuswamy (Inactive)
              Reporter:
              Priya Lakshmi Muthuswamy (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: