Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » WindowBuilder internal error when manipulating boolean properties.(Quick alternation of boolen properties leads to internal error.)
WindowBuilder internal error when manipulating boolean properties. [message #660228] Thu, 17 March 2011 13:18 Go to next message
Johannes  is currently offline Johannes Friend
Messages: 7
Registered: March 2011
Junior Member
Hi to you all,

quick alternation of boolean properties will lead to an internal error if there are several components placed on the editors pane.
Below I've added the resulting stack trace.

Regards,
Johannes

WindowBuilder internal error

WindowBuilder encountered unexpected internal error. Please contact support.

org.eclipse.wb.internal.core.utils.check.AssertionFailedExce ption: assertion failed: Execution flow problem. { GridBagLayout gridBagLayout=new GridBagLayout(); gridBagLayout.columnWidths=new int[]{0,0}; gridBagLayout.rowHeights=new int[]{0,0,0,0,0,0,0}; gridBagLayout.columnWeights=new double[]{1.0,Double.MIN_VALUE}; gridBagLayout.rowWeights=new double[]{0.0,0.0,0.0,0.0,0.0,0.0,Double.MIN_VALUE}; setLayout(gridBagLayout); textField=new JTextField(); GridBagConstraints gbc_textField=new GridBagConstraints(); gbc_textField.insets=new Insets(0,0,5,0); gbc_textField.fill=GridBagConstraints.HORIZONTAL; gbc_textField.gridx=0; gbc_textField.gridy=0; add(textField,gbc_textField); textField.setColumns(10); textField_1=new JTextField(); GridBagConstraints gbc_textField_1=new GridBagConstraints(); gbc_textField_1.insets=new Insets(0,0,5,0); gbc_textField_1.fill=GridBagConstraints.HORIZONTAL; gbc_textField_1.gridx=0; gbc_textField_1.gridy=1; add(textField_1,gbc_textField_1); textField_1.setColumns(10); textField_2=new JTextField(); GridBagConstraints gbc_textField_2=new GridBagConstraints(); gbc_textField_2.insets=new Insets(0,0,5,0); gbc_textField_2.fill=GridBagConstraints.HORIZONTAL; gbc_textField_2.gridx=0; gbc_textField_2.gridy=2; add(textField_2,gbc_textField_2); textField_2.setColumns(10); textField_3=new JTextField(); GridBagConstraints gbc_textField_3=new GridBagConstraints(); gbc_textField_3.insets=new Insets(0,0,5,0); gbc_textField_3.fill=GridBagConstraints.HORIZONTAL; gbc_textField_3.gridx=0; gbc_textField_3.gridy=3; add(textField_3,gbc_textField_3); textField_3.setColumns(10); textField_4=new JTextField(); textField_4.setEditable(false); GridBagConstraints gbc_textField_4=new GridBagConstraints(); gbc_textField_4.insets=new Insets(0,0,5,0); gbc_textField_4.fill=GridBagConstraints.HORIZONTAL; gbc_textField_4.gridx=0; gbc_textField_4.gridy=4; add(textField_4,gbc_textField_4); textField_4.setColumns(10); textField_5=new JTextField(); GridBagConstraints gbc_textField_5=new GridBagConstraints(); gbc_textField_5.fill=GridBagConstraints.HORIZONTAL; gbc_textField_5.gridx=0; gbc_textField_5.gridy=5; add(textField_5,gbc_textField_5); textField_5.setColumns(10); } expected, but gridBagLayout.rowHeights=new int[]{0,0,0,0,0,0,0}; found.



Show stack trace.
Hide stack trace.

Stack trace:
org.eclipse.wb.internal.core.utils.check.AssertionFailedExce ption: assertion failed: Execution flow problem. {
GridBagLayout gridBagLayout=new GridBagLayout();
gridBagLayout.columnWidths=new int[]{0,0};
gridBagLayout.rowHeights=new int[]{0,0,0,0,0,0,0};
gridBagLayout.columnWeights=new double[]{1.0,Double.MIN_VALUE};
gridBagLayout.rowWeights=new double[]{0.0,0.0,0.0,0.0,0.0,0.0,Double.MIN_VALUE};
setLayout(gridBagLayout);
textField=new JTextField();
GridBagConstraints gbc_textField=new GridBagConstraints();
gbc_textField.insets=new Insets(0,0,5,0);
gbc_textField.fill=GridBagConstraints.HORIZONTAL;
gbc_textField.gridx=0;
gbc_textField.gridy=0;
add(textField,gbc_textField);
textField.setColumns(10);
textField_1=new JTextField();
GridBagConstraints gbc_textField_1=new GridBagConstraints();
gbc_textField_1.insets=new Insets(0,0,5,0);
gbc_textField_1.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_1.gridx=0;
gbc_textField_1.gridy=1;
add(textField_1,gbc_textField_1);
textField_1.setColumns(10);
textField_2=new JTextField();
GridBagConstraints gbc_textField_2=new GridBagConstraints();
gbc_textField_2.insets=new Insets(0,0,5,0);
gbc_textField_2.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_2.gridx=0;
gbc_textField_2.gridy=2;
add(textField_2,gbc_textField_2);
textField_2.setColumns(10);
textField_3=new JTextField();
GridBagConstraints gbc_textField_3=new GridBagConstraints();
gbc_textField_3.insets=new Insets(0,0,5,0);
gbc_textField_3.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_3.gridx=0;
gbc_textField_3.gridy=3;
add(textField_3,gbc_textField_3);
textField_3.setColumns(10);
textField_4=new JTextField();
textField_4.setEditable(false);
GridBagConstraints gbc_textField_4=new GridBagConstraints();
gbc_textField_4.insets=new Insets(0,0,5,0);
gbc_textField_4.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_4.gridx=0;
gbc_textField_4.gridy=4;
add(textField_4,gbc_textField_4);
textField_4.setColumns(10);
textField_5=new JTextField();
GridBagConstraints gbc_textField_5=new GridBagConstraints();
gbc_textField_5.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_5.gridx=0;
gbc_textField_5.gridy=5;
add(textField_5,gbc_textField_5);
textField_5.setColumns(10);
}
expected, but gridBagLayout.rowHeights=new int[]{0,0,0,0,0,0,0};
found.
at org.eclipse.wb.internal.core.utils.check.Assert.fail(Assert. java:224)
at org.eclipse.wb.internal.core.utils.check.Assert.isTrue(Asser t.java:289)
at org.eclipse.wb.core.eval.ExecutionFlowDescription.leaveState ment(ExecutionFlowDescription.java:152)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:318)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:248)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.access$1(Executi onFlowUtils.java:236)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.endVisit(Execu tionFlowUtils.java:444)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.intercept(Exec utionFlowUtils.java:393)
at org.eclipse.jdt.core.dom.ASTVisitor$$EnhancerByCGLIB$$74027f 67.endVisit( <generated>)
at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvo cation.java:247)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:25 28)
at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(Express ionStatement.java:144)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:355)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:337)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:248)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:229)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:192)
at org.eclipse.wb.core.eval.ExecutionFlowUtils2.trackValues(Exe cutionFlowUtils2.java:172)
at org.eclipse.wb.core.eval.ExecutionFlowUtils2.ensureValues(Ex ecutionFlowUtils2.java:166)
at org.eclipse.wb.core.eval.ExecutionFlowUtils2.getValue(Execut ionFlowUtils2.java:140)
at org.eclipse.wb.internal.core.parser.JavaInfoResolver.getJava Info0(JavaInfoResolver.java:167)
at org.eclipse.wb.internal.core.parser.JavaInfoResolver.getJava Info(JavaInfoResolver.java:130)
at org.eclipse.wb.core.model.JavaInfo.getChildRepresentedBy(Jav aInfo.java:1055)
at org.eclipse.wb.core.model.JavaInfo$8.getJavaInfoRepresentedB y(JavaInfo.java:1202)
at org.eclipse.wb.internal.core.model.JavaInfoEvaluationHelper$ 3.evaluationSuccessful(JavaInfoEvaluationHelper.java:267)
at org.eclipse.wb.core.eval.AstEvaluationEngine.evaluate0(AstEv aluationEngine.java:179)
at org.eclipse.wb.core.eval.AstEvaluationEngine.evaluate(AstEva luationEngine.java:61)
at org.eclipse.wb.internal.core.model.JavaInfoEvaluationHelper. evaluateExpression(JavaInfoEvaluationHelper.java:630)
at org.eclipse.wb.internal.core.model.JavaInfoEvaluationHelper. evaluate(JavaInfoEvaluationHelper.java:502)
at org.eclipse.wb.core.model.JavaInfo$7.postVisit(JavaInfo.java :1113)
at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.intercept(Exec utionFlowUtils.java:401)
at org.eclipse.jdt.core.dom.ASTVisitor$$EnhancerByCGLIB$$74027f 67.postVisit( <generated>)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2483)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:25 28)
at org.eclipse.jdt.core.dom.Assignment.accept0(Assignment.java: 312)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:25 28)
at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(Express ionStatement.java:144)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:355)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:337)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:248)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.access$1(Executi onFlowUtils.java:236)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.endVisit(Execu tionFlowUtils.java:444)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.intercept(Exec utionFlowUtils.java:393)
at org.eclipse.jdt.core.dom.ASTVisitor$$EnhancerByCGLIB$$74027f 67.endVisit( <generated>)
at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvo cation.java:247)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:25 28)
at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(Express ionStatement.java:144)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:355)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:337)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:248)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:229)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:192)
at org.eclipse.wb.core.model.JavaInfo.refresh_create(JavaInfo.j ava:1169)
at org.eclipse.wb.core.model.ObjectInfo.refreshCreate0(ObjectIn fo.java:540)
at org.eclipse.wb.core.model.ObjectInfo.access$0(ObjectInfo.jav a:536)
at org.eclipse.wb.core.model.ObjectInfo$5$1.run(ObjectInfo.java :493)
at org.eclipse.wb.internal.core.utils.execution.ExecutionUtils. runDesignTime(ExecutionUtils.java:139)
at org.eclipse.wb.core.model.ObjectInfo$5.run(ObjectInfo.java:4 91)
at org.eclipse.wb.internal.swing.utils.SwingUtils$1.run(SwingUt ils.java:73)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java :209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventD ispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDis patchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread. java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread. java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:11 0)

