Align required/found pairs in diagnostics

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 13
    • Affects Version/s: None
    • Component/s: tools
    • None
    • b13

      javac has some diagnostics that list 'required' and 'found' pairs, e.g. of type arguments. It's slightly easier to scan for the differences between those two lists if they're horizontally aligned, but the diagnostics aren't consistent about using horizontal alignment.

      Before:

      ```
          required: {2}\n\
          found: {3}\n\
      ```

      After:

      ```
          required: {2}\n\
          found:    {3}\n\
      ```

            Assignee:
            Liam Miller-Cushon
            Reporter:
            Liam Miller-Cushon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: