On Mar 1, Martin Schroeder wrote:
> I get this crash:
> java.lang.NullPointerException:
> at java.util.TreeMap.rbDeleteFixup(TreeMap.java:810)
> at java.util.TreeMap.rbDelete(TreeMap.java:789)
> at java.util.TreeMap.remove(TreeMap.java:292)
> at java.util.TreeMap$TreeMapIterator.remove(TreeMap.java:1165)
> at java.util.AbstractCollection.removeAll(AbstractCollection.java:226)
> at de.artcomgmbh.ppdreader.PPD_UI_Frequency.main(PPD_UI_Frequency.java:657)
I did a premature fix for this. I think the whole TreeMap.rbDelete
routine needs a rewrite, though. I also committed the patch you send
in a previous mail.
Now on to the next bug report ;-)
Jochen