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 270765 - org.netbeans.modules.parsing.spi.ParseException at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask
Summary: org.netbeans.modules.parsing.spi.ParseException at org.netbeans.modules.parsi...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-30 00:14 UTC by Exceptions Reporter
Modified: 2017-12-13 17:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229257


Attachments
stacktrace (792 bytes, text/plain)
2017-05-30 00:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-05-30 00:14:07 UTC
This bug was originally marked as duplicate of bug 258861, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201705260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
GUEST: code completion

jdlee: Attempting syntax completion.




Stacktrace: 
org.netbeans.modules.parsing.spi.ParseException
   at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:209)
   at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:104)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.query(JavaCompletionProvider.java:268)
   at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:223)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 Exceptions Reporter 2017-05-30 00:14:10 UTC
Created attachment 164433 [details]
stacktrace