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 142447 - NullPointerException at org.netbeans.modules.java.editor.overridden.IsOverriddenAnnotationAction.findAnnotation
Summary: NullPointerException at org.netbeans.modules.java.editor.overridden.IsOverrid...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-07-31 17:59 UTC by Petr Cyhelsky
Modified: 2009-11-02 11:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 84826


Attachments
stacktrace (2.52 KB, text/plain)
2008-07-31 17:59 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-07-31 17:59:37 UTC
Build: NetBeans IDE Dev (Build 080729)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows Vista, 6.0, x86

User Comments: 
on untoggling line breakpoint through clicking on gutter - there is also an implementation annotation (green circle)

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.java.editor.overridden.IsOverriddenAnnotationAction.findAnnotation(IsOverriddenAnnotationAction.java:127)
        at org.netbeans.modules.java.editor.overridden.IsOverriddenAnnotationAction.access$000(IsOverriddenAnnotationAction.java:66)
        at org.netbeans.modules.java.editor.overridden.IsOverriddenAnnotationAction$1.run(IsOverriddenAnnotationAction.java:152)
        at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1363)
        at org.netbeans.modules.java.editor.overridden.IsOverriddenAnnotationAction.invokeDefaultAction(IsOverriddenAnnotationAction.java:145)
        at org.netbeans.modules.java.editor.overridden.IsOverriddenAnnotationAction.actionPerformed(IsOverriddenAnnotationAction.java:75)
Comment 1 Petr Cyhelsky 2008-07-31 17:59:42 UTC
Created attachment 66205 [details]
stacktrace
Comment 2 Jan Becicka 2008-09-01 12:55:09 UTC
ANY steps to reproduce? Seems to be rare and harmless.
Comment 3 Petr Cyhelsky 2008-09-05 14:53:55 UTC
it happened to me only twice, when I set line breakpoint on the line where there is already the green ring annotation
and then after some debugging try to delete the breakpoint via clicking on the breakpoint annotation in the gutter.
Comment 4 Jan Lahoda 2008-11-19 10:36:01 UTC
later.
Comment 5 Quality Engineering 2009-11-02 11:04:44 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX