Incorrect format for version in error message

XMLWordPrintable

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

      In Version.java, `getVersionBuildString` uses the old ` b` notation, instead of the new `+` notation.

          String getVersionBuildString() {
              return versionString != null
                      ? versionString
                      : String.format("%s b%s", version, build);
          }

            Assignee:
            Jonathan Gibbons
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: