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 - NoSuchFieldError: modle
Summary: NoSuchFieldError: modle
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-11 01:43 UTC by alied
Modified: 2016-07-11 01:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165281


Attachments
stacktrace (2.56 KB, text/plain)
2016-07-11 01:43 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
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