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

PCK.Encoder outputs debug message to System.err

XMLWordPrintable

      In file src/share/classes/sun/nio/cs/ext/PCK.java :

       98 public boolean canEncode(char c) {
       99 System.err.println("PCK can Enc");
      100 return (c < '\u00FF'
      101 || (encodeDouble(c) != 0)) ;
      102 }

      The call to System.err should be removed.

            ilittlesunw Ian Little (Inactive)
            andreas Andreas Sterbenz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: