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 262756

Summary: NoSuchFieldError: modle
Product: java Reporter: alied <alied>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165281
Attachments: stacktrace

Description alied 2016-07-11 01:43:05 UTC
Build: NetBeans IDE Dev JDK9 Branch (Build 201606010404)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
alied: Editing a module-info.java file




Stacktrace: 
java.lang.NoSuchFieldError: modle
   at org.netbeans.modules.java.source.TreeLoader.loadTreeFor(TreeLoader.java:204)
   at com.sun.tools.javac.model.JavacElements.getTreeAndTopLevel(JavacElements.java:594)
   at com.sun.tools.javac.model.JavacElements.getTreeAndTopLevel(JavacElements.java:620)
   at com.sun.tools.javac.api.JavacTrees.getTree(JavacTrees.java:371)
   at com.sun.tools.javac.api.JavacTrees.getTree(JavacTrees.java:366)
   at com.sun.tools.javac.api.JavacTrees.getTree(JavacTrees.java:361)
Comment 1 alied 2016-07-11 01:43:07 UTC
Created attachment 160342 [details]
stacktrace