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 183699

Summary: Too many org.netbeans.modules.ruby.debugger.ToolTipAnnotation
Product: ruby Reporter: ehartmann <ehartmann>
Component: DebuggerAssignee: ehartmann <ehartmann>
Status: RESOLVED FIXED    
Severity: normal CC: emononen, jkovalsky
Priority: P3 Keywords: NETFIX
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: patch

Description ehartmann 2010-04-08 10:28:10 UTC
Another IllegalStateException :

java.lang.IllegalStateException: Too many org.netbeans.modules.ruby.debugger.ToolTipAnnotation (3) in shared RequestProcessor; create your own
	at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
	at org.netbeans.modules.ruby.debugger.ToolTipAnnotation.getShortDescription(ToolTipAnnotation.java:86)
	at org.netbeans.modules.editor.NbToolTip$Request.resolveTooltipText(NbToolTip.java:420)
	at org.netbeans.modules.editor.NbToolTip$Request.run(NbToolTip.java:383)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1369)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1907)

I'll upload a patch soon.
Comment 1 ehartmann 2010-04-08 10:28:59 UTC
Created attachment 96884 [details]
patch
Comment 2 ehartmann 2010-04-08 10:30:18 UTC
Add Erno to CC list.
Comment 3 Erno Mononen 2010-04-08 12:15:46 UTC
The patch looks good, will integrate it soon - thanks!
Comment 4 Erno Mononen 2010-04-08 12:54:54 UTC
Applied the patch in 0a7b6b188a2e.
Comment 5 Jiri Kovalsky 2010-04-08 13:41:53 UTC
Thanks again both Erno and Eric for the patch!
Comment 6 Quality Engineering 2010-04-09 04:48:50 UTC
Integrated into 'main-golden', will be available in build *201004090201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0a7b6b188a2e
User: Erno Mononen <emononen@netbeans.org>
Log: #183699 - Too many org.netbeans.modules.ruby.debugger.ToolTipAnnotation
- patch by ehartmann