From: Kevin B. Hendricks <khendricks@ivey.uwo.ca>
To: Ben Elliston <bje@redhat.com>
Cc: sourcenav@sources.redhat.com
Subject: Re: New SegFault will importing some java files from OpenOffice
Date: Tue, 02 Jan 2001 19:48:00 -0000 [thread overview]
Message-ID: <01010222491100.04141@localhost> (raw)
In-Reply-To: <Pine.LNX.4.31.0101030921560.9867-100000@moshpit.cygnus.com>
Hi Ben,
> If you can come up with a tiny test case that triggers the bug (did you
> notice the database records that contain empty fields when jbrowser is
> run?), then someone on the mailing list should be able to help.
Okay, here is the smallest testcase that I could think of:
---cut-here--Test1.java----
import java.lang.reflect.*;
public class Test1 {
public static void main(String args[]) {
System.out.println(Test1[].class.getName());
}
}
---cut-here--Test1.java----
This does compile and run and it does come back with the input paramter null
message when imported into snavigator.
Based on trial and error... you actually don't need the print or the
.getName() but I wanted to prove to myself that Sun's javac would actually
compile it successfully and that it would run. Without the array notation []
this does parse in snavigator correctly, but with the array notation it fails.
Hope someone on the sourcenav team can get this fixed.
Thanks,
Kevin
next parent reply other threads:[~2001-01-02 19:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.31.0101030921560.9867-100000@moshpit.cygnus.com>
2001-01-02 19:48 ` Kevin B. Hendricks [this message]
2000-12-29 11:12 Kevin B. Hendricks
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01010222491100.04141@localhost \
--to=khendricks@ivey.uwo.ca \
--cc=bje@redhat.com \
--cc=sourcenav@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).