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 187952 - IllegalStateException: Too many org.netbeans.modules.javafx.debugger.JavaFXBreakpointAnnotationProvider$AnnotationRefresh (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.javafx.debugger.JavaFXBr...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2010-06-22 14:42 UTC by Alexandr Scherbatiy
Modified: 2010-07-20 11:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169847


Attachments
stacktrace (2.84 KB, text/plain)
2010-06-22 14:42 UTC, Alexandr Scherbatiy
Details
stacktrace (2.84 KB, text/plain)
2010-06-23 08:55 UTC, Alexandr Scherbatiy
Details
stacktrace (2.84 KB, text/plain)
2010-07-08 08:53 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-06-22 14:42:29 UTC
Build: NetBeans IDE Dev (Build 201006210001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
michaeljohnmcginley: pasted  a code section into a source section

michaeljohnmcginley: Requested a clean and build

sunflower: fxjdi branch

michaeljohnmcginley: filedatasource, line format

bind to listview all records, record -> string

then run project

then bang

michaeljohnmcginley: adding a line to a function in the source view

michaeljohnmcginley: deleted a mouse event, on entered then close then bang

michaeljohnmcginley: rebuild of an application

michaeljohnmcginley: changed the variable in: (listCell.item as org.netbeans.javafx.datasrc.Record).getString("text")
from line to text 
then bang

michaeljohnmcginley: generate code on a listview

michaeljohnmcginley: Biuit a grid form and introduced a blank field then gererated the application....failure

michaeljohnmcginley: ran application after source line change

michaeljohnmcginley: bound a datasource to a textbox, and then ran

michaeljohnmcginley: on a listcell in listcell factory requested to generate an empty function




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.javafx.debugger.JavaFXBreakpointAnnotationProvider$AnnotationRefresh (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:422)
   at org.netbeans.modules.javafx.debugger.JavaFXBreakpointAnnotationProvider.propertyChange(JavaFXBreakpointAnnotationProvider.java:216)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.api.debugger.Breakpoint.firePropertyChange(Breakpoint.java:287)
   at org.netbeans.modules.javafx.debugger.breakpoints.JavaFXLineBreakpoint.setLineNumber(JavaFXLineBreakpoint.java:262)
Comment 1 Alexandr Scherbatiy 2010-06-22 14:42:32 UTC
Created attachment 100328 [details]
stacktrace
Comment 2 Alexandr Scherbatiy 2010-06-23 08:53:54 UTC
 - Set a breakpoint
- Format the code
The exception pops up
Comment 3 Alexandr Scherbatiy 2010-06-23 08:55:37 UTC
Created attachment 100349 [details]
stacktrace

- Set a breakpoint
- Format the code
The exception pops up
Comment 4 Alexandr Scherbatiy 2010-07-08 08:53:38 UTC
Created attachment 100683 [details]
stacktrace

- Set a breakpoint
- Format code
The exception pops p
Comment 5 Michal Skvor 2010-07-12 12:53:34 UTC
Fixed.
Comment 6 Alexandr Scherbatiy 2010-07-20 11:33:40 UTC
Unable to reproduce in NetBeans IDE 6.9.1 Dev (Build 201007182301)