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 135784 - Annotation: value = DebuggerAction.createContinueAction Exception when installing JavaFX Script plugin
Summary: Annotation: value = DebuggerAction.createContinueAction Exception when instal...
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 10:05 UTC by Alexandr Scherbatiy
Modified: 2008-07-03 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log file (36.69 KB, text/plain)
2008-05-26 10:06 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-05-26 10:05:33 UTC
JavaFX Script plugin 2008-05-23_02-01-55.zip
NetBeans 6.1 build 200804211638

Steps to reproduce:

- Uninstall old version of JavaFX Script plugin
- Install the JavaFX Script plugin
- Run the IDE

  The exception pops up:
Annotation: value = org.netbeans.modules.debugger.ui.actions.DebuggerAction.createContinueAction from
Actions/Debug/org-netbeans-modules-debugger-ui-actions-ContinueAction.instance
Annotation: value = org.netbeans.modules.debugger.ui.actions.DebuggerAction.createContinueAction from
Actions/Debug/org-netbeans-modules-debugger-ui-actions-ContinueAction.instance
Annotation: value = org.netbeans.modules.debugger.ui.actions.DebuggerAction.createContinueAction from
Actions/Debug/org-netbeans-modules-debugger-ui-actions-ContinueAction.instance
value = org.netbeans.modules.debugger.ui.actions.DebuggerAction.createContinueAction from
Actions/Debug/org-netbeans-modules-debugger-ui-actions-ContinueAction.instance
value = org.netbeans.modules.debugger.ui.actions.DebuggerAction.createContinueAction from
Actions/Debug/org-netbeans-modules-debugger-ui-actions-ContinueAction.instance
Caused: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.RangeCheck(ArrayList.java:547)
	at java.util.ArrayList.get(ArrayList.java:322)
	at org.netbeans.modules.debugger.javafx.ui.EditorContextBridge.getContext(EditorContextBridge.java:83)
	at
org.netbeans.modules.debugger.javafx.ui.actions.ToggleBreakpointActionProvider.<init>(ToggleBreakpointActionProvider.java:77)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.lang.Class.newInstance0(Class.java:355)
	at java.lang.Class.newInstance(Class.java:308)
	at org.netbeans.api.debugger.Lookup$MetaInf.createInstance(Lookup.java:376)
	at org.netbeans.api.debugger.Lookup$MetaInf.access$1300(Lookup.java:210)
	at org.netbeans.api.debugger.Lookup$MetaInf$MetaInfLookupList.fillInstances(Lookup.java:600)
Comment 1 Alexandr Scherbatiy 2008-05-26 10:06:15 UTC
Created attachment 61898 [details]
IDE log file
Comment 2 Alexey Butenko 2008-06-26 13:24:11 UTC
I don't see any exceptions
Comment 3 Alexandr Scherbatiy 2008-07-03 12:13:54 UTC
verified