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 197872 - NoSuchFieldError: DISJUNCTIVE_TYPE
Summary: NoSuchFieldError: DISJUNCTIVE_TYPE
Status: RESOLVED DUPLICATE of bug 197777
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 19:23 UTC by quidryan
Modified: 2011-04-20 15:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178278


Attachments
stacktrace (2.08 KB, text/plain)
2011-04-19 19:23 UTC, quidryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description quidryan 2011-04-19 19:23:03 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-7034-on-20110415)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.NoSuchFieldError: DISJUNCTIVE_TYPE
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.insideExpression(JavaCompletionProvider.java:2359)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.insideVariable(JavaCompletionProvider.java:947)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveCompletion(JavaCompletionProvider.java:599)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.run(JavaCompletionProvider.java:398)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery$Task.run(JavaCompletionProvider.java:4926)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:154)
Comment 1 quidryan 2011-04-19 19:23:09 UTC
Created attachment 107842 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-20 15:30:36 UTC
Already fixed in the current dev build.

*** This bug has been marked as a duplicate of bug 197777 ***