This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 150429

Summary: reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait
Product: editor Reporter: spaquet <spaquet>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: giorgio42
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=1923
Issue Type: DEFECT Exception Reporter: 1923
Attachments: stacktrace

Description spaquet 2008-10-16 19:06:27 UTC
Build: NetBeans IDE Dev (Build 200810160201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-132, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-275
OS: Mac OS X, 10.4.11, i386

User Comments:
hdhero: jsp editor

GUEST: Saving a jsp page.

kawazu428: modifying and saving a JSP file.

hakonaj: Reverted an SVN file.



Stacktrace: 
java.lang.reflect.InvocationTargetException
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:853)
        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1257)
        at org.netbeans.modules.web.core.syntax.folding.JspFoldManager.updateFolds(JspFoldManager.java:418)
        at org.netbeans.modules.web.core.syntax.folding.JspFoldManager.access$100(JspFoldManager.java:48)
        at org.netbeans.modules.web.core.syntax.folding.JspFoldManager$1$1.run(JspFoldManager.java:111)
        at java.lang.Thread.run(Thread.java:613)
Comment 1 spaquet 2008-10-16 19:06:35 UTC
Created attachment 72028 [details]
stacktrace
Comment 2 Jiri Prox 2008-10-17 09:36:24 UTC
duplicate of 142344?
Comment 3 Vitezslav Stejskal 2008-10-20 12:34:28 UTC
Yeah, looks like a dupe.

*** This issue has been marked as a duplicate of 142344 ***