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

debug printout left in XMLParser.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 6
    • xml
    • b81
    • generic
    • generic

      http://forums.java.net/jive/thread.jspa?threadID=12721&tstart=0

        There's a debug output left in XMLScanner.java in delta 1.1.3.1 :
      1.1.3.1 protected void scanComment(XMLStringBuffer text)
      1.1.3.1 throws IOException, XNIException {
      1.1.3.1
      1.1.3.1 //System.out.println( "XMLScanner#scanComment# In Scan Comment" );
      1.1.3.1 // text
      1.1.3.1 // REVISIT: handle invalid character, eof
      1.1.3.1 text.clear();
      1.1.3.1 while (fEntityScanner.scanData("--", text)) {
      1.1.3.1 int c = fEntityScanner.peekChar();
      1.1.3.1
      1.1.3.1 System.out.println( "XMLScanner#scanComment#text.toString() == " + text.toString() );
      1.1.3.1 System.out.println( "XMLScanner#scanComment#c == " + c );

      It's still there in b77.

            sreddysunw Sunitha Reddy (Inactive)
            tdv Dmitri Trembovetski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: