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 149956 - NPE:
Summary: NPE:
Status: VERIFIED DUPLICATE of bug 149769
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-13 15:23 UTC by Lark Fitzgerald
Modified: 2008-10-15 13:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (3.32 KB, text/plain)
2008-10-13 15:25 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2008-10-13 15:23:43 UTC
Tested using FX Cont trunk build 348 with SDK:
Product: javafx-1.0dev, Platform: windows-i586, Build-Number: 708, Build-ID: 2008-10-13_03-09-52 on NB6.5: 
Product Version: NetBeans IDE Dev (Build 200810060201)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

Was trying to verify issue: http://www.netbeans.org/issues/show_bug.cgi?id=149311

1. type: import javafx.animation.
The completion list and javadoc appear showing javafx.animation .
2. down arrow through the list.

Get NPE

java.lang.NullPointerException
	at com.sun.tools.javac.code.Types$21.visitMethodType(Types.java:1905)
	at com.sun.tools.javac.code.Types$21.visitMethodType(Types.java:1897)
	at com.sun.tools.javac.code.Type$MethodType.accept(Type.java:804)
	at com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:3183)
	at com.sun.tools.javac.code.Types.hasSameArgs(Types.java:1894)
	at com.sun.tools.javac.code.Types.isSubSignature(Types.java:1863)


Full exception attached
Comment 1 Lark Fitzgerald 2008-10-13 15:25:50 UTC
Created attachment 71673 [details]
exception
Comment 2 David Strupl 2008-10-13 15:27:14 UTC

*** This issue has been marked as a duplicate of 149769 ***
Comment 3 Lark Fitzgerald 2008-10-13 15:28:41 UTC
oops, As an FYI, this issue went away after the first encounter.
Comment 4 David Strupl 2008-10-13 15:30:41 UTC
But after restart you will get it again. BTW something very wierd is going on with class Interpolator. If you happen to
spot it on another class please add comment to the opened issue about this. I still have no clue why this class doesn't
work. Will continue tomorrow ...
Comment 5 Alexandr Scherbatiy 2008-10-15 13:51:23 UTC
verified