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.
Overridden annotations provide falls information about super class. To reproduce it: var node = CustomNode{ override protected function create () : Node { throw new UnsupportedOperationException('Not implemented yet'); } };
fixed in trunk, http://hg.netbeans.org/javafx/rev/ca8952d0baa7 Patch candidate.
Previous fix did not cover all cases. Improve fix: Changeset: http://hg.netbeans.org/javafx/rev/a905e86598a1
verified in NetBeans-dev-javafx-main-123-on-091217-full.zip
The fix has been ported to release68_fixes branch http://hg.netbeans.org/javafx/rev/aa878c5f0c83
Verified in NB 6.8 patch1 - build 201001250341