Bugs item #993879, was opened at 2004-07-19 10:36
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=993879&group_id=44253
Category: Interactions
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Patrick Kruse (pakruse)
Assigned to: Nobody/Anonymous (nobody)
Summary: Autobox widening in interactions pane should fail
Initial Comment:
When using autoboxing in the interactions pane, we
currently allow statements that are not allowed using a
javac 1.5 compiler.
The following lines
Double d;
float f = 5f;
d = f;
fail in the definitions pane but succeed in the
interactions pane. Currently, the 1.5 specs show that
autoboxing does not allow allow this conversion.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=993879&group_id=44253
|