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 46702 - Remove objectbrowser related stuff from modules
Summary: Remove objectbrowser related stuff from modules
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-07-28 14:34 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2004-07-28 14:34:50 UTC
I found some reference to an old objectbrowser
module at various places in our codebase. Probably
we should remove all these place because this
module is no longer maintained and will no work
with 4.0 release.

java - JDO factory methods
beans, clazz - register node factories
javadoc - action ordering
Comment 1 _ rkubacki 2004-07-28 14:35:46 UTC
Obviously will give us a bit smaller system file system in running app.
Comment 2 Jan Pokorsky 2004-07-28 14:44:04 UTC
refactoring - register node factories

It will also improve performance. Especially in case of the
NavigationView.
Comment 3 Jan Pokorsky 2004-07-30 16:26:53 UTC
fixed in

/cvs/beans/src/org/netbeans/modules/beans/resources/mf-layer.xml
new revision: 1.23; previous revision: 1.22
/cvs/beans/src/org/netbeans/modules/beans/PatternsBrowserFactory.java
new revision: delete; previous revision: 1.14
/cvs/java/src/org/netbeans/modules/java/JavaDataObject.java
new revision: 1.188; previous revision: 1.187
/cvs/java/src/org/netbeans/modules/java/resources/mf-layer.xml
new revision: 1.49; previous revision: 1.48
/cvs/java/src/org/netbeans/modules/java/ui/nodes/SourceNodes.java
new revision: 1.4; previous revision: 1.3
/cvs/javadoc/src/org/netbeans/modules/javadoc/resources/mf-layer.xml
new revision: 1.50; previous revision: 1.49
/cvs/refactoring/src/org/netbeans/modules/refactoring/resources/mf-layer.xml
new revision: 1.8; previous revision: 1.7
Comment 4 _ rkubacki 2004-09-14 12:21:07 UTC
There is still reference to /NodeFactories/java/objectbrowser in
{Java|Class}DataObject classes
Comment 5 Jan Pokorsky 2004-09-21 17:09:43 UTC
That's correct. The path is still used to compose NavigationView tree
structure.