Community
Participate
Working Groups
I try to reduce the warnings (API Problems, Java Problems and Plug-in Problems) see bug# 348335 for the Bugzilla Plugin
Created attachment 197453 [details] patch V1 Steffen, can you please review before I commit this?
Created attachment 197454 [details] mylyn/context/zip
Looks good to me but please do not apply this changes: TaskEditorCommentPart.java: keep call to EditorUtil.center() .
(In reply to comment #3) > Looks good to me but please do not apply this changes: > TaskEditorCommentPart.java: keep call to EditorUtil.center() . What is the reason for this? All other things are now in HEAD
(In reply to comment #4) > (In reply to comment #3) > > Looks good to me but please do not apply this changes: > > TaskEditorCommentPart.java: keep call to EditorUtil.center() . > What is the reason for this? It's for backwards compatibility with Eclipse 3.4. While we don't officially support it anymore we are not making an effort to intentionally break it.
I'm now getting the following compiler error: "The type ServiceReference is not generic; it cannot be parameterized with arguments <?>." Could someone please tell me how to fix this?
Sam, which version of Eclipse are you targeting?
I am running and targetting 3.6.
We need to fix the ServiceReference problem.
The problem is at line 374 of TasksUiPlugin.
The fix is now in HEAD. I changed private ServiceReference<?> proxyServiceReference; to private ServiceReference proxyServiceReference; The class ServiceReference was changed after 3.6.2 to be generic. Sorry that I have introduce this problem but I use the 3.7 latest Milestone.
It works now. Thanks for fixing this Frank.
Created attachment 197898 [details] temporarily reverted changes
I have temporarily reverted some changes that broke backwards compatibility and an existing integration. I'll re-apply this patch in a few weeks once we start refactoring internals for 3.7.
Steffen, did you mean to reopen this?
Reopening as a reminder.
I have re-committed the changes.