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 252222 - NullPointerException at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.save
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: 2015-05-04 00:27 UTC by mrpc
Modified: 2015-05-13 02:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208824


Attachments
stacktrace (3.00 KB, text/plain)
2015-05-04 00:27 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2015-05-04 00:27:41 UTC
Build: NetBeans IDE Dev (Build 201505020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
GUEST: Something happens after commit into git.

GUEST: Comitted some java files and updating local task

GUEST: ????????? ????????? ?? ??????.
1. ????????? ????????? ? git
2. ??????????? ??????? ?????? ?????? ? "????????? ??????"

GUEST: Something goes wrong after commit (git)

mrpc: Tried to commit to git. In the commit window, I selected a local task to mark as resolved (with options: resolve as fixed, add details to commit message, after commit).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.save(AbstractNbTaskWrapper.java:357)
   at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.saveChanges(AbstractNbTaskWrapper.java:394)
   at org.netbeans.modules.localtasks.task.LocalTask.save(LocalTask.java:380)
   at org.netbeans.modules.localtasks.task.LocalTask.addComment(LocalTask.java:574)
   at org.netbeans.modules.localtasks.IssueProviderImpl.addComment(IssueProviderImpl.java:101)
   at org.netbeans.modules.localtasks.IssueProviderImpl.addComment(IssueProviderImpl.java:57)
Comment 1 mrpc 2015-05-04 00:27:43 UTC
Created attachment 153506 [details]
stacktrace
Comment 2 Tomas Stupka 2015-05-12 14:17:19 UTC
could reproduce every time when trying to close a local task on git commit
Comment 3 Tomas Stupka 2015-05-12 16:56:34 UTC
fixed in jet-main #db3bb8b18eb0
Comment 4 Quality Engineering 2015-05-13 02:54:32 UTC
Integrated into 'main-silver', will be available in build *201505130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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