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

Class name fixup-routine handles numbers incorrectly

XMLWordPrintable

    • 1.0beta
    • sparc
    • solaris_2.4
    • Not verified

      While reading java.net.URLConnection
      I noticed that:

      On line 395

      '0' <= c && c <= 9))

      should evidently be:

      '0' <= c && c <= '9'))

      This looks like part of some kind of name translation rule.

            duke J. Duke
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: