You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Keith R. Bennett (JIRA)" <ji...@apache.org> on 2007/09/13 19:59:32 UTC

[jira] Created: (TIKA-15) Utils.print does not print a Content having no value.

Utils.print does not print a Content having no value.
-----------------------------------------------------

                 Key: TIKA-15
                 URL: https://issues.apache.org/jira/browse/TIKA-15
             Project: Tika
          Issue Type: Improvement
          Components: general
    Affects Versions: 0.1-incubator
            Reporter: Keith R. Bennett
            Priority: Minor
             Fix For: 0.1-incubator


(Forgive me if this is a feature rather than a bug.)  I was running a test and wanted to see all Content entries found in the document.  I noticed that Content objects lacking any values was not printed out.  The patch I will submit momentarily adds output for such cases.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TIKA-15) Utils.print does not print a Content having no value.

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-15.
-------------------------------

    Resolution: Fixed
      Assignee: Jukka Zitting

Patch applied in revision 576341. Thanks!

> Utils.print does not print a Content having no value.
> -----------------------------------------------------
>
>                 Key: TIKA-15
>                 URL: https://issues.apache.org/jira/browse/TIKA-15
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 0.1-incubator
>
>         Attachments: tika-15.patch
>
>
> (Forgive me if this is a feature rather than a bug.)  I was running a test and wanted to see all Content entries found in the document.  I noticed that Content objects lacking any values was not printed out.  The patch I will submit momentarily adds output for such cases.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TIKA-15) Utils.print does not print a Content having no value.

Posted by "Keith R. Bennett (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith R. Bennett updated TIKA-15:
---------------------------------

    Attachment: tika-15.patch

Adds the following:

            } else { // there are no values, but there is a Content object
                System.out.println("Content '" + ct.getName() + "' has no values.");


> Utils.print does not print a Content having no value.
> -----------------------------------------------------
>
>                 Key: TIKA-15
>                 URL: https://issues.apache.org/jira/browse/TIKA-15
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Priority: Minor
>             Fix For: 0.1-incubator
>
>         Attachments: tika-15.patch
>
>
> (Forgive me if this is a feature rather than a bug.)  I was running a test and wanted to see all Content entries found in the document.  I noticed that Content objects lacking any values was not printed out.  The patch I will submit momentarily adds output for such cases.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.