You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/06/20 04:05:24 UTC

[jira] [Created] (NUTCH-1796) Ensure Gora object builders are used as oppose to empty constructors.

Lewis John McGibbney created NUTCH-1796:
-------------------------------------------

             Summary: Ensure Gora object builders are used as oppose to empty constructors.
                 Key: NUTCH-1796
                 URL: https://issues.apache.org/jira/browse/NUTCH-1796
             Project: Nutch
          Issue Type: Bug
          Components: storage
    Affects Versions: 2.3
            Reporter: Lewis John McGibbney
            Assignee: Sebastian Nagel
            Priority: Blocker
             Fix For: 2.3


Since NUTCH-1714 was committed, we have had broken tests. This is due to Gora object constrctors being used as oppose to the Object .build()ers.
The constrctors are more efficient in memory, however they do not set default values for fields which means we can sometimes get NPE when we attempt to serde data.



--
This message was sent by Atlassian JIRA
(v6.2#6252)