JShell: couldn't smash the error when it's Japanese locale

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: tools
    • Environment:

      Japanese locale.

      Probably you can reproduce this with -J-Duser.language=ja.

    • b102
    • generic
    • generic
    • Verified


      When it is Japanese locale,
      -> class C extends D{}
      | Error:
      | シンボルを見つけられません
      | シンボル: クラス D
      | 場所: クラス
      | class C extends D{}
      | ^
      | Added class C, however, it cannot be referenced until

      But it should be:
      -> class C extends D{}
      | Added class C, however, it cannot be referenced until class D is declared

            Assignee:
            Shinya Yoshida
            Reporter:
            Shinya Yoshida
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: