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 256636 - NullPointerException at com.sun.tools.javac.code.Symbol$MethodSymbol.params
Summary: NullPointerException at com.sun.tools.javac.code.Symbol$MethodSymbol.params
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-17 06:33 UTC by dathyrius
Modified: 2016-01-07 10:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221206


Attachments
stacktrace (3.04 KB, text/plain)
2015-11-17 06:33 UTC, dathyrius
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dathyrius 2015-11-17 06:33:10 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
dathyrius: Searching usage of method




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.code.Symbol$MethodSymbol.params(Symbol.java:1644)
   at com.sun.tools.javac.code.Symbol$MethodSymbol.getParameters(Symbol.java:1705)
   at com.sun.tools.javac.code.Symbol$MethodSymbol.getParameters(Symbol.java:1373)
   at org.netbeans.modules.java.source.ui.JavaSymbolProvider.getDisplayName(JavaSymbolProvider.java:362)
   at org.netbeans.modules.java.source.ui.JavaSymbolProvider.access$200(JavaSymbolProvider.java:108)
   at org.netbeans.modules.java.source.ui.JavaSymbolProvider$1$1.run(JavaSymbolProvider.java:260)
Comment 1 dathyrius 2015-11-17 06:33:18 UTC
Created attachment 157371 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-11-18 08:31:33 UTC
Reassigning to java/Source.
Please evaluate. Thank you.