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 253400 - /home/gapon/worx/sun/nb-main/web.clientproject.api/src/org/netbeans/modules/web/clientproject/api/json/JsonFile.java:596:9: expecting EOF, found '}'
Summary: /home/gapon/worx/sun/nb-main/web.clientproject.api/src/org/netbeans/modules/w...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-10 09:47 UTC by Tomas Mysik
Modified: 2015-09-14 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218447


Attachments
stacktrace (1.23 KB, text/plain)
2015-07-10 09:47 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2015-07-10 09:47:26 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
tmysik: editing java file




Stacktrace: 
/home/gapon/worx/sun/nb-main/web.clientproject.api/src/org/netbeans/modules/web/clientproject/api/json/JsonFile.java:596:9: expecting EOF, found '}'
   at antlr.Parser.match(Parser.java:211)
   at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compilationUnit(GeneratedJavaRecognizer.java:210)
   at com.puppycrawl.tools.checkstyle.TreeWalker.parse(TreeWalker.java:456)
   at com.puppycrawl.tools.checkstyle.TreeWalker.processFiltered(TreeWalker.java:191)
   at com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.process(AbstractFileSetCheck.java:76)
   at cz.sickboy.netbeans.checkstyle.CancellableChecker$CancellableFileSetCheck.process(CancellableChecker.java:123)
Comment 1 Tomas Mysik 2015-07-10 09:47:30 UTC
Created attachment 154556 [details]
stacktrace
Comment 2 Tomas Mysik 2015-07-10 09:48:40 UTC
Exception comes from CheckStyle plugin, reassigning to its owner ;)

Thanks.