This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
instanceof on arrays
- To: "java-discuss at sourceware dot cygnus dot com" <java-discuss at sourceware dot cygnus dot com>
- Subject: instanceof on arrays
- From: Jens Wilke <wilke at jwdt dot com>
- Date: Fri, 15 Oct 1999 15:34:41 +0200
Hi!
"x instanceof Object []" doesn't work correctly on my 2.95.1 gcj
version. If it is only a Object and not
an array it reports true either.
BTW: Where is the right place for bug reports? The bug tracking system
doesn't seem to work.
Jens