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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • tools
    • 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

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

              Created:
              Updated:
              Resolved: