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 258203 - 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: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-01 15:32 UTC by Maksim Khramov
Modified: 2016-04-15 11:27 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217594


Attachments
stacktrace (794 bytes, text/plain)
2016-03-01 15:32 UTC, Maksim Khramov
Details
stacktrace (2.39 KB, text/plain)
2016-04-15 11:26 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2016-03-01 15:32:38 UTC
Build: NetBeans IDE Dev (Build 201603010002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.75-b06, Java(TM) SE Runtime Environment, 1.8.0_75-b06
OS: Windows 7

User Comments:
mkhramov: Edit java code

mleczey: Developing application in Java

cezariusz: don't remember

GUEST: I don't know

dhaowoods: I dont know




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:234)
   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 Maksim Khramov 2016-03-01 15:32:39 UTC
Created attachment 158697 [details]
stacktrace
Comment 2 Jiri Skrivanek 2016-04-15 11:26:56 UTC
Created attachment 159282 [details]
stacktrace

Calling code completion on broken for cycle
for (| : Util.getApplicationVersions()) {