Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 21:04:21 -0500 (EST)
From:      Mikhail Kruk <meshko@cs.brandeis.edu>
To:        "Remco van 't Veer" <rwvtveer@xs4all.nl>
Cc:        Christopher Rued <c.rued@xsb.com>, Christopher Elkins <chrise@scardini.com>, Jeff Dalton <jeff@aiai.ed.ac.uk>, Brad Cox <bcox@virtualschool.edu>, <freebsd-java@FreeBSD.ORG>
Subject:   Re: class dependencies (Re: What is ant good for?)
Message-ID:  <Pine.LNX.4.44.0202272102580.4518-100000@calliope.cs.brandeis.edu>
In-Reply-To: <20020227090154.GB76841@azrael.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
> I don't know of any source level dependency checkers and I don't
> expect there are any.  Writing something like that is more
> trouble than gain.  Consider finding out all possible values of
> String in a simple statement like:
> 
>     public void addClassByName (String name)
>     {
> 	classes.add(Class.forName(name));
>     }

Even if it wasn't for the user input that's NP-complete problem :)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0202272102580.4518-100000>