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 177278

Summary: Overridden annotations provide falls information about super class
Product: javafx Reporter: Karol Harezlak <kharezlak>
Component: EditorAssignee: Karol Harezlak <kharezlak>
Status: VERIFIED FIXED    
Severity: normal CC: sustaining
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Karol Harezlak 2009-11-20 03:56:51 UTC
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');
      }
  };
Comment 1 Karol Harezlak 2009-11-23 02:48:43 UTC
fixed in trunk,

http://hg.netbeans.org/javafx/rev/ca8952d0baa7

Patch candidate.
Comment 2 Karol Harezlak 2009-11-25 03:33:58 UTC
Previous fix did not cover all cases. Improve fix:

Changeset:
http://hg.netbeans.org/javafx/rev/a905e86598a1
Comment 3 Alexandr Scherbatiy 2009-12-17 03:56:29 UTC
verified in  NetBeans-dev-javafx-main-123-on-091217-full.zip
Comment 4 rbalada 2010-01-21 02:55:47 UTC
The fix has been ported to release68_fixes branch
http://hg.netbeans.org/javafx/rev/aa878c5f0c83
Comment 5 Lukas Hasik 2010-01-25 06:55:40 UTC
Verified in NB 6.8 patch1 - build 201001250341