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 249047 - NullPointerException at qubexplorer.ui.IssueLocation.getProjectOwner
Summary: NullPointerException at qubexplorer.ui.IssueLocation.getProjectOwner
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.2
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-01 20:28 UTC by elennaro
Modified: 2014-12-01 20:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213830


Attachments
stacktrace (3.28 KB, text/plain)
2014-12-01 20:28 UTC, elennaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elennaro 2014-12-01 20:28:29 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 8

User Comments:
elennaro: Sonar Cube's  radar plugin error




Stacktrace: 
java.lang.NullPointerException
   at qubexplorer.ui.IssueLocation.getProjectOwner(IssueLocation.java:87)
   at qubexplorer.ui.IssueLocation.getFile(IssueLocation.java:100)
   at qubexplorer.ui.SonarIssuesTopComponent.openIssueLocation(SonarIssuesTopComponent.java:669)
   at qubexplorer.ui.SonarIssuesTopComponent.access$400(SonarIssuesTopComponent.java:94)
   at qubexplorer.ui.SonarIssuesTopComponent$4.actionPerformed(SonarIssuesTopComponent.java:169)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
Comment 1 elennaro 2014-12-01 20:28:31 UTC
Created attachment 150824 [details]
stacktrace