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 56958 - [41cat] javax.jmi.reflect.InvalidObjectException: Object was deleted
Summary: [41cat] javax.jmi.reflect.InvalidObjectException: Object was deleted
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
: 56967 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-24 21:58 UTC by johnzoet
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (76.55 KB, text/plain)
2005-03-24 21:59 UTC, johnzoet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnzoet 2005-03-24 21:58:56 UTC
[ JDK VERSION : 1.5.0_02 ]

Bug lloks similar to Issue 52847. 
Scenario: 
I change JComboBox to BaseComboBox in this line: 
=> 
	private JComboBox addressTypeIDField = 
new BaseComboBox() { 
		 
	}; 
=> 
 
In order to get only abstract methods for 
BaseComboBox I Fix Imports. 
Now I want to override the abstract methods. 
Checkbox "Show Abstract Methods Only" is not 
remembered between sessions, so I have to select 
it. 
At that moment the exception is thrown. 
Subsequent override methods do not throw this 
exception.
Comment 1 johnzoet 2005-03-24 21:59:33 UTC
Created attachment 21119 [details]
messages.log
Comment 2 Miloslav Metelka 2005-03-25 13:06:19 UTC
Reassigning to java for evaluation.
Comment 3 Martin Matula 2005-03-25 13:15:17 UTC
Dan, please fix it. I noticed that Override Methods dialog does not force
reparse of the file if it is modified - so it often operates on an obsolete
code. This could be the reason of this bug. The action should start a write
transaction to force reparse if necessary.
Comment 4 Daniel Prusa 2005-04-01 08:57:18 UTC
Checking in OverrideAction.java;
/cvs/java/src/org/netbeans/modules/java/tools/OverrideAction.java,v  <-- 
OverrideAction.java
new revision: 1.25; previous revision: 1.24
Comment 5 Daniel Prusa 2005-04-01 08:58:50 UTC
*** Issue 56967 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2007-09-20 12:08:29 UTC
Reorganization of java component