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

Summary: NullPointerException at org.netbeans.modules.maven.hints.pom.CompilerPluginVersionError.hasModuleInfo
Product: projects Reporter: misterm <misterm>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227312
Attachments: stacktrace

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