You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/08/24 22:15:16 UTC

[jira] Resolved: (HARMONY-1265) [classlib][logging]compatibility: java.util.logging.Logger.entering(null,null,null) throws unexpected NullPointerException.

     [ http://issues.apache.org/jira/browse/HARMONY-1265?page=all ]

Paulex Yang resolved HARMONY-1265.
----------------------------------

    Resolution: Fixed

Andrew, patch applied at revision r434363, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][logging]compatibility: java.util.logging.Logger.entering(null,null,null) throws unexpected NullPointerException.
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1265
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1265
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1265.diff
>
>
> java.util.logging.Logger.entering(null,null,null) throws unexpected NullPointerException.
> Following test reproduces the bug:
> public void testEntering_StringStringObjects_Null() {
> 	Logger logger = new MockLogger("mock",null);
> 	logger.setLevel(Level.FINER);
> 	logger.entering(null, null, null);
> }
> The test passes against RI while fails against Harmony.
> I'll upload a patch to fix this problem. 
> 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