Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
nexpected internal compiler error
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
hovan  
View profile  
 More options Aug 10 2006, 2:31 pm
From: "hovan" <huongho...@gmail.com>
Date: Thu, 10 Aug 2006 11:31:34 -0700
Local: Thurs, Aug 10 2006 2:31 pm
Subject: nexpected internal compiler error
Is there any workarounds in this case:

public class A {
        protected String x;
        public abstract class AA {
                protected abstract void innerDoX(String xx);
                public void doX() {
                        innerDoX(x);
                }
        }

}

public class B extends A {
        private AA a = new AA() {
                protected void innerDoX(String xx) {
                }
        };

}

I got:
 [java] Analyzing permutation #1
     [java] [ERROR] Unexpected internal compiler error
     [java] [ERROR] Build failed
     [java] Java Result: 1
Thanks,
hovan

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Blum  
View profile  
 More options Aug 15 2006, 4:30 pm
From: "Scott Blum" <sco...@google.com>
Date: Tue, 15 Aug 2006 16:30:35 -0400
Local: Tues, Aug 15 2006 4:30 pm
Subject: Re: nexpected internal compiler error

Hi Hovan,

Good catch there.  In the test I ran, converting the anonymous AA subclass
into a named nested class worked around the issue.  I'll get a fix into the
next release.

Scott

On 8/10/06, hovan <huongho...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google