Re: finding all Java classes in a project

Sreenivasa Viswanadha <[email protected]> Wed, 25 Jun 2003 09:12:00 -0700
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>
> Err ;) I don't think it is a task for MDR, it would place too heavy 
> integrity constraints on the database <-> source mapper (delay on 
> database update < some-small-value, ...).

I disagree. I think this is one of the basic functions that MDR should 
provide. First of all
my understanding is that MDR is just a cache, not a database. So I don't 
see why it should
update the database/cache.

If it cannot efficiently map the most current version of the source, it 
should be fixed as
a P1.

Sreeni.