Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Mylyn Context Manager can get an element not in active task context(Mylyn bug)
Mylyn Context Manager can get an element not in active task context [message #1799445] Thu, 06 December 2018 22:40
Yiming Tang is currently offline Yiming TangFriend
Messages: 1
Registered: December 2018
Junior Member
When my task context is active and I observer an element which is not in the active task context, the method call below can return an element.

ContextCore.getContextManager().getElement(methodHandleIdentifier) 


However, the Doc of
getElement(String) shows it will return null if the element is not found in the active task context.


Actually, it returns an element with null interaction context, which leads to the DOI value of this element is 0. It does not make sense. The DOI values of those kinds of elements should be N/A or negative infinity.

Previous Topic:Hange app when remove Mylyn plugin
Next Topic:CVS automatic changeset management broken?
Goto Forum:
  


Current Time: Thu Apr 25 16:43:20 GMT 2024

Powered by FUDForum. Page generated in 0.03127 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top