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 45384 - javax.jmi.reflect.InvalidObjectException: Object was deleted
Summary: javax.jmi.reflect.InvalidObjectException: Object was deleted
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-22 17:54 UTC by Marian Mirilovic
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (3.11 KB, text/plain)
2004-06-22 17:55 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-06-22 17:54:54 UTC
[nb_dev](200406211800), [jdk1.5.0](b51)

After class rename, and do some work inside this
class, then try to invoke code completion for
another class -> InvalidObjectException (see
attachment)
Comment 1 Marian Mirilovic 2004-06-22 17:55:18 UTC
Created attachment 15919 [details]
stack trace
Comment 2 Martin Matula 2004-06-22 21:01:04 UTC
Should be fixed - happened when there was a syntax error in the code
(e.g. you wrote "something.") and there was a method/field with a
primitive type return value.

Checking in src/org/netbeans/modules/javacore/parser/ASTProvider.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ASTProvider.java,v
 <--  ASTProvider.java
new revision: 1.9; previous revision: 1.8
done
Comment 3 Marian Mirilovic 2004-07-23 09:57:49 UTC
verified in [nb_dev](200407222055)
Comment 4 Quality Engineering 2007-09-20 09:59:54 UTC
Reorganization of java component