Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903398

Incorrect format for version in error message

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • 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);
          }

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

              Created:
              Updated:
              Resolved: