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

Summary: NullPointerException at qubexplorer.ui.IssueLocation.getProjectOwner
Product: third-party Reporter: elennaro
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 8 x64   
Issue Type: DEFECT Exception Reporter: 213830
Attachments: stacktrace

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