Bugs item #1463981, was opened at 2006-04-04 04:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1463981&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: JUnit integration
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Robert Cartwright (rcartwright)
Assigned to: Nobody/Anonymous (nobody)
Summary: Uniit testing breaks is a non-source file is open
Initial Comment:
While I was checking how the compiler responded to
files with the misleading extension .Java, I noticed
that unit testing breaks if a non-source file is open.
It thinks that some class files are not up to date. I
looked brifely at the code but I don't understand it
very well now that class file caching has been added.
I think that DrJava should simply ignore files that
don't end with a .java (or language level) extension
for testing purposes.
I have attached a gzipped tar file containing a simple
project that exhibits the problem. If the files in the
project source tree are loaded in the flat file mode,
the same behavior occurs.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1463981&group_id=44253
|