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 177729 - NPE and broken code caused by JFXC-2154
Summary: NPE and broken code caused by JFXC-2154
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-27 03:52 UTC by Karol Harezlak
Modified: 2009-12-18 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (692 bytes, text/plain)
2009-11-27 03:52 UTC, Karol Harezlak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Harezlak 2009-11-27 03:52:45 UTC
Created attachment 91765 [details]
stack trace

Broken code and NPE caused by http://javafx-jira.kenai.com/browse/JFXC-2154.

abstract class Test extends CustomNode {

    public abstract function abstractMethod();

}

public class Test2 extends Test {
  
}

I'm not able to reproduce it every time.
Comment 1 Karol Harezlak 2009-11-27 06:37:11 UTC
work-around for http://javafx-jira.kenai.com/browse/JFXC-2154.

changeset:

http://hg.netbeans.org/javafx/rev/84faaf7e16fc
Comment 2 Alexandr Scherbatiy 2009-12-18 03:37:24 UTC
unable to reproduce in build NetBeans-JavaFX-Soma: #69