Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-1410

DataHelperImpl.toCalendar() with null locale should use default locale

    XMLWordPrintableJSON

Details

    Description

      DataHelperImpl.toCalendar() currently returns null if the locale parameter is null. However, according to the published SDO API javadoc comments, if locale is null then the default locale should be used. To resolve this, the following code can be added at the start of the method.

      if (locale == null)

      { locale = Locale.getDefault(); }

      Attachments

        Activity

          People

            Unassigned Unassigned
            andygrove Andy Grove
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: