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 - NullPointerException at qubexplorer.MvnModelFactory.createModel
Summary: NullPointerException at qubexplorer.MvnModelFactory.createModel
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-08 16:01 UTC by rweaver
Modified: 2014-12-08 16:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213984


Attachments
stacktrace (3.71 KB, text/plain)
2014-12-08 16:01 UTC, rweaver
Details

Note You need to log in before you can comment on or make changes to this bug.
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.