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 207200 - NullPointerException at org.netbeans.modules.apisupport.installer.maven.actions.BuildInstallersAction$ContextBuildInstaller.actionPerformed
Summary: NullPointerException at org.netbeans.modules.apisupport.installer.maven.actio...
Status: RESOLVED DUPLICATE of bug 202961
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 09:05 UTC by arittner
Modified: 2012-01-12 16:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184344


Attachments
stacktrace (2.94 KB, text/plain)
2012-01-12 09:05 UTC, arittner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arittner 2012-01-12 09:05:27 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.apisupport.installer.maven.actions.BuildInstallersAction$ContextBuildInstaller.actionPerformed(BuildInstallersAction.java:224)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
Comment 1 arittner 2012-01-12 09:05:30 UTC
Created attachment 114817 [details]
stacktrace
Comment 2 Jesse Glick 2012-01-12 16:13:12 UTC

*** This bug has been marked as a duplicate of bug 202961 ***