-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
beta
-
x86, sparc
-
linux, solaris_7, windows_nt
-
Verified
According to jdk docs
public Font deriveFont(AffineTransform trans)
Throws IllegalArgumentException - if trans is null
However from b38 onwards a NullPointerException is thrown.
sample test attached.
public Font deriveFont(AffineTransform trans)
Throws IllegalArgumentException - if trans is null
However from b38 onwards a NullPointerException is thrown.
sample test attached.
- duplicates
-
JDK-4408125 JCK1.3a: method Font.deriveFont throws NullPointerException
-
- Closed
-