[ http://issues.apache.org/jira/browse/ABDERA-11?page=all ]
Garrett Rooney deleted ABDERA-11: --------------------------------- > [classlib][awt] JobAttributes() throws IAE > ------------------------------------------ > > Key: ABDERA-11 > URL: http://issues.apache.org/jira/browse/ABDERA-11 > Project: Abdera > Issue Type: Bug > Reporter: Denis Kishenko > > Harmony implementation of JobAttributes constructor throws IAE > ========= Test =============== > import java.awt.JobAttributes; > > public class Test { > public static void main(String[] args) { > new JobAttributes(); > } > } > ========= RI ============= > nothing > ======== Harmony ========= > java.lang.IllegalArgumentException: Invalid value for minPage > at java.awt.JobAttributes.setMinPage(JobAttributes.java:200) > at java.awt.JobAttributes.<init>(JobAttributes.java:126) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
