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 249205

Summary: NullPointerException at qubexplorer.MvnModelFactory.createModel
Product: third-party Reporter: rweaver <rweaver>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213984
Attachments: stacktrace

Description rweaver 2014-12-08 16:01:42 UTC
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-b18
OS: Windows 7

User Comments:
rweaver: Not sure what was going on.

rweaver: Trying to "get issues from server" for SonarQube.




Stacktrace: 
java.lang.NullPointerException
   at qubexplorer.MvnModelFactory.createModel(MvnModelFactory.java:26)
   at qubexplorer.MvnModelFactory.createModel(MvnModelFactory.java:20)
   at qubexplorer.server.SonarQube.toResource(SonarQube.java:256)
   at qubexplorer.ui.ServerIssuesAction.actionPerformed(ServerIssuesAction.java:38)
   at org.openide.awt.InjectorExactlyOne.actionPerformed(InjectorExactlyOne.java:78)
   at org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:226)
Comment 1 rweaver 2014-12-08 16:01:45 UTC
Created attachment 150959 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-12-08 16:05:05 UTC
Obviously a bug in qubexplorer module.