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 197777 - [70cat] NoSuchFieldError: DISJUNCTIVE_TYPE
Summary: [70cat] NoSuchFieldError: DISJUNCTIVE_TYPE
Status: RESOLVED FIXED
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:
: 197872 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-15 07:22 UTC by mstarnacki
Modified: 2011-04-20 15:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178332


Attachments
stacktrace (2.10 KB, text/plain)
2011-04-15 07:22 UTC, mstarnacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mstarnacki 2011-04-15 07:22:00 UTC
Build: NetBeans IDE Dev (Build 201103110400)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
mstarnacki: Under Java Editor file after ctrl+space to show api class.




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.insideExpressionStatement(JavaCompletionProvider.java:2324)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveCompletion(JavaCompletionProvider.java:739)
   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 mstarnacki 2011-04-15 07:22:04 UTC
Created attachment 107763 [details]
stacktrace
Comment 2 Dusan Balek 2011-04-15 10:18:28 UTC
OOPS - it seems that I've forgotten to increase module spec versions after the last nb-javac merge.

Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/0718287b31c8
Comment 3 Quality Engineering 2011-04-16 08:38:23 UTC
Integrated into 'main-golden', will be available in build *201104160401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0718287b31c8
User: Dusan Balek <dbalek@netbeans.org>
Log: Increasing spec versions after recent nb-javac merge (see issue #197777).
Comment 4 Dusan Balek 2011-04-20 15:30:36 UTC
*** Bug 197872 has been marked as a duplicate of this bug. ***