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 268704 - NullPointerException: The description parameter cannot be null
Summary: NullPointerException: The description parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 07:08 UTC by Exceptions Reporter
Modified: 2016-11-29 09:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226974


Attachments
stacktrace (1013 bytes, text/plain)
2016-10-27 07:08 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-27 07:08:56 UTC
This bug was originally marked as duplicate of bug 246122, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
GUEST: Just tried to create a new Maven Java Application project, and when I added cssbox artifact as dependency the NullPointerException error appeared.

GUEST: Unsure, didn't discover error until later.

GUEST: Frequently occuring when trying to edit an java file

nebrass: just started netbeans




Stacktrace: 
java.lang.NullPointerException: The description parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.spi.project.ui.ProjectProblemsProvider$ProjectProblem.<init>(ProjectProblemsProvider.java:219)
   at org.netbeans.spi.project.ui.ProjectProblemsProvider$ProjectProblem.createError(ProjectProblemsProvider.java:353)
   at org.netbeans.modules.maven.problems.MavenModelProblemsProvider.reportExceptions(MavenModelProblemsProvider.java:300)
   at org.netbeans.modules.maven.problems.MavenModelProblemsProvider.getProblems(MavenModelProblemsProvider.java:150)
   at org.netbeans.spi.project.ui.support.UILookupMergerSupport$ProjectProblemsProviderImpl.getProblems(UILookupMergerSupport.java:299)
Comment 1 Exceptions Reporter 2016-10-27 07:08:58 UTC
Created attachment 162656 [details]
stacktrace
Comment 2 Tomas Stupka 2016-11-24 15:32:07 UTC
fixed in jet-main #852c71347205
Comment 3 Quality Engineering 2016-11-26 03:58:40 UTC
Integrated into 'main-silver', will be available in build *201611260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/852c71347205
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #268704 - NullPointerException: The description parameter cannot be null