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 269124 - NullPointerException at org.netbeans.modules.maven.hints.pom.CompilerPluginVersionError.hasModuleInfo
Summary: NullPointerException at org.netbeans.modules.maven.hints.pom.CompilerPluginVe...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-25 22:08 UTC by misterm
Modified: 2016-11-29 09:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227312


Attachments
stacktrace (8.28 KB, text/plain)
2016-11-25 22:08 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2016-11-25 22:08:40 UTC
Build: NetBeans IDE Dev (Build 20161119-e98b094d3240)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 8.1

User Comments:
misterm: .




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.hints.pom.CompilerPluginVersionError.hasModuleInfo(CompilerPluginVersionError.java:161)
   at org.netbeans.modules.maven.hints.pom.CompilerPluginVersionError.getErrorsForDocument(CompilerPluginVersionError.java:104)
   at org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl$4.run(StatusProvider.java:199)
   at org.netbeans.modules.maven.hints.pom.StatusProvider$StatusProviderImpl$4.run(StatusProvider.java:190)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:209)
   at org.openide.util.Mutex.readAccess(Mutex.java:218)
Comment 1 misterm 2016-11-25 22:08:42 UTC
Created attachment 163031 [details]
stacktrace
Comment 2 Tomas Stupka 2016-11-28 13:33:09 UTC
fixed in jet-main #6d10fa2aecdd
Comment 3 Quality Engineering 2016-11-29 02:50:50 UTC
Integrated into 'main-silver', will be available in build *201611290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6d10fa2aecdd
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #269124 - NullPointerException at org.netbeans.modules.maven.hints.pom.CompilerPluginVersionError.hasModuleInfo