classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Eclipse and Classpath


From: Archie Cobbs
Subject: Re: Eclipse and Classpath
Date: Wed, 28 Apr 2004 17:50:44 -0500 (CDT)

David P Grove wrote:
> > IIRC the biggest problem with using JUnit is that it depends of rather 
> > advanced JVM features; like reflection.
> 
> Sorry if this is an ignorant question, but is this really an issue?  I'd 
> always assumed (without actually checking) that most (all?) of the VMs 
> being used by classpath developers implement reflection.  If this is the 
> case, then maybe making reflection a pre-req for being able to run mauve 
> wouldn't be an issue.  It's hard to run very much Java code these days 
> without running into some use of reflection by the application.

I inferred the problem to be that reflection is one of the things
we want to test, so we shouldn't be relying on it for the test itself.
Of course, if reflection doesn't work, then the test will probably
still fail :-) But it may make it harder to track down the real problem.

All in all, it's probably not a major deal... Perhaps there could be
a small set of basic reflection tests that didn't use JUnit too.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]