Community
Participate
Working Groups
Java 6 shows a warning of there is no @Override tag on a method that implements a method of an interface. Now that we require Java 6 for the DSF plugins, we have a bunch of those warnings. I will post a patch to add the missing @Override.
Created attachment 208978 [details] Patch for dsf and dsf.ui Here is the patch. I created with 0 lines of context to make it shorter as the patch was totally mechanical.
I have committed the patch to master. Pawel, I won't ask for an official review because it is a painfully boring review. However, I did the fixes almost entirely using quick-fix shortcuts, so I feel it is pretty safe. I also ran the DSF-GDB JUnit tests with GDB 7.3 and everything passed. The commit is 463d52d01b28bac1dad93494d13a8e94b242c952, in case one wants to create a patch with more lines of context.
BTW, this removes 1007 warnings