-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta2
-
sparc
-
solaris_7
javax.print.AttributeSet.toArray() declares that it throws
IndexOutOfBoundsException. Its not very usual to declare such a runtime
exception in a throws clause, its more normal to document it as
an @throws javadoc tag, But most relevantly its highly unlikely that
any expected implementation would throw this exception.
The clause should be removed from that, and from the class that
implements the interface.
IndexOutOfBoundsException. Its not very usual to declare such a runtime
exception in a throws clause, its more normal to document it as
an @throws javadoc tag, But most relevantly its highly unlikely that
any expected implementation would throw this exception.
The clause should be removed from that, and from the class that
implements the interface.