Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Can I stop the namespace colapsing?
Can I stop the namespace colapsing? [message #159250] Mon, 03 July 2006 10:31 Go to next message
Graeme Harker is currently offline Graeme HarkerFriend
Messages: 12
Registered: July 2009
Junior Member
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 10: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: Sat Aug 17 19:20:04 GMT 2024

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

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

Back to the top