debug printout left in XMLParser.java

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 6
    • Affects Version/s: 6
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: