Scala Plugin for NetBeans - Rewrite in Scala #7: Mark Override Method and Go to Super def
The new progress is a little mark at the left side bar of editor, showing if a method is overriding a method of base class/trait. Move cursor on this mark will show a tooltip, and, click on this mark will jump to source of super definition.
If a mark of (D) shown and you forget to add "override", you will wait until a whole build process to tell you lacking of "override", so pay attention to it.
Of course, if it's an (I) mark, you do not need to add "override".
![(please configure the [header_logo] section in trac.ini)](/chrome/site/blog_logo.png)
rss

Comments
No comments.