Community
Participate
Working Groups
Context tab in the Task Editor have invalid package labels
Created attachment 85498 [details] current labels in action
Looks like the common navigator has a shortened mode that it defaults to, and we should be using the full mode. Martin: do you know off-hand where this setting is?
Package shortening is configured with PreferenceConstants.APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW. JavaElemenetLabelProvider and JavaElementLabels should be used to render all Java elements and they use this setting. I just tested in 3.3 that both the package explorer and the project explorer are showing package names correctly.
Looks like the problem that we have here is that we are forcing the flat layout of the Java content in the common navigator that we are creating and this may be triggering the shortening of the package names even though short names are not used by other Java content providers. A fix will require considerably more investigation due to the dependency problem we have with the content provider being set up ..mylyn.context.ui and not in ..mylyn.java.ui.
Created attachment 90276 [details] mylyn/context/zip
Just checked and this is still the case.
Mylyn has been restructured, and our issue tracking has moved to GitHub [1]. We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub. [1] https://github.com/orgs/eclipse-mylyn