Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » v3.3 auto import bug on inner classes?
v3.3 auto import bug on inner classes? [message #221504] Sun, 15 July 2007 00:50 Go to next message
Jim is currently offline JimFriend
Messages: 54
Registered: July 2009
Member
Is this a bug in v3.3 of Eclipse? When I tried to auto-import classes using
ctrl-shift-o, it tried to import an inner class using the $ sign

import my.own.OuterClass$InnerClass;

instead of using the . notation

-- Jim
Re: v3.3 auto import bug on inner classes? [message #221512 is a reply to message #221504] Sun, 15 July 2007 01:00 Go to previous messageGo to next message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
Jim wrote:
> Is this a bug in v3.3 of Eclipse? When I tried to auto-import classes using
> ctrl-shift-o, it tried to import an inner class using the $ sign
>
> import my.own.OuterClass$InnerClass;
>
> instead of using the . notation

Probably related to this, I think.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=182179

Regards,
Rem
Re: v3.3 auto import bug on inner classes? [message #221814 is a reply to message #221512] Mon, 16 July 2007 19:51 Go to previous message
Jim is currently offline JimFriend
Messages: 54
Registered: July 2009
Member
Thanks Remy. Although I didn't quite follow the long discussion about the
IType() etc., the described symptom was indeed the same.

"Remy Chi Jian Suen" <remy.suen@gmail.com> wrote in message
news:f7brj1$58q$1@build.eclipse.org...
> Jim wrote:
>> Is this a bug in v3.3 of Eclipse? When I tried to auto-import classes
>> using ctrl-shift-o, it tried to import an inner class using the $ sign
>>
>> import my.own.OuterClass$InnerClass;
>>
>> instead of using the . notation
>
> Probably related to this, I think.
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=182179
>
> Regards,
> Rem
Previous Topic:JAVA_HOME autodetection - where does the value get saved
Next Topic:Simon HughesCannot find the tag library descriptor
Goto Forum:
  


Current Time: Fri Mar 29 12:10:16 GMT 2024

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

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

Back to the top