开发者

eclipse override method

开发者 https://www.devze.com 2023-02-20 00:15 出处:网络
I have downloaded eclipse Galileo. Now, when I use actionListener for the button, i开发者_Go百科t would preferred for override an onClick method of that listener, but in my Eclipse, it doesn\'t displ

I have downloaded eclipse Galileo.

Now, when I use actionListener for the button, i开发者_Go百科t would preferred for override an onClick method of that listener, but in my Eclipse, it doesn't display the @override heading on the onClick method.

Do you have any clue about that missing annotation?


There are a couple of bugs regarding the @override annotation not being displayed:

  • bug 293777: Misleading problem when @Override is used on method with unresolved parameter type
  • bug 235750: [clean up] 'Save Actions' doesn't add override annotation for interface method implementations (Java6)

Could you check if your particular problems persists with Eclipse Helios (3.6)?

0

精彩评论

暂无评论...
验证码 换一张
取 消