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 - Too many org.netbeans.modules.ruby.debugger.ToolTipAnnotation
Summary: Too many org.netbeans.modules.ruby.debugger.ToolTipAnnotation
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: ehartmann
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2010-04-08 10:28 UTC by ehartmann
Modified: 2010-04-09 04:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (958 bytes, patch)
2010-04-08 10:28 UTC, ehartmann
Details | Diff

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