-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0, 5.0u1
-
x86
-
windows_xp
FULL PRODUCT VERSION :
java version "1.5.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
A DESCRIPTION OF THE PROBLEM :
I belive it was in method toAttributes in line (398)
attrs.put(entry.getType(), attr);
shoud be
attrs.put(attr);
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-03-22 22:46:47 GMT
java version "1.5.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
A DESCRIPTION OF THE PROBLEM :
I belive it was in method toAttributes in line (398)
attrs.put(entry.getType(), attr);
shoud be
attrs.put(attr);
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-03-22 22:46:47 GMT
- duplicates
-
JDK-6245035 [J2SE 1.5] Rdn generates incorrect attributes sometimes
- Resolved