• Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.1
    • fx2.1
    • javafx
    • None
    • web

      Currently we have two implementations for converting JavaScript values to Java objects. (1) is in JNIUtilityPrivate.cpp and is used or converting argument; (2) is in BridgeUtils.cpp and is used for most other conversions.

      This duplication is wasteful and makes merging with upstream harder. Worse, it may hide bugs and make fixing them harder. Specifically, while trying to merge (1) and(2) I have found a coupl of serious bugs, primarily in (1).

            pbothner Per Bothner (Inactive)
            pbothner Per Bothner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: