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 - Parseexception caused by cc
Summary: Parseexception caused by cc
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-26 07:42 UTC by akobberup
Modified: 2016-05-26 08:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (119.72 KB, text/plain)
2016-05-26 07:42 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
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.