You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2006/10/19 04:08:36 UTC

[jira] Assigned: (HARMONY-1913) [classlib][awt] JobAttributes() throws IAE

     [ http://issues.apache.org/jira/browse/HARMONY-1913?page=all ]

Nathan Beyer reassigned HARMONY-1913:
-------------------------------------

    Assignee: Nathan Beyer

> [classlib][awt] JobAttributes() throws IAE
> ------------------------------------------
>
>                 Key: HARMONY-1913
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1913
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Denis Kishenko
>         Assigned To: Nathan Beyer
>         Attachments: HARMONY-1913-JobAttributes.patch, HARMONY-1913-JobAttributesTest.patch
>
>
> 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