You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2010/02/17 16:51:27 UTC

[jira] Resolved: (HARMONY-6448) [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest

     [ https://issues.apache.org/jira/browse/HARMONY-6448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Deakin resolved HARMONY-6448.
------------------------------------

    Resolution: Fixed

Mark has reverted the change that caused these failures at r910980. TreeMapTest passes for me now, so I'm resolving this as fixed.

> [java6][classlib][luni] 8 NullPointerException failures in TreeMapTest
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-6448
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6448
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 6.0M1
>            Reporter: Oliver Deakin
>             Fix For: 6.0M1
>
>
> I see 8 errors in TreeMapTest all ending with the same NullPointerException stack trace:
> java.lang.NullPointerException
> at java.util.TreeMap.toComparable(TreeMap.java:5469)
> The failing tests are:
> test_lowerEntry
> test_lowerKey
> test_floorEntry
> test_floorKey
> test_ceilingEntry
> test_ceilingKey
> test_higherEntry
> test_higherKey

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.