GithubHelp home page GithubHelp logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 5, 2024
Hi, lama, I created a new test case for this, there is no problem, could you 
send me some test case for this? Thanks.

Original comment by [email protected] on 20 Aug 2010 at 12:05

from gwt-ent.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 5, 2024
Hi, I need to reopen an old issue

Please try this:

Public class x{
private IButton button;
public x(){}

}

It will not compile.
but if u put
Public class x{

public x(){
IButton button;
}

}
it will compile???
The first case will produce stack overflow. I have tried it multiple times.

Original comment by [email protected] on 20 Aug 2010 at 9:10

from gwt-ent.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 5, 2024
I mean java to javascript compile. Thank you

Original comment by [email protected] on 20 Aug 2010 at 9:16

from gwt-ent.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 5, 2024
The following is my test case, it's working, could you send me your error 
message and call stack? Thanks.

    @Reflect_Full
    public class SmartGWTComponents3 {
        private com.smartgwt.client.widgets.IButton button;

        public SmartGWTComponents3() {
        }

    }

classType = TypeOracle.Instance.getClassType(SmartGWTComponents3.class);
    assertTrue(classType != null);

Original comment by [email protected] on 23 Aug 2010 at 11:15

from gwt-ent.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 5, 2024

Original comment by [email protected] on 23 Aug 2010 at 11:24

  • Changed state: Accepted

from gwt-ent.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 5, 2024
This is the stack trace.
[java]  at java.lang.reflect.Method.invoke(Method.java:597)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:500)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispProcessStatement(GenerateJavaAST.java:563)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processStatement(GenerateJavaAST.java:1714)
     [java]     at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at java.lang.reflect.Method.invoke(Method.java:597)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:500)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispProcessStatement(GenerateJavaAST.java:563)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processStatement(GenerateJavaAST.java:1714)
     [java]     at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at java.lang.reflect.Method.invoke(Method.java:597)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:500)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispProcessStatement(GenerateJavaAST.java:563)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processStatement(GenerateJavaAST.java:1714)
     [java]     at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]     at java.lang.reflect.Method.invoke(Method.java:597)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:500)
     [java]     at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispProcessStatement(GenerateJavaAST.java:563)
     [java]    [ERROR] Stack overflow; to increase the stack size, use the -Xss flag at startup (java -Xss1M ...)

Original comment by [email protected] on 24 Aug 2010 at 12:46

Attachments:

from gwt-ent.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 5, 2024
Can you please try my test case. I cannot get it to work. Thank you for you time

Original comment by [email protected] on 25 Aug 2010 at 9:06

from gwt-ent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.