You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Zhang (JIRA)" <ji...@apache.org> on 2006/08/28 03:27:23 UTC

[jira] Commented: (HARMONY-1280) [classlib][logging] java.util.logging.XMLFormatter.getHead(null) throws unexpected NPE.

    [ http://issues.apache.org/jira/browse/HARMONY-1280?page=comments#action_12430912 ] 
            
Andrew Zhang commented on HARMONY-1280:
---------------------------------------

Hi Nathan,

The fix looks good, many thanks!

Best regards,
Andrew

> [classlib][logging] java.util.logging.XMLFormatter.getHead(null) throws unexpected NPE.
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1280
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1280
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Nathan Beyer
>         Attachments: Harmony-1280.diff
>
>
> XMLFormatter.getHead spec says "h - The target handler (can be null)".  But Harmony throws NPE if the target is null. 
> Following test reproduces the bug:
> 	public void test_header() throws Exception {
> 		XMLFormatter formatter = new XMLFormatter();
> 		formatter.getHead(null);
> 	}
> I'll upload a patch to fix this problem soon.
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira