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 146420 - java.lang.IllegalStateException: Unknown annotation type 'Breakpoint'.
Summary: java.lang.IllegalStateException: Unknown annotation type 'Breakpoint'.
Status: CLOSED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-09-06 22:34 UTC by _ krystyna
Modified: 2010-05-17 16:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
server exceptions (5.64 KB, text/plain)
2008-09-06 22:35 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-09-06 22:34:08 UTC
NetBeans IDE Dev (Build 20080906071253)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1 

-not easily reproducible
-happened on an IDE restart where project was open with fileURL object in multiviewer (from 
  client-side javascript debug)
-pressing Debug from the main toolbar was a no-op . attaching the Tomcat exceptions that resulted.


INFO: Unknown annotation type 'Breakpoint'.
java.lang.IllegalStateException: Unknown annotation type 'Breakpoint'.
        at org.netbeans.modules.debugger.jpda.projects.DebuggerAnnotation.getShortDescription
(DebuggerAnnotation.java:114)
        at org.netbeans.modules.editor.NbEditorDocument$AnnotationDescDelegate.getShortDescription
(NbEditorDocument.java:334)
        at org.netbeans.editor.GlyphGutter.getToolTipText(GlyphGutter.java:628)
        at org.netbeans.editor.ext.ToolTipSupport.updateToolTip(ToolTipSupport.java:456)
        at org.netbeans.editor.ext.ToolTipSupport.setToolTipVisible(ToolTipSupport.java:489)
        at org.netbeans.editor.ext.ToolTipSupport.actionPerformed(ToolTipSupport.java:763)
        at org.netbeans.editor.WeakTimerListener.actionPerformed(WeakTimerListener.java:85)
        at javax.swing.Timer.fireActionPerformed(Timer.java:271)
        at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 _ krystyna 2008-09-06 22:35:18 UTC
Created attachment 69235 [details]
server exceptions
Comment 2 Martin Entlicher 2008-09-08 16:00:18 UTC
Since it's not much reproducible, downgrading to P4. It has never happened to me.
DebuggerBreakpointAnnotation is there for breakpoints, not DebuggerAnnotation. We'd need the exact steps to reproduce to
find out why DebuggerAnnotation is created for Breakpoint annotation instead of DebuggerBreakpointAnnotation.
Comment 3 Martin Entlicher 2009-12-02 08:01:40 UTC
We need steps to reproduce to fix this.
Comment 4 Marian Mirilovic 2010-05-17 16:10:52 UTC
incomplete for long time - closing