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 262228

Summary: Parseexception caused by cc
Product: editor Reporter: akobberup
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

Description akobberup 2016-05-26 07:42:16 UTC
Created attachment 159883 [details]
messages.log

In new build i can not use codecompletion.. it fails with a org.netbeans.modules.parsing.spi.ParseException

Product Version: NetBeans IDE Dev (Build 201605240002)
Updates: NetBeans IDE is updated to version NetBeans 8.1 Patch 1
Java: 1.8.0_92; Java HotSpot(TM) 64-Bit Server VM 25.92-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_92-b14
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Comment 1 Dusan Balek 2016-05-26 08:18:24 UTC
Do you have a simple reproducible test case?
Comment 2 akobberup 2016-05-26 08:44:45 UTC
Yes - try to invoke code completion on an unrecognized/unimported object - for example if you don't have java.util.Optional in an import, try typing 'Optional.ofN' and then invoke code completion.