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 217248 - NullPointerException: The resolver parameter cannot be null
Summary: NullPointerException: The resolver parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-08-22 19:26 UTC by Jesse Glick
Modified: 2012-08-24 02:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191754


Attachments
stacktrace (2.10 KB, text/plain)
2012-08-22 19:27 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-08-22 19:26:58 UTC
Build: NetBeans IDE Dev (Build 20120822-22b76711e3b4)
VM: Java HotSpot(TM) Client VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Linux

User Comments:
jglick: Just trying to open the Jenkins parent POM. Regression from 20120815-47bac66aa192.




Stacktrace: 
java.lang.NullPointerException: The resolver parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.spi.project.ui.ProjectProblemsProvider$ProjectProblem.<init>(ProjectProblemsProvider.java:217)
   at org.netbeans.spi.project.ui.ProjectProblemsProvider$ProjectProblem.createWarning(ProjectProblemsProvider.java:333)
   at org.netbeans.modules.maven.problems.ProblemReporterImpl.getProblems(ProblemReporterImpl.java:607)
   at org.netbeans.modules.project.ui.problems.BrokenProjectAnnotator.annotateIcon(BrokenProjectAnnotator.java:134)
   at org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.updateIcon(ProjectUtils.java:318)
Comment 1 Jesse Glick 2012-08-22 19:27:00 UTC
Created attachment 123425 [details]
stacktrace
Comment 2 Jesse Glick 2012-08-22 19:29:31 UTC
Makes today's build unusable.
Comment 3 Milos Kleint 2012-08-23 10:02:13 UTC
http://hg.netbeans.org/core-main/rev/b1a3bbe32851
Comment 4 Quality Engineering 2012-08-24 02:40:20 UTC
Integrated into 'main-golden', will be available in build *201208240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b1a3bbe32851
User: Milos Kleint <mkleint@netbeans.org>
Log: #217248 always have a resolver even in the case when no actual resolution is provided