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 193332

Summary: [70cat] NullPointerException at org.netbeans.modules.jira.issue.IssuePanel.reloadForm
Product: connecteddeveloper Reporter: mithridates <mithridates>
Component: JiraAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal CC: akochnev, ijay, jeffblack360, jirka_x1, kingsquare, lostmats, mithridates, mk2king, sishbi
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 173307
Attachments: stacktrace
stacktrace

Description mithridates 2010-12-13 14:36:25 UTC
Build: NetBeans IDE Dev (Build 201012130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
GUEST: Committing a change to Subversion and updating a JIRA issue

mithridates: DoubleClick on issue in search view

akochnev: Commiting an issue in mercurial, updating jira issue along the way




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.IssuePanel.reloadForm(IssuePanel.java:644)
   at org.netbeans.modules.jira.issue.IssuePanel.setIssue(IssuePanel.java:245)
   at org.netbeans.modules.jira.issue.NbJiraIssue$Controller.<init>(NbJiraIssue.java:1415)
   at org.netbeans.modules.jira.issue.NbJiraIssue.getController(NbJiraIssue.java:875)
   at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.setIssue(IssueTopComponent.java:192)
   at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.find(IssueTopComponent.java:442)
Comment 1 mithridates 2010-12-13 14:36:28 UTC
Created attachment 104021 [details]
stacktrace
Comment 2 Tomas Stupka 2011-01-19 10:52:42 UTC
cached user data aren't uptodate.
possible workaround would be to click "Reload attributes" in the Find Issues dialog
Comment 3 mithridates 2011-01-21 16:12:27 UTC
Created attachment 105249 [details]
stacktrace

bdlclick on issue in table.
Comment 4 Tomas Stupka 2014-07-24 13:15:19 UTC
no reports since over a year. probably fixed.