Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8010720

Linkage problem with java.lang.String.length()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 8
    • None
    • core-libs
    • None
    • b84
    • Verified

    Description

      var s = new java.lang.String("");
      print(typeof s);
      print(s.length());
      print(s);

      produces "0.0 is not a function" on the line with the length call.

      This is the third issue we've found with the javafx buildscript.

      Rhino writes:

      object
      0
      <the empty string>

      This is some kind of linking issue.

      Attachments

        Issue Links

          Activity

            People

              sundar Sundararajan Athijegannathan
              lagergren Marcus Lagergren
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: