CFBuiler2 freezes - ups CPU to 50% and locks until killing the service
CFBuilder is freezing on a couple specific cfc's, they are proprietary so I cannot share them, however I'm fairly certain it is not related to the code in them as they do not cause a freeze or even heavy mem usage in cfeclipse(which is obviuosly the work around for now). The reason I am posting this is twofold, I am trying out CFBuilder as it was recommended for a enterprise level coldbox application I am working on and realistically freeznig on a standardized setup is an issue for me if I'm expected to drop 100 bux on this. So, I looked into it some and believe I found the issue, thought I would post it here so as to make it visible and hopefully fixed at some point.
The stackTrace is screaming null pointer at me, looking into it, I see a mis-spelled function, which being called would return a null, hence the null pointer exception causing my freezeup(what is interesting is that only some files trip this trigger..). The reason I think this is mis-spelled is because I couldn't imagine a developer purposefully mis-spelling the word function and not repair it in subsequent calls to the function as that would clearly not be a good practice and adobe thus far has been ok.... anyway, here is the stack trace, and the session info so you guys there at adobe can fixItUp() :
STACK TRACE:
java.lang.NullPointerException
at com.adobe.ide.editor.model.CFMLDOMUtils1.getFuinctionDefinition(CFMLDOMUtils1.java:684)
at com.adobe.ide.editor.model.CFMLDOMUtils1.getFunctionDefinition(CFMLDOMUtils1.java:749)
at com.adobe.ide.editor.model.CFMLDOMUtils.createFunctionInfo(CFMLDOMUtils.java:497)
at com.adobe.ide.editor.cfml.CFMLTextHoverManager.processFunctionParam(CFMLTextHoverManager.java:241)
at com.adobe.ide.editor.cfml.CFMLTextHoverManager.processLiteral(CFMLTextHoverManager.java:279)
at com.adobe.ide.editor.cfml.CFMLTextHoverManager.processASTNode(CFMLTextHoverManager.java:109)
at com.adobe.ide.editor.cfml.CFMLTextHoverManager.getHoverRegion(CFMLTextHoverManager.java:78)
at org.eclipse.jface.text.TextViewerHoverManager.computeInformation(TextViewerHoverManager.java:140)
at org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1131)
at org.eclipse.jface.text.AbstractHoverInformationControlManager$MouseTracker.mouseHover(AbstractHoverInformationControlManager.java:519)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:207)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
SESSION DATA:
eclipse.buildId=M20120208-0800
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
** My apologies if I posted this in the wrong forum.. I am at work and trying to not waste too much time on this.