You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2006/12/05 11:43:23 UTC

[jira] Assigned: (HARMONY-2183) [classlib][awt] DataBufferUShort(short[] dataArray, int size, int offset) doesn't throw IllegalArgumentException when dataArray.length less than size + offset

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

Alexey Petrenko reassigned HARMONY-2183:
----------------------------------------

    Assignee: Alexey Petrenko

> [classlib][awt] DataBufferUShort(short[] dataArray, int size, int offset) doesn't throw IllegalArgumentException when dataArray.length less than size + offset
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2183
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2183
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Igor V. Stolyarov
>         Assigned To: Alexey Petrenko
>         Attachments: DataBufferUShortTest.patch, Harmony-2183.patch
>
>
> DataBufferUShort(short[] dataArray, int size, int offset) doesn't throw IllegalArgumentException when dataArray.length less than size + offset
> Test for reproduce:
> Test.java--------------------------------------------------
> import java.awt.image.*; 
> public class Test {
>     public static void main(String[] args) {
>         short[] sa = new short[10];  
>         DataBufferUShort dbus = new DataBufferUShort(sa, 5, 10);
>         System.out.println("PASSED");
>     }
> }
> -----------------------------------------------------------------
> Output:
> Bea Jrockit:
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
> BEA WebLogic JRockit(R) (build dra-38972-20041208-2001-win-ia32, R25.0.0-75, GC:
>  System optimized over throughput (initial strategy singleparpar))
> java.lang.IllegalArgumentException: Length of dataArray is less  than size+offse
> t.
>         at java.awt.image.DataBufferUShort.<init>(DataBufferUShort.java:101)
>         at Test.main(Test.java:8)
> --------------------------------------------------------------------------
> Harmony:
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundatio
> n or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r473344, (Nov 10 2006), Windows/ia32/msvc 1310, release build
> http://incubator.apache.org/harmony
> PASSED

-- 
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