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 186989 - NullPointerException at com.sun.tools.javac.code.Symbol$MethodSymbol.getReturnType
Summary: NullPointerException at com.sun.tools.javac.code.Symbol$MethodSymbol.getRetur...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 12:49 UTC by emcmanus
Modified: 2010-06-17 10:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167537


Attachments
stacktrace (1.20 KB, text/plain)
2010-05-31 12:49 UTC, emcmanus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emcmanus 2010-05-31 12:49:54 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Symbol$MethodSymbol.getReturnType(Symbol.java:1245)
   at org.netbeans.modules.javafx.editor.hints.MarkOverriddenTaskFactory$1.getOwnerClass(MarkOverriddenTaskFactory.java:152)
   at org.netbeans.modules.javafx.editor.hints.MarkOverriddenTaskFactory$1.run(MarkOverriddenTaskFactory.java:118)
   at org.netbeans.modules.javafx.editor.hints.MarkOverriddenTaskFactory$1.run(MarkOverriddenTaskFactory.java:87)
   at org.netbeans.modules.javafx.source.parsing.JavaFXSourceCancelableTask.run(JavaFXSourceCancelableTask.java:103)
   at org.netbeans.modules.javafx.source.parsing.JavaFXSourceCancelableTask.run(JavaFXSourceCancelableTask.java:58)
Comment 1 emcmanus 2010-05-31 12:49:57 UTC
Created attachment 99676 [details]
stacktrace
Comment 2 Karol Harezlak 2010-05-31 13:09:15 UTC
fixed in 6.9
Comment 3 Alexandr Scherbatiy 2010-06-17 10:29:29 UTC
unable to reproduce in build NetBeans IDE Dev (Build 201006170001)