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 60607 - NPE when in Toggle BP in Design View
Summary: NPE when in Toggle BP in Design View
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 60383 62045 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-29 12:53 UTC by Lukas Hasik
Modified: 2006-08-15 16:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE at org.netbeans.modules.ant.debugger.breakpoints.AntBreakpointActionProvider.doAction(AntBreakpointActionProvider.java:56) (30.61 KB, text/plain)
2005-06-29 12:54 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2005-06-29 12:53:25 UTC
20050629

-have a form opened in Design view
-"Run > Toggle breakpoint"

NPE appears
Comment 1 Lukas Hasik 2005-06-29 12:54:16 UTC
Created attachment 22941 [details]
NPE at org.netbeans.modules.ant.debugger.breakpoints.AntBreakpointActionProvider.doAction(AntBreakpointActionProvider.java:56)
Comment 2 Martin Entlicher 2005-07-11 13:58:29 UTC
This is a bug in ant debugger.
Comment 3 Martin Entlicher 2005-10-31 16:41:03 UTC
The action should not be enabled in that case I guess...
Comment 4 Martin Entlicher 2005-10-31 17:16:28 UTC
The enabled state is set:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/breakpoints/AntBreakpointActionProvider.java,v
 <--  AntBreakpointActionProvider.java
new revision: 1.3; previous revision: 1.2
Comment 5 Martin Entlicher 2005-10-31 17:18:11 UTC
*** Issue 62045 has been marked as a duplicate of this issue. ***
Comment 6 Martin Entlicher 2005-10-31 17:48:24 UTC
*** Issue 60383 has been marked as a duplicate of this issue. ***
Comment 7 Lukas Hasik 2006-08-15 16:07:04 UTC
verified in nb55 beta2