Incorrect prompt for Console.readLine

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 23
    • Affects Version/s: 22, 23
    • Component/s: tools
    • None
    • b23

      Consider code like:
      ---
      public class ConsoleTest {
           public static void main(String... args) {
               System.console().readLine("%%s");
           }
      }
      ---

      This should print '%s' as the prompt, but it prints nothing.

            Assignee:
            Jan Lahoda
            Reporter:
            Jan Lahoda
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: