[
https://issues.apache.org/jira/browse/FLUME-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264407#comment-13264407
]
[email protected] commented on FLUME-1160:
------------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4927/
-----------------------------------------------------------
(Updated 2012-04-28 21:36:08.179731)
Review request for Flume and Brock Noland.
Changes
-------
Update description.
Summary (updated)
-------
Actually nothing in that try block would throw an NPE, so removing it. To
clarify:
* a check for type being null is done before entering this code.
* valueOf throws an IllegalArgumentException if the type cannot be found(which
is caught and rethrown)
* All of the getConfiguration functions *will* return a configuration object(or
throw) and not return null.
This addresses bug FLUME-1160.
https://issues.apache.org/jira/browse/FLUME-1160
Diffs
-----
flume-ng-configuration/src/main/java/org/apache/flume/conf/ComponentConfigurationFactory.java
c495cde
Diff: https://reviews.apache.org/r/4927/diff
Testing
-------
Thanks,
Hari
> ComponentConfigurationFactory catches NullPointerException
> ----------------------------------------------------------
>
> Key: FLUME-1160
> URL: https://issues.apache.org/jira/browse/FLUME-1160
> Project: Flume
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: v1.2.0
> Reporter: Brock Noland
> Assignee: Hari Shreedharan
> Attachments: FLUME-1160.patch
>
>
> Catching NPE and then returning null is super hard to debug when there is an
> actual bug. We should put the appropriate null checks in place so we don't
> have to catch NPE.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira