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 269847 - NullPointerException at com.sun.tools.javac.comp.Check$Validator.visitSelect
Summary: NullPointerException at com.sun.tools.javac.comp.Check$Validator.visitSelect
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-16 12:48 UTC by Vladimir Kvashin
Modified: 2017-02-16 12:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204749


Attachments
stacktrace (7.83 KB, text/plain)
2017-02-16 12:48 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2017-02-16 12:48:40 UTC
Build: NetBeans IDE Dev (Build 201701300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: SunOS

User Comments:
vkvashin: I tried to copy-paste a text in a Java file. This was soon after I faced the issue 269692.

GUEST: I was using Google's Guava's ImmutableBiMap.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Check$Validator.visitSelect(Check.java:1417)
   at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2110)
   at com.sun.tools.javac.comp.Check$Validator.validateTree(Check.java:1466)
   at com.sun.tools.javac.comp.Check.validate(Check.java:1337)
   at com.sun.tools.javac.comp.Check.validate(Check.java:1334)
   at com.sun.tools.javac.comp.Check.validate(Check.java:1344)
Comment 1 Vladimir Kvashin 2017-02-16 12:48:42 UTC
Created attachment 163648 [details]
stacktrace