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

Summary: /home/gapon/worx/sun/nb-main/web.clientproject.api/src/org/netbeans/modules/web/clientproject/api/json/JsonFile.java:596:9: expecting EOF, found '}'
Product: third-party Reporter: Tomas Mysik <tmysik>
Component: -- Other --Assignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218447
Attachments: stacktrace

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.