Bugs item #1078005, was opened at 2004-12-02 23:30
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=1078005&group_id=44253
Category: Compiler integration
Group: Serious
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen Wong (sbwong)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect compiling of packages
Initial Comment:
If two packages have the same terminal name, e.g.
pack1 and superpack.pack1, then DrJava compiles
incorrectly. The class files from superpack.pack1 are
put into the pack1 directory. The pack1 class files are
put into the pack1 directory as they should. The
superpack.pack1 directory is not created at all. This
can cause DrJava to compile a class even if the import
statements are incorrect, e.g. it has "import pack1;" but
not "import superpack.pack1;".
I am running version: 20041118-2044
on Windows XP Tablet Edition SP2
(1 GHz processor, 1 GB RAM, 40 GB HD)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1078005&group_id=44253
|