[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/42134] New: NPE in java.text.Bidi
From: |
volker dot berlin at goebel-clan dot de |
Subject: |
[Bug classpath/42134] New: NPE in java.text.Bidi |
Date: |
21 Nov 2009 20:51:41 -0000 |
The follow lines produce a NPE in the constructor of java.text.Bidi:
AttributedString text = new AttributedString("any text");
Bidi bidi = new Bidi(text.getIterator());
bidi.getLength();
java.lang.NullPointerException
at java.text.Bidi.<init>(Bidi.java:165)
--
Summary: NPE in java.text.Bidi
Product: classpath
Version: 0.98
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: volker dot berlin at goebel-clan dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42134
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/42134] New: NPE in java.text.Bidi,
volker dot berlin at goebel-clan dot de <=