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 245559 - NoSuchMethodError: org.eclipse.mylyn.internal.tasks.core.data.TaskDataManager.setTaskRead(Lorg/eclipse/mylyn/tasks/core/ITask;Z)Z
Summary: NoSuchMethodError: org.eclipse.mylyn.internal.tasks.core.data.TaskDataManager...
Status: RESOLVED INCOMPLETE
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-07-10 16:16 UTC by tbrunhoff
Modified: 2014-07-17 16:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210643


Attachments
stacktrace (2.62 KB, text/plain)
2014-07-10 16:16 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2014-07-10 16:16:36 UTC
Build: NetBeans IDE Dev (Build 201405200001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: same as previous.




Stacktrace: 
java.lang.NoSuchMethodError: org.eclipse.mylyn.internal.tasks.core.data.TaskDataManager.setTaskRead(Lorg/eclipse/mylyn/tasks/core/ITask;Z)Z
   at org.netbeans.modules.mylyn.util.MylynSupport.markTaskSeen(MylynSupport.java:435)
   at org.netbeans.modules.mylyn.util.NbTask.markSeen(NbTask.java:96)
   at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.setUpToDate(AbstractNbTaskWrapper.java:239)
   at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.editorOpened(AbstractNbTaskWrapper.java:255)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue.access$000(BugzillaIssue.java:111)
   at org.netbeans.modules.bugzilla.issue.BugzillaIssue$1.run(BugzillaIssue.java:209)
Comment 1 tbrunhoff 2014-07-10 16:16:38 UTC
Created attachment 147980 [details]
stacktrace
Comment 2 tbrunhoff 2014-07-10 16:38:47 UTC
This all happened as part of https://netbeans.org/bugzilla/show_bug.cgi?id=245558
Comment 3 Tomas Stupka 2014-07-17 16:47:36 UTC
not sure how this could have happened. look like a library mismatch, unfortunately the messages.log attached to the report doesn't contain the beginning of the log where i could check. 

Attach please a complete messages.log file from your netbeans install

thanks