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

javap could output whitespace between class name and opening brace

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 7
    • 1.4.2
    • tools
    • None
    • b30
    • generic
    • generic
    • Verified

      Output like

      Compiled from "Map.java"
      interface java.util.Map{
      ...

      Can be harder to read than

      Compiled from "Map.java"
      interface java.util.Map {

      or

      Compiled from "Map.java"
      interface java.util.Map
      {

            jjg Jonathan Gibbons
            darcy Joe Darcy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: