This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182547 - Static function is marked that it overrides a class
Summary: Static function is marked that it overrides a class
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 08:42 UTC by Alexandr Scherbatiy
Modified: 2010-03-24 11:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-03-23 08:42:26 UTC
NetBeans-JavaFX-Soma:  #194

Steps to reproduce:

- Create the MyCustomNode JavaFX class:
--------------  MyCustomNode.fx ---------------
import javafx.scene.*;


public function f() {
}


public class MyCustomNode extends CustomNode {

    public override function create(): Node {
        Group {
        }
    }

}
-----------------------------------------------

- The 'f' function has 'Overrides:javafx.scene.CustomNode' badge
Comment 1 Karol Harezlak 2010-03-23 11:52:22 UTC
fixed,

http://hg.netbeans.org/javafx/rev/83f6d46f6ed3
Comment 2 Alexandr Scherbatiy 2010-03-24 11:44:07 UTC
verified in NetBeans-JavaFX-Soma: #195