with the latest NetBeans (6.7.1) I see many hints on missing @Override
(some of them have already be fixed by me and committed), but there
are many ... what do you think, can / should we fix ?

Yes, we should fix these. The reason we have so many is because you couldn't apply the @Override annotation to interface implementations prior to Java 6, and we supported Java 5 up until recently. Maybe there is a way to get Eclipse to identify them...

And a last thing , in the ApplicationContext, i got a warning on this line: Component focusedComponent = Component.getFocusedComponent();
tells me: "Local variable hides a field", what can we do ?

Is that the only place you see that warning? We use local variables that hide fields all over the place...

Reply via email to