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 247877 - NullPointerException at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.editorOpened
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.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-12 05:34 UTC by Exceptions Reporter
Modified: 2015-04-03 03:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212657


Attachments
stacktrace (472 bytes, text/plain)
2014-10-12 05:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-12 05:34:13 UTC
This bug was originally marked as duplicate of bug 234785, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
GUEST: BugZilla not working

GUEST: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.editorOpened(AbstractNbTaskWrapper.java:274)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue.access$000(BugzillaIssue.java:111)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue$1.run(BugzillaIssue.java:209)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Exceptions Reporter 2014-10-12 05:34:15 UTC
Created attachment 149849 [details]
stacktrace
Comment 2 Tomas Stupka 2015-04-02 16:40:09 UTC
fixed in jet-main #6f9f704c2c9d
Comment 3 Quality Engineering 2015-04-03 03:07:29 UTC
Integrated into 'main-silver', will be available in build *201504030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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