Skip to main content



      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 17:40
Eclipse UserFriend
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 May 22 06:30:36 EDT 2025

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

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

Back to the top