You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/11/23 18:39:50 UTC

DO NOT REPLY [Bug 14801] - imports fail on non-packaged classes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14801>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14801

imports fail on non-packaged classes

Larry.Isaacs@sas.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From Larry.Isaacs@sas.com  2002-11-23 17:39 -------
Thanks for mentioning you are using JDK 1.4.1.  This behavior is by design in
the JDK 1.4's javac.  See:

  http://java.sun.com/j2se/1.4/compatibility.html#incompatibilities1.4

Item #8, second subitem states:

    The compiler now rejects import statements that import a type from the
    unnamed namespace. ...

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>