Bugs item #1020103, was opened at 2004-09-01 01: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=1020103&group_id=44253
Category: Interactions
Group: Serious
Status: Open
Resolution: None
Priority: 5
Submitted By: Bin Sun (sun2bin)
Assigned to: Nobody/Anonymous (nobody)
Summary: java.util.Arrays.asList() not correctly interpreted
Initial Comment:
Using JDK 1.5 beta 2, when I input
java.util.Arrays.asList(new String[]{"str1","str2","str3"})
in the interactions area, the result is not consistent to
the programming version. (see the attached picture)
The result is:
[[Ljava.lang.String;@1c63e8c]
which should be:
[str1, str2, str3]
The DrJava version is:
DrJava Version : 20040707-2332
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1020103&group_id=44253
|