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 - reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait
Summary: reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait
Status: RESOLVED DUPLICATE of bug 142344
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 19:06 UTC by spaquet
Modified: 2009-02-19 20:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 1923


Attachments
stacktrace (2.53 KB, text/plain)
2008-10-16 19:06 UTC, spaquet
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***