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 129463 - NPE at org.netbeans.modules.visualweb.removebindings.RemoveUnusedBindingsAction$RemoveUnusedBindingsContextAwareAction$1.run
Summary: NPE at org.netbeans.modules.visualweb.removebindings.RemoveUnusedBindingsActi...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 20:37 UTC by Ch Nguyen
Modified: 2009-04-17 04:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ch Nguyen 2008-03-06 20:37:12 UTC
I encountered this NPE while running the remove binding attribute through all the visualweb sample apps:
SEVERE [org.openide.util.RequestProcessor]
java.lang.NullPointerException
        at
org.netbeans.modules.visualweb.removebindings.RemoveUnusedBindingsAction$RemoveUnusedBindingsContextAwareAction$1.run(RemoveUnusedBindingsAction.java:165)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)

I didn't recall which sample app though.
Comment 1 _ sandipchitale 2008-03-06 21:41:26 UTC
Hmmm...this is an unexplicable NPE. In any case it happens afetr all the processing has happend so it is harmless.

I have not reproduced it yet.