Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8286371

Avoid use of deprecated str[n]icmp

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 19
    • 19
    • hotspot
    • None
    • b22
    • windows

      Windows has the functions stricmp and strnicmp (which are the same as POSIX strcasecmp and strncasecmp, resp.) These functions are deprecated (as part of the general Windows deprecation of POSIX functions - see _CRT_NONSTDC_NO_DEPRECATE), with the suggested alternative being _stricmp and _strnicmp. We should try to avoid using deprecated functions.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: