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/23 11:28:13 UTC

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

[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


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

        

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

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1265?page=all ]

Paulex Yang closed HARMONY-1265.
--------------------------------


Verified by Andrew.

> [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

        

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

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1265?page=comments#action_12436723 ] 
            
Andrew Zhang commented on HARMONY-1265:
---------------------------------------

Thanks Paulex,

The fix looks good. 

Best regards,
Andrew

> [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

        

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

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1265?page=all ]

Andrew Zhang updated HARMONY-1265:
----------------------------------

    Attachment: Harmony-1265.diff

Hi,

Would you please try my patch? Thanks!

Best regards,
Andrew

> [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
>         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

        

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

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1265?page=all ]

Paulex Yang reassigned HARMONY-1265:
------------------------------------

    Assignee: Paulex Yang

> [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