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 - Overridden annotations provide falls information about super class
Summary: Overridden annotations provide falls information about super class
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 03:56 UTC by Karol Harezlak
Modified: 2010-01-25 06:55 UTC (History)
1 user (show)

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 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