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 202387 - UnsupportedOperationException: Listening is not supported
Summary: UnsupportedOperationException: Listening is not supported
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.0
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 202394 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-21 07:38 UTC by Ondrej Vrabec
Modified: 2011-09-22 14:54 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181248


Attachments
stacktrace (1.84 KB, text/plain)
2011-09-21 07:38 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2011-09-21 07:38:20 UTC
Build: NetBeans IDE Dev (Build 20110921-b5e3735cb58f)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
ovrabec: started IDE after clean & build




Stacktrace: 
java.lang.UnsupportedOperationException: Listening is not supported
   at org.netbeans.api.java.queries.SourceLevelQuery$Result.addChangeListener(SourceLevelQuery.java:203)
   at org.netbeans.modules.java.source.indexing.APTUtils.create(APTUtils.java:182)
   at org.netbeans.modules.java.source.indexing.APTUtils.get(APTUtils.java:140)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer$Factory.scanStarted(JavaCustomIndexer.java:826)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanStarted(RepositoryUpdater.java:1693)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:3592)
Comment 1 Ondrej Vrabec 2011-09-21 07:38:24 UTC
Created attachment 110942 [details]
stacktrace
Comment 2 Tomas Stupka 2011-09-21 08:31:17 UTC
*** Bug 202394 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Stupka 2011-09-21 08:35:41 UTC
get this all the time i try to do anything in the editor
Comment 4 Dusan Balek 2011-09-21 09:32:58 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/7c05211a8e46
Comment 5 Quality Engineering 2011-09-22 14:54:05 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7c05211a8e46
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #202387: UnsupportedOperationException: Listening is not supported - fixed.