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 45059

Summary: ISE: multiple instances of shared class org.netbeans.modules.refactoring.ui.RSMJavaDOAction created
Product: editor Reporter: Jesse Glick <jglick>
Component: RefactoringAssignee: Tomas Hurka <thurka>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 44282    
Attachments: Stack trace

Description Jesse Glick 2004-06-16 22:15:11 UTC
Fresh dev sources.

You must use SystemAction.get(Class) (or more
generally,
SharedClassObject.findObject(Class,true)) to
create shared class objects. Never call the
constructor directly.
Comment 1 Jesse Glick 2004-06-16 22:15:49 UTC
Created attachment 15791 [details]
Stack trace
Comment 2 Tomas Hurka 2004-06-17 09:49:19 UTC
Ok, fixed in trunk.
Checking in org/netbeans/modules/refactoring/RefactoringModule.java;
/cvs/refactoring/src/org/netbeans/modules/refactoring/RefactoringModule.java,v  <--  
RefactoringModule.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Jiri Prox 2005-07-19 13:17:26 UTC
Jesse, can you verify this issue, please? Thanks.
Comment 4 Jesse Glick 2005-07-19 13:21:41 UTC
I guess verified; haven't seen it since.