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 194705 - NullPointerException at org.netbeans.modules.jira.issue.IssuePanel$7$1.run
Summary: NullPointerException at org.netbeans.modules.jira.issue.IssuePanel$7$1.run
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-25 19:03 UTC by tapehead
Modified: 2011-10-01 14:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176143


Attachments
stacktrace (808 bytes, text/plain)
2011-01-25 19:03 UTC, tapehead
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tapehead 2011-01-25 19:03:22 UTC
This bug was originally marked as duplicate of bug 179671, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
TapeHead: Opening issue with JIRA plugin.  Did a search and double clicked the issue.  As it opened got this error.  Even though the error occured the issue did open and it seems to have been able to continue.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.IssuePanel$7$1.run(IssuePanel.java:585)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:137)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
Comment 1 tapehead 2011-01-25 19:03:27 UTC
Created attachment 105339 [details]
stacktrace
Comment 2 Tomas Stupka 2011-09-30 15:56:02 UTC
fixed
http://hg.netbeans.org/core-main/rev/f4c377ce3bc5
Comment 3 Quality Engineering 2011-10-01 14:02:37 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/f4c377ce3bc5
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #194705 - NullPointerException at org.netbeans.modules.jira.issue.IssuePanel$7$1.run