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 47783 - UnsupportedOperationException when calling completion
Summary: UnsupportedOperationException when calling completion
Status: CLOSED DUPLICATE of bug 47311
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-24 12:26 UTC by cezariusz
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (583.36 KB, text/plain)
2004-08-24 12:27 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2004-08-24 12:26:16 UTC
>System Info: 
  Product Version       = NetBeans IDE Dev 
(Build 200408191352)
  Operating System      = Windows XP version 5.1 
running on x86
  Java; VM; Vendor      = 1.5.0-beta2; Java 
HotSpot(TM) Client VM 1.5.0-beta2-b51; Sun 
Microsystems Inc.

During editing JSP code, the exception started 
to raise over and over.

java.lang.UnsupportedOperationException: 
Unresolved class does not support requested 
operation!
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.U
nresolvedClassImpl.getResource
(UnresolvedClassImpl.java:218)
	at 
org.netbeans.jmi.javamodel.UnresolvedClass$Impl.g
etResource(Unknown Source)
...
more in the attached log
Comment 1 cezariusz 2004-08-24 12:27:39 UTC
Created attachment 17068 [details]
messages.log
Comment 2 Petr Jiricka 2004-08-24 12:38:49 UTC
Looks like a java module problem.
Comment 3 cezariusz 2004-08-24 13:57:21 UTC
Raising priority, because it's unrecoverable - the exception keeps 
poping up even if I keep Esc pressed for several seconds. Closing 
file (between popups if you are quick enough) doesn't help. The only 
solution is to restart the IDE.
Comment 4 Jan Becicka 2004-08-24 14:08:22 UTC

*** This issue has been marked as a duplicate of 47311 ***
Comment 5 cezariusz 2004-09-16 16:49:22 UTC
Ok now.