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 209769 - NullPointerException in Project Properties > Actions
Summary: NullPointerException in Project Properties > Actions
Status: RESOLVED DUPLICATE of bug 209677
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 07:46 UTC by mienamoo
Modified: 2012-03-26 23:02 UTC (History)
1 user (show)

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 mienamoo 2012-03-20 07:46:54 UTC
NetBeans build 201203180400
JDK 7u3 32bit

I am working on a Maven-based NetBeans Platform application. When accessing the Actions category on the Project Propeties dialog for any of the modules, I get the following exception:


java.lang.NullPointerException
	at org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.iterate(NexusRepositoryIndexerImpl.java:725)
	at org.netbeans.modules.maven.indexer.NexusRepositoryIndexerImpl.filterPluginArtifactIds(NexusRepositoryIndexerImpl.java:1039)
	at org.netbeans.modules.maven.indexer.api.RepositoryQueries.filterPluginArtifactIdsResult(RepositoryQueries.java:380)
	at org.netbeans.modules.maven.indexer.api.PluginIndexManager.getPluginGoalNames(PluginIndexManager.java:87)
[catch] at org.netbeans.modules.maven.grammar.GoalsProviderImpl.getAvailableGoals(GoalsProviderImpl.java:64)
	at org.netbeans.modules.maven.customizer.ActionMappings$4.run(ActionMappings.java:259)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 Milos Kleint 2012-03-20 14:54:07 UTC
it should be fixed in current core-main repository, might take a while before it reaches golden
Comment 2 Jesse Glick 2012-03-26 23:02:23 UTC
Resolution of FIXED must be matched by a specific changeset which did the fixing.

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