Full context stack trace:
java.lang.Error: new JTextField()
at org.eclipse.wb.core.eval.AstEvaluationEngine.evaluate(AstEva luationEngine.java:71)
at org.eclipse.wb.internal.core.model.JavaInfoEvaluationHelper. evaluateExpression(JavaInfoEvaluationHelper.java:630)
at org.eclipse.wb.internal.core.model.JavaInfoEvaluationHelper. evaluate(JavaInfoEvaluationHelper.java:502)
at org.eclipse.wb.core.model.JavaInfo$7.postVisit(JavaInfo.java :1113)
at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.intercept(Exec utionFlowUtils.java:401)
at org.eclipse.jdt.core.dom.ASTVisitor$$EnhancerByCGLIB$$74027f 67.postVisit( <generated>)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2483)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:25 28)
at org.eclipse.jdt.core.dom.Assignment.accept0(Assignment.java: 312)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:25 28)
at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(Express ionStatement.java:144)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:355)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:337)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:248)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.access$1(Executi onFlowUtils.java:236)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.endVisit(Execu tionFlowUtils.java:444)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.intercept(Exec utionFlowUtils.java:393)
at org.eclipse.jdt.core.dom.ASTVisitor$$EnhancerByCGLIB$$74027f 67.endVisit( <generated>)
at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvo cation.java:247)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:25 28)
at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(Express ionStatement.java:144)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:355)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:337)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:248)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:229)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:192)
at org.eclipse.wb.core.model.JavaInfo.refresh_create(JavaInfo.j ava:1169)
at org.eclipse.wb.core.model.ObjectInfo.refreshCreate0(ObjectIn fo.java:540)
at org.eclipse.wb.core.model.ObjectInfo.access$0(ObjectInfo.jav a:536)
at org.eclipse.wb.core.model.ObjectInfo$5$1.run(ObjectInfo.java :493)
at org.eclipse.wb.internal.core.utils.execution.ExecutionUtils. runDesignTime(ExecutionUtils.java:139)
at org.eclipse.wb.core.model.ObjectInfo$5.run(ObjectInfo.java:4 91)
at org.eclipse.wb.internal.swing.utils.SwingUtils$1.run(SwingUt ils.java:73)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java :209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventD ispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDis patchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread. java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread. java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:11 0)
Caused by: org.eclipse.wb.internal.core.utils.check.AssertionFailedExce ption: assertion failed: Execution flow problem. {
GridBagLayout gridBagLayout=new GridBagLayout();
gridBagLayout.columnWidths=new int[]{0,0};
gridBagLayout.rowHeights=new int[]{0,0,0,0,0,0,0};
gridBagLayout.columnWeights=new double[]{1.0,Double.MIN_VALUE};
gridBagLayout.rowWeights=new double[]{0.0,0.0,0.0,0.0,0.0,0.0,Double.MIN_VALUE};
setLayout(gridBagLayout);
textField=new JTextField();
GridBagConstraints gbc_textField=new GridBagConstraints();
gbc_textField.insets=new Insets(0,0,5,0);
gbc_textField.fill=GridBagConstraints.HORIZONTAL;
gbc_textField.gridx=0;
gbc_textField.gridy=0;
add(textField,gbc_textField);
textField.setColumns(10);
textField_1=new JTextField();
GridBagConstraints gbc_textField_1=new GridBagConstraints();
gbc_textField_1.insets=new Insets(0,0,5,0);
gbc_textField_1.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_1.gridx=0;
gbc_textField_1.gridy=1;
add(textField_1,gbc_textField_1);
textField_1.setColumns(10);
textField_2=new JTextField();
GridBagConstraints gbc_textField_2=new GridBagConstraints();
gbc_textField_2.insets=new Insets(0,0,5,0);
gbc_textField_2.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_2.gridx=0;
gbc_textField_2.gridy=2;
add(textField_2,gbc_textField_2);
textField_2.setColumns(10);
textField_3=new JTextField();
GridBagConstraints gbc_textField_3=new GridBagConstraints();
gbc_textField_3.insets=new Insets(0,0,5,0);
gbc_textField_3.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_3.gridx=0;
gbc_textField_3.gridy=3;
add(textField_3,gbc_textField_3);
textField_3.setColumns(10);
textField_4=new JTextField();
textField_4.setEditable(false);
GridBagConstraints gbc_textField_4=new GridBagConstraints();
gbc_textField_4.insets=new Insets(0,0,5,0);
gbc_textField_4.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_4.gridx=0;
gbc_textField_4.gridy=4;
add(textField_4,gbc_textField_4);
textField_4.setColumns(10);
textField_5=new JTextField();
GridBagConstraints gbc_textField_5=new GridBagConstraints();
gbc_textField_5.fill=GridBagConstraints.HORIZONTAL;
gbc_textField_5.gridx=0;
gbc_textField_5.gridy=5;
add(textField_5,gbc_textField_5);
textField_5.setColumns(10);
}
expected, but gridBagLayout.rowHeights=new int[]{0,0,0,0,0,0,0};
found.
at org.eclipse.wb.internal.core.utils.check.Assert.fail(Assert. java:224)
at org.eclipse.wb.internal.core.utils.check.Assert.isTrue(Asser t.java:289)
at org.eclipse.wb.core.eval.ExecutionFlowDescription.leaveState ment(ExecutionFlowDescription.java:152)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:318)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:248)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.access$1(Executi onFlowUtils.java:236)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.endVisit(Execu tionFlowUtils.java:444)
at org.eclipse.wb.core.eval.ExecutionFlowUtils$1.intercept(Exec utionFlowUtils.java:393)
at org.eclipse.jdt.core.dom.ASTVisitor$$EnhancerByCGLIB$$74027f 67.endVisit( <generated>)
at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvo cation.java:247)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:25 28)
at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(Express ionStatement.java:144)
at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2480)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:355)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement0( ExecutionFlowUtils.java:337)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visitStatement(E xecutionFlowUtils.java:316)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:248)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:229)
at org.eclipse.wb.core.eval.ExecutionFlowUtils.visit(ExecutionF lowUtils.java:192)
at org.eclipse.wb.core.eval.ExecutionFlowUtils2.trackValues(Exe cutionFlowUtils2.java:172)
at org.eclipse.wb.core.eval.ExecutionFlowUtils2.ensureValues(Ex ecutionFlowUtils2.java:166)
at org.eclipse.wb.core.eval.ExecutionFlowUtils2.getValue(Execut ionFlowUtils2.java:140)
at org.eclipse.wb.internal.core.parser.JavaInfoResolver.getJava Info0(JavaInfoResolver.java:167)
at org.eclipse.wb.internal.core.parser.JavaInfoResolver.getJava Info(JavaInfoResolver.java:130)
at org.eclipse.wb.core.model.JavaInfo.getChildRepresentedBy(Jav aInfo.java:1055)
at org.eclipse.wb.core.model.JavaInfo$8.getJavaInfoRepresentedB y(JavaInfo.java:1202)
at org.eclipse.wb.internal.core.model.JavaInfoEvaluationHelper$ 3.evaluationSuccessful(JavaInfoEvaluationHelper.java:267)
at org.eclipse.wb.core.eval.AstEvaluationEngine.evaluate0(AstEv aluationEngine.java:179)
at org.eclipse.wb.core.eval.AstEvaluationEngine.evaluate(AstEva luationEngine.java:61)
... 50 more
Re: WindowBuilder internal error when manipulating boolean properties. [message #660965 is a reply to message #660228] Tue, 22 March 2011 14:19 Go to previous message
Konstantin Scheglov is currently offline Konstantin ScheglovFriend
Messages: 555
Registered: July 2009
Senior Member
Please use build-in error reporting support.
This will give us much more information about context of problem, including source code of unit where error happened, better formatting stack trace, other exceptions in error log, etc.


Konstantin Scheglov,
Google, Inc.

[Updated on: Tue, 22 March 2011 14:23]

Report message to a moderator

Previous Topic:Could not initialize class org.eclipse.wb.internal.os.linux.Activator
Next Topic:WindowsBuilder deletes method called from action listener
Goto Forum:
  


Current Time: Wed Apr 24 23:01:29 GMT 2024

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

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

Back to the top