From: SourceForge.net <no...@so...> - 2007-02-06 14:34:08
|
Bugs item #1653338, was opened at 2007-02-06 08:34 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=1653338&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: Interactions Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: fred hosch (fredcsunoedu) Assigned to: Nobody/Anonymous (nobody) Summary: assignment allowed for incompatible types Initial Comment: Assignment between incompatible types is allowed in the interactions pane. (This might have been addressed elsewhere, but I can't find it.) Running java build 1.6.0-rc-b104, drjava-stable-20061025-1556, solaris 9. Open the attached file; in the interactions pane: > import test.*; > Test t; > A anA = new A(); > B aB = new B(); > anA = t; > (No complaint about incompatible types.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1653338&group_id=44253 |