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

Summary: javax.jmi.reflect.InvalidObjectException: Object was deleted
Product: java Reporter: Marian Mirilovic <mmirilovic>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: stack trace

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