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 - ISE: multiple instances of shared class org.netbeans.modules.refactoring.ui.RSMJavaDOAction created
Summary: ISE: multiple instances of shared class org.netbeans.modules.refactoring.ui.R...
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: REGRESSION
Depends on:
Blocks: 44282
  Show dependency tree
 
Reported: 2004-06-16 22:15 UTC by Jesse Glick
Modified: 2007-04-03 18:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.55 KB, text/plain)
2004-06-16 22:15 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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.