Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-2054

Remove System.out.println()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8.4, 1.8.5, 1.8.6, 2.0.0
    • 1.8.6, 2.0.0
    • None
    • None

    Description

      For example at GlyfSimpleDescript.java

      ...
      catch (ArrayIndexOutOfBoundsException e)
              {
                  System.out.println("error: array index out of bounds");
              }
      

      and also 'printStackTrace' like in PageDrawer.java:

      ...
      catch( IOException io )
              {
                  io.printStackTrace();
              }
      

      Should forward exception or keep silence.

      Attachments

        Activity

          People

            tilman Tilman Hausherr
            thaichat04 Hong-Thai Nguyen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: