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

Summary: NullPointerException at com.sun.tools.javac.comp.Check$Validator.visitSelect
Product: java Reporter: Vladimir Kvashin <vkvashin>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204749
Attachments: stacktrace

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