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 212005 - NullPointerException at org.netbeans.modules.jira.issue.SubtaskTableModel.data
Summary: NullPointerException at org.netbeans.modules.jira.issue.SubtaskTableModel.data
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-03 09:51 UTC by schkovich
Modified: 2012-05-12 09:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160134


Attachments
stacktrace (2.78 KB, text/plain)
2012-05-03 09:51 UTC, schkovich
Details
stacktrace (2.64 KB, text/plain)
2012-05-04 07:14 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2012-05-03 09:51:02 UTC
Build: NetBeans IDE Dev (Build 201205020400)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
schkovich: exception was thrown on opening issue after svn commit. Notification that issue server returned unexpected url preceeded exception.

GUEST: Changing Java Sources Classpath.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.jira.issue.SubtaskTableModel.data(SubtaskTableModel.java:97)
   at org.netbeans.modules.jira.issue.SubtaskTableModel.<init>(SubtaskTableModel.java:62)
   at org.netbeans.modules.jira.issue.IssuePanel$9.run(IssuePanel.java:768)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 schkovich 2012-05-03 09:51:07 UTC
Created attachment 119015 [details]
stacktrace
Comment 2 schkovich 2012-05-04 07:14:46 UTC
Created attachment 119059 [details]
stacktrace

Notification that server redirected to unexpected location (link to login and redirection to the first sub-task on the list) preceded exception
Comment 3 Tomas Stupka 2012-05-10 20:20:33 UTC
fixed in core-main #48f1cd7cf185
Comment 4 Quality Engineering 2012-05-12 09:56:52 UTC
Integrated into 'main-golden', will be available in build *201205120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/48f1cd7cf185
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #212005 - NullPointerException at org.netbeans.modules.jira.issue.SubtaskTableModel.data