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 257385 - NullPointerException at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.updateModel
Summary: NullPointerException at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 10:26 UTC by draison
Modified: 2016-04-08 01:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221945


Attachments
stacktrace (630 bytes, text/plain)
2016-01-04 10:26 UTC, draison
Details

Note You need to log in before you can comment on or make changes to this bug.
Description draison 2016-01-04 10:26:19 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
draison: Raising tasks via the bugzilla component.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.updateModel(AbstractNbTaskWrapper.java:438)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue.updateModelAndRefresh(BugzillaIssue.java:1075)
   at org.netbeans.modules.bugzilla.issue.IssuePanel$19.run(IssuePanel.java:3157)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 draison 2016-01-04 10:26:21 UTC
Created attachment 157979 [details]
stacktrace
Comment 2 Tomas Stupka 2016-04-07 15:03:47 UTC
fixed in jet-main #a15bf67fc837
Comment 3 Quality Engineering 2016-04-08 01:47:29 UTC
Integrated into 'main-silver', will be available in build *201604080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a15bf67fc837
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #257385 - NullPointerException at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.updateModel