Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » stop parsing a method
stop parsing a method [message #610363] Wed, 24 August 2005 11:49
Eclipse UserFriend
Originally posted by: eldzino.gmail.com

hello,

is there any way to stop VE from parsing certain method in a class? i
have a visual class where a long method is called within initialization.
this method sets labels on certain conditions.. VE hangs with message:

An internal error occured during: "Setup Java Visual Editor"

If I comment the block of code in the method, everything is ok, but I
can't do it everytime I want to modify the appearance...

Thanks :)

This is the log generated:

!SESSION 2005-08-24 13:44:22.504
-----------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=sk_SK
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.runtime 4 2 2005-08-24 13:45:28.719
!MESSAGE An internal error occurred during: "Setup Java Visual Editor".
!STACK 0
java.lang.StackOverflowError
at java.lang.String.valueOf(Unknown Source)
at
org.eclipse.ve.internal.java.codegen.model.BeanPartDeclerati on.createDeclerationHandle(BeanPartDecleration.java:273)
at
org.eclipse.ve.internal.java.codegen.model.BeanPartDeclerati on.createDeclerationHandle(BeanPartDecleration.java:283)
at
org.eclipse.ve.internal.java.codegen.util.CodeGenUtil.getBea nPart(CodeGenUtil.java:931)
at
org.eclipse.ve.internal.java.codegen.java.ConstructorDecoder Helper$CGResolver.resolveToBean(ConstructorDecoderHelper.jav a:222)
at
org.eclipse.ve.internal.java.codegen.java.ConstructorDecoder Helper$CGResolver.resolveName(ConstructorDecoderHelper.java: 173)
at
org.eclipse.jem.workbench.utility.ParseTreeCreationFromAST.v isit(ParseTreeCreationFromAST.java:518)
........
Previous Topic:Look & Feel
Next Topic:Problem creating VE/SWT class
Goto Forum:
  


Current Time: Fri Apr 26 08:38:45 GMT 2024

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

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

Back to the top