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 175034 - NullPointerException at com.sun.tools.javac.code.Symbol$MethodSymbol.params
Summary: NullPointerException at com.sun.tools.javac.code.Symbol$MethodSymbol.params
Status: VERIFIED DUPLICATE of bug 180191
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-20 17:15 UTC by emcmanus
Modified: 2010-03-12 06:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148133


Attachments
stacktrace (2.50 KB, text/plain)
2009-10-20 17:16 UTC, emcmanus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emcmanus 2009-10-20 17:16:16 UTC
Build: NetBeans IDE 6.7.1 (Build 200907202301)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.1, x86_64

User Comments:
GUEST: Nothing in particular. First time this problem happened.



Stacktrace: 
java.lang.NullPointerException
        at com.sun.tools.javac.code.Symbol$MethodSymbol.params(Symbol.java:1201)
        at com.sun.tools.javac.code.Symbol$MethodSymbol.getParameters(Symbol.java:1233)
        at com.sun.tools.javac.code.Symbol$MethodSymbol.getParameters(Symbol.java:985)
        at org.netbeans.modules.javafx.editor.completion.JavaFXCompletionItem$MethodItem.<init>(JavaFXCompletionItem.java:718)
        at org.netbeans.modules.javafx.editor.completion.JavaFXCompletionItem$MethodItem.<init>(JavaFXCompletionItem.java:677)
        at org.netbeans.modules.javafx.editor.completion.JavaFXCompletionItem.createExecutableItem(JavaFXCompletionItem.java:126)
Comment 1 emcmanus 2009-10-20 17:16:25 UTC
Created attachment 89786 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-12-11 09:57:01 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=148133
Comment 3 Petr Nejedly 2010-03-11 08:18:48 UTC
Already fixed as #180191

*** This bug has been marked as a duplicate of bug 180191 ***
Comment 4 Alexandr Scherbatiy 2010-03-12 06:22:28 UTC
verified as duplicate