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 262170 - AbstractMethodError: org.netbeans.modules.editor.java.JavaCompletionItemFactory.createModuleItem(Ljava/lang/String;I)Ljava/lang/Object;
Summary: AbstractMethodError: org.netbeans.modules.editor.java.JavaCompletionItemFacto...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: JDK_9
Depends on:
Blocks:
 
Reported: 2016-05-21 04:06 UTC by alied
Modified: 2016-05-23 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224144


Attachments
stacktrace (2.35 KB, text/plain)
2016-05-21 04:06 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2016-05-21 04:06:56 UTC
Build: NetBeans IDE Dev (Build 201604090404)
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: auto-completing in a module-info class.




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.editor.java.JavaCompletionItemFactory.createModuleItem(Ljava/lang/String;I)Ljava/lang/Object;
   at org.netbeans.modules.java.completion.JavaCompletionTask.addModuleNames(JavaCompletionTask.java:3632)
   at org.netbeans.modules.java.completion.JavaCompletionTask.insideRequires(JavaCompletionTask.java:603)
   at org.netbeans.modules.java.completion.JavaCompletionTask.resolve(JavaCompletionTask.java:302)
   at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:92)
   at org.netbeans.modules.java.completion.JavaCompletionTask.run(JavaCompletionTask.java:80)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
Comment 1 alied 2016-05-21 04:06:58 UTC
Created attachment 159825 [details]
stacktrace