Skip to main content



      Home
Home » Newcomers » Newcomers » Can I stop the namespace colapsing?
Can I stop the namespace colapsing? [message #159250] Mon, 03 July 2006 06:31 Go to next message
Eclipse UserFriend
When I declare a class I want to use a fully-qualified class name for the
class that I'm extending. For example Eclipse appears to "auto-collapse"
the followig declaration

public class MyServlet extends javax.servlet.http.HttpServlet
{
}

into

public class MyServlet extends HttpServlet
{
}

Any way I can turn this off?
Re: Can I stop the namespace colapsing? [message #159259 is a reply to message #159250] Mon, 03 July 2006 06:37 Go to previous message
Eclipse UserFriend
Originally posted by: tom_eicher.ch.ibm.com

See the Java > Editor > Content Assist preference page and disable "add
import instead of qualified name".

-tom

Graeme wrote:
> When I declare a class I want to use a fully-qualified class name for
> the class that I'm extending. For example Eclipse appears to
> "auto-collapse" the followig declaration
>
> public class MyServlet extends javax.servlet.http.HttpServlet
> {
> }
>
> into
> public class MyServlet extends HttpServlet
> {
> }
>
> Any way I can turn this off?
>
>
Previous Topic:Databinding
Next Topic:How to tell Eclipse to not use the default java to start itself?
Goto Forum:
  


Current Time: Wed Apr 30 20:56:05 EDT 2025

Powered by FUDForum. Page generated in 0.12547 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top