.hgignore

Fri, 29 Apr 2011 16:05:02 +0100

author
mcimadamore
date
Fri, 29 Apr 2011 16:05:02 +0100
changeset 989
4c03383f6529
parent 446
381399872958
child 976
c2e7291e98e7
permissions
-rw-r--r--

7040104: javac NPE on Object a[]; Object o = (a=null)[0];
Summary: When a null literal is found on top of stack, if expected type is 1-dimension array no checkcast is emitted
Reviewed-by: jjg

duke@1 1 ^build/
duke@1 2 ^dist/
ohair@446 3 /nbproject/private/

mercurial