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 256377 - 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: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-05 09:13 UTC by Exceptions Reporter
Modified: 2015-11-05 09:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187763


Attachments
stacktrace (1.48 KB, text/plain)
2015-11-05 09:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-11-05 09:13:18 UTC
This bug was originally marked as duplicate of bug 218651, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 7

User Comments:
GUEST: Pressed Alt-Shift-F to recursively reformat code.

GUEST: Pressed Alt-Shift-F to recursively reformat code.

GUEST: Pressed Alt-Shift-F to recursively reformat code.




Stacktrace: 
org.netbeans.modules.parsing.spi.ParseException
   at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:211)
   at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:106)
   at org.netbeans.modules.csl.core.GsfReformatTask.reformat(GsfReformatTask.java:95)
   at org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:548)
   at org.netbeans.modules.editor.indent.TaskHandler.runTasks(TaskHandler.java:316)
   at org.netbeans.modules.editor.indent.IndentImpl.reformat(IndentImpl.java:365)
Comment 1 Exceptions Reporter 2015-11-05 09:13:19 UTC
Created attachment 157158 [details]
stacktrace