Feature Requests item #1153697, was opened at 2005-02-28 12:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1153697&group_id=44253
Category: Interactions
Group: None
Status: Open
Priority: 5
Submitted By: Dan Smith (dlsmith)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error on interactions package/import typo
Initial Comment:
If I type
import mypackage.mysubpackag.*
(having mispelled "mysubpackage") in the interactions pane, there is
no signal that I've made a mistake. I would propose defining any
package or import statement
package <PATH>;
or
import <PATH>.*;
where <PATH> refers to a package that does not exist (according to
the classpath) as an error.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1153697&group_id=44253
|