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 49101 - Annotation: Exception occurred in Request Processor on Code Completion
Summary: Annotation: Exception occurred in Request Processor on Code Completion
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker with 1 vote (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 15:46 UTC by davidkayak
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file generated by netbeans on exception (184.95 KB, text/plain)
2004-09-15 15:47 UTC, davidkayak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidkayak 2004-09-15 15:46:19 UTC
While creating a nested class I used code
completion to finish writing an assignment
statement to one of the nested class members. 
Code completion within the nested class appears to
make this happen.
Comment 1 davidkayak 2004-09-15 15:47:31 UTC
Created attachment 17663 [details]
Log file generated by netbeans on exception
Comment 2 Dusan Balek 2004-09-15 16:07:15 UTC
The problem with UnsupportedOperationExceptions that originate in the
code completion calls is already fixed (see issue #46918). Other
exceptions in the attached log originate in the java module.
Reassigning for further evaluation. 
Comment 3 Martin Matula 2004-10-07 08:56:58 UTC
I filed a separate issue 50067 for ArrayIndexOutOfBounds exception
from CallableImpl. Other exceptions in the log should be fixed.