Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-1020

[Duplicate error] Converting BigInteger to string when 0 yields string.Empty

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • PortCMIS 0.2.0
    • None
    • portcmis
    • None

    Description

      this is the same bug reported in:

      https://issues.apache.org/jira/browse/CMIS-1018

      appearing in another file, BrowserBinding.cs, line 520

      Wrong:

      return ((BigInteger)value).ToString("#", CultureInfo.InvariantCulture);

      Corrected:

      return ((BigInteger)value).ToString("0", CultureInfo.InvariantCulture);

      Attachments

        Activity

          People

            fmui Florian Müller
            gabfus Gabriele Fusacchia
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